ChangeLog 3.4 KB

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