ChangeLog 3.3 KB

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