ChangeLog 5.3 KB

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