ChangeLog 5.7 KB

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