ChangeLog 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. 2009-07-20 Jb Evain <[email protected]>
  2. * Makefile: filter the valid profile on the framework version,
  3. to make it easier to have custom variants.
  4. 2009-04-21 Sebastien Pouliot <[email protected]>
  5. * System.Xml.Schema/*: Remove (not needed for 2.1 anymore)
  6. * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove
  7. more code duplication for 2.1 and fix the build
  8. 2009-04-21 Sebastien Pouliot <[email protected]>
  9. * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove
  10. MonoTODOAttribute since we get it from mscorlib (fix build too).
  11. Remove System.Xml.Schema/XmlSchema.cs from build since we can
  12. get the fields directly from System.Xml.dll
  13. 2009-04-15 Atsushi Enomoto <[email protected]>
  14. * System.Runtime.Serialization.dll.sources : added mtom reader.
  15. 2009-04-02 Atsushi Enomoto <[email protected]>
  16. * System.Runtime.Serialization.dll.sources : added mtom writer.
  17. * System.Runtime.Serialization_test.dll.sources : added mtom writer test.
  18. 2009-03-31 Atsushi Enomoto <[email protected]>
  19. * binary-writer-method-gen.cs : another easy code writer for binary
  20. xml writer methods.
  21. * System.Runtime.Serialization.dll.sources : added autogenerated code.
  22. 2009-03-11 Atsushi Enomoto <[email protected]>
  23. * Makefile: added -r:System.Core.
  24. 2009-02-12 Jonathan Pryor <[email protected]>
  25. * System.Runtime.Serialization_test.dll.sources: Add
  26. System.Xml/XmlDictionaryWriterTest.cs to the test build.
  27. 2009-02-11 Jonathan Pryor <[email protected]>
  28. * System.Runtime.Serialization_test.dll.sources: Add
  29. System.Xml/XmlDictionaryStringTest.cs to the test build.
  30. 2009-02-10 Atsushi Enomoto <[email protected]>
  31. * System.Runtime.Serialization.dll.sources: Add
  32. System.Xml/IFragmentCapableXmlDictionaryWriter.cs to the build.
  33. 2008-11-23 Atsushi Enomoto <[email protected]>
  34. * System.Runtime.Serialization_test.dll.soruces :
  35. remove ALL Mainsoft serialization tests that completely fail under
  36. .NET and reduce 107 test failures out of 113.
  37. They are English (language) dependent.
  38. 2008-09-09 Atsushi Enomoto <[email protected]>
  39. Jb Evain <[email protected]>
  40. * net_2_1_raw_System.Runtime.Serialization.dll.sources: new sources
  41. file for the SL2 profile.
  42. * Makefile: add support for SL2 profile.
  43. 2008-03-31 Igor Zelmanovich <[email protected]>
  44. * Makefile : add reference to System.Data.dll,
  45. required for test suite.
  46. * System.Runtime.Serialization_test.dll.sources : added
  47. DataContractSerializerTest_FrameworkTypes_System.Data.cs
  48. 2008-03-31 Atsushi Enomoto <[email protected]>
  49. * Makefile : Fix EXTRA_DISTFILES.
  50. 2008-03-21 Atsushi Enomoto <[email protected]>
  51. * Makefile : added missing EXTRA_DISTFILES.
  52. 2008-02-27 Eyal Alaluf <[email protected]>
  53. * Makefile: Filter out some warnings.
  54. * System.Runtime.Serialization_test.dll.sources: Added tests for
  55. System.Runtime.Serialization attributes.
  56. 2007-12-05 Atsushi Enomoto <[email protected]>
  57. * Makefile : add net_3_5 profile as a target profile.
  58. 2007-03-30 Atsushi Enomoto <[email protected]>
  59. * reader-method-gen.cs : changed ReadElementContentAsXxx()
  60. implementation to rather call ReadContentAsXxx() so that binary
  61. reader implementation could be implemented easily.
  62. 2007-03-16 Atsushi Enomoto <[email protected]>
  63. (oops, I forgot to add entry for it last time)
  64. * reader-method-gen.cs : added ReadElementContentAsXxx() support.
  65. 2007-02-27 Wade Berrier <[email protected]>
  66. * Makefile: Include resource files in EXTRA_DISTFILES
  67. 2006-09-05 Ankit Jain <[email protected]>
  68. * resources/mstypes.schema: New.
  69. * Makefile (RESOURCE_FILES): Add resources/mstypes.schema
  70. 2006-09-01 Ankit Jain <[email protected]>
  71. * System.Runtime.Serialization_test.dll.sources : Added
  72. XsdDataContractExporterTest.cs
  73. 2006-07-27 Ankit Jain <[email protected]>
  74. * Makefile (TEST_MCS_FLAGS): Add /r:System.ServiceModel.dll
  75. * System.Runtime.Serialization_test.dll.sources : Added
  76. XsdDataContractImporterTest.cs
  77. 2005-10-20 Atsushi Enomoto <[email protected]>
  78. * System.Runtime.Serialization_test.dll.sources : added. However
  79. run-test is not working fine due to appdomain problem(?).
  80. 2005-10-03 Atsushi Enomoto <[email protected]>
  81. * Makefile : added /r:System.Configuration.dll.
  82. * System.Runtime.Serialization.dll.sources : added new files.
  83. 2005-09-27 Atsushi Enomoto <[email protected]>
  84. * System.Runtime.Serialization.dll.sources :
  85. added XmlSimpleDictionaryReader.cs (slightly boring implementation).
  86. Now it is autogenerated by "make update-dll-sources".
  87. 2005-09-22 Atsushi Enomoto <[email protected]>
  88. * Makefile,
  89. System.Runtime.Serialization.dll.sources : new files.