ChangeLog 4.4 KB

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