New tests.
[mono.git] / mcs / class / System.Runtime.Serialization / ChangeLog
index 02c5f32018ffab4df6f2a2530e19881746b5eaf0..06bfd0b1de35d46755d21806e1bd8a69cf1e9441 100644 (file)
@@ -1,3 +1,183 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
+
+2010-03-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Runtime.Serialization.dll.sources:
+         update configuration sources.
+
+2010-03-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Runtime.Serialization.dll.sources: use new implementation
+         (will be renamed later).
+
+2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: add Test/Resources/Schemas/* to extra dist.
+
+2009-11-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_4_0_System.Runtime.Serialization.dll : 4.0 dll contains
+         JSON serializer (moved from Sys.SM.Web).
+
+2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * monotouch_System.Runtime.Serialization.dll.sources :
+         add OnXmlDictionaryReaderClose.cs.
+
+2009-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove 
+       System.Xml/XmlMtomDictionaryWriter.cs
+
+2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_2_1_System.Runtime.Serialization.dll.sources : ditto.
+
+2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Runtime.Serialization.dll.sources :
+         added IgnoreDataMemberAttribute.cs.
+
+2009-07-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: filter the valid profile on the framework version,
+       to make it easier to have custom variants.
+
+2009-04-21  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * 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  <sebastien@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * System.Runtime.Serialization.dll.sources : added mtom reader.
+
+2009-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Runtime.Serialization.dll.sources : added mtom writer.
+       * System.Runtime.Serialization_test.dll.sources : added mtom writer test.
+
+2009-03-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * Makefile: added -r:System.Core.
+
+2009-02-12  Jonathan Pryor  <jpryor@novell.com>
+
+       * System.Runtime.Serialization_test.dll.sources: Add
+         System.Xml/XmlDictionaryWriterTest.cs to the test build.
+
+2009-02-11  Jonathan Pryor  <jpryor@novell.com>
+
+       * System.Runtime.Serialization_test.dll.sources: Add
+         System.Xml/XmlDictionaryStringTest.cs to the test build.
+
+2009-02-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Runtime.Serialization.dll.sources: Add
+         System.Xml/IFragmentCapableXmlDictionaryWriter.cs to the build.
+
+2008-11-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+                       Jb Evain  <jbevain@novell.com>
+
+       * 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 <igorz@mainsoft.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * Makefile : Fix EXTRA_DISTFILES.
+
+2008-03-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added missing EXTRA_DISTFILES.
+
+2008-02-27 Eyal Alaluf <eyala@mainsoft.com>
+
+       * Makefile: Filter out some warnings.
+       * System.Runtime.Serialization_test.dll.sources: Added tests for
+         System.Runtime.Serialization attributes.
+
+2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : add net_3_5 profile as a target profile.
+
+2007-03-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       (oops, I forgot to add entry for it last time)
+       * reader-method-gen.cs : added ReadElementContentAsXxx() support.
+
+2007-02-27  Wade Berrier  <wberrier@novell.com>
+
+       * Makefile: Include resource files in EXTRA_DISTFILES
+
+2006-09-05  Ankit Jain  <jankit@novell.com>
+
+       * resources/mstypes.schema: New.
+       * Makefile (RESOURCE_FILES): Add resources/mstypes.schema
+
+2006-09-01  Ankit Jain  <jankit@novell.com>
+
+       * System.Runtime.Serialization_test.dll.sources : Added
+       XsdDataContractExporterTest.cs
+
+2006-07-27  Ankit Jain  <jankit@novell.com>
+
+       * Makefile (TEST_MCS_FLAGS): Add /r:System.ServiceModel.dll
+       * System.Runtime.Serialization_test.dll.sources : Added
+       XsdDataContractImporterTest.cs
+
+2005-10-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Runtime.Serialization_test.dll.sources : added. However
+         run-test is not working fine due to appdomain problem(?).
+
+2005-10-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added /r:System.Configuration.dll.
+       * System.Runtime.Serialization.dll.sources : added new files.
+
+2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
 
        * Makefile,