ChangeLog 4.2 KB

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