| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 2008-03-31 Igor Zelmanovich <[email protected]>
- * Makefile : add reference to System.Data.dll,
- required for test suite.
- * System.Runtime.Serialization_test.dll.sources : added
- DataContractSerializerTest_FrameworkTypes_System.Data.cs
- 2008-03-31 Atsushi Enomoto <[email protected]>
- * Makefile : Fix EXTRA_DISTFILES.
- 2008-03-21 Atsushi Enomoto <[email protected]>
- * Makefile : added missing EXTRA_DISTFILES.
- 2008-02-27 Eyal Alaluf <[email protected]>
- * Makefile: Filter out some warnings.
- * System.Runtime.Serialization_test.dll.sources: Added tests for
- System.Runtime.Serialization attributes.
- 2007-12-05 Atsushi Enomoto <[email protected]>
- * Makefile : add net_3_5 profile as a target profile.
- 2007-03-30 Atsushi Enomoto <[email protected]>
- * reader-method-gen.cs : changed ReadElementContentAsXxx()
- implementation to rather call ReadContentAsXxx() so that binary
- reader implementation could be implemented easily.
- 2007-03-16 Atsushi Enomoto <[email protected]>
- (oops, I forgot to add entry for it last time)
- * reader-method-gen.cs : added ReadElementContentAsXxx() support.
- 2007-02-27 Wade Berrier <[email protected]>
- * Makefile: Include resource files in EXTRA_DISTFILES
- 2006-09-05 Ankit Jain <[email protected]>
- * resources/mstypes.schema: New.
- * Makefile (RESOURCE_FILES): Add resources/mstypes.schema
- 2006-09-01 Ankit Jain <[email protected]>
- * System.Runtime.Serialization_test.dll.sources : Added
- XsdDataContractExporterTest.cs
- 2006-07-27 Ankit Jain <[email protected]>
- * Makefile (TEST_MCS_FLAGS): Add /r:System.ServiceModel.dll
- * System.Runtime.Serialization_test.dll.sources : Added
- XsdDataContractImporterTest.cs
- 2005-10-20 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization_test.dll.sources : added. However
- run-test is not working fine due to appdomain problem(?).
- 2005-10-03 Atsushi Enomoto <[email protected]>
- * Makefile : added /r:System.Configuration.dll.
- * System.Runtime.Serialization.dll.sources : added new files.
- 2005-09-27 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources :
- added XmlSimpleDictionaryReader.cs (slightly boring implementation).
- Now it is autogenerated by "make update-dll-sources".
- 2005-09-22 Atsushi Enomoto <[email protected]>
- * Makefile,
- System.Runtime.Serialization.dll.sources : new files.
|