ChangeLog 2.8 KB

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