2009-07-20 Jb Evain * Makefile: filter the valid profile on the framework version, to make it easier to have custom variants. 2009-04-21 Sebastien Pouliot * System.Xml.Schema/*: Remove (not needed for 2.1 anymore) * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove more code duplication for 2.1 and fix the build 2009-04-21 Sebastien Pouliot * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove MonoTODOAttribute since we get it from mscorlib (fix build too). Remove System.Xml.Schema/XmlSchema.cs from build since we can get the fields directly from System.Xml.dll 2009-04-15 Atsushi Enomoto * System.Runtime.Serialization.dll.sources : added mtom reader. 2009-04-02 Atsushi Enomoto * System.Runtime.Serialization.dll.sources : added mtom writer. * System.Runtime.Serialization_test.dll.sources : added mtom writer test. 2009-03-31 Atsushi Enomoto * binary-writer-method-gen.cs : another easy code writer for binary xml writer methods. * System.Runtime.Serialization.dll.sources : added autogenerated code. 2009-03-11 Atsushi Enomoto * Makefile: added -r:System.Core. 2009-02-12 Jonathan Pryor * System.Runtime.Serialization_test.dll.sources: Add System.Xml/XmlDictionaryWriterTest.cs to the test build. 2009-02-11 Jonathan Pryor * System.Runtime.Serialization_test.dll.sources: Add System.Xml/XmlDictionaryStringTest.cs to the test build. 2009-02-10 Atsushi Enomoto * System.Runtime.Serialization.dll.sources: Add System.Xml/IFragmentCapableXmlDictionaryWriter.cs to the build. 2008-11-23 Atsushi Enomoto * System.Runtime.Serialization_test.dll.soruces : remove ALL Mainsoft serialization tests that completely fail under .NET and reduce 107 test failures out of 113. They are English (language) dependent. 2008-09-09 Atsushi Enomoto Jb Evain * net_2_1_raw_System.Runtime.Serialization.dll.sources: new sources file for the SL2 profile. * Makefile: add support for SL2 profile. 2008-03-31 Igor Zelmanovich * 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 * Makefile : Fix EXTRA_DISTFILES. 2008-03-21 Atsushi Enomoto * Makefile : added missing EXTRA_DISTFILES. 2008-02-27 Eyal Alaluf * Makefile: Filter out some warnings. * System.Runtime.Serialization_test.dll.sources: Added tests for System.Runtime.Serialization attributes. 2007-12-05 Atsushi Enomoto * Makefile : add net_3_5 profile as a target profile. 2007-03-30 Atsushi Enomoto * 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 (oops, I forgot to add entry for it last time) * reader-method-gen.cs : added ReadElementContentAsXxx() support. 2007-02-27 Wade Berrier * Makefile: Include resource files in EXTRA_DISTFILES 2006-09-05 Ankit Jain * resources/mstypes.schema: New. * Makefile (RESOURCE_FILES): Add resources/mstypes.schema 2006-09-01 Ankit Jain * System.Runtime.Serialization_test.dll.sources : Added XsdDataContractExporterTest.cs 2006-07-27 Ankit Jain * Makefile (TEST_MCS_FLAGS): Add /r:System.ServiceModel.dll * System.Runtime.Serialization_test.dll.sources : Added XsdDataContractImporterTest.cs 2005-10-20 Atsushi Enomoto * System.Runtime.Serialization_test.dll.sources : added. However run-test is not working fine due to appdomain problem(?). 2005-10-03 Atsushi Enomoto * Makefile : added /r:System.Configuration.dll. * System.Runtime.Serialization.dll.sources : added new files. 2005-09-27 Atsushi Enomoto * 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 * Makefile, System.Runtime.Serialization.dll.sources : new files.