ChangeLog 2.3 KB

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