X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Serialization%2FChangeLog;h=06bfd0b1de35d46755d21806e1bd8a69cf1e9441;hb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;hp=8aedabcb1215b894a34662f5645bff16d29b0e32;hpb=4e5e61cf501ef587ec36aaf80d04d734ca0efaca;p=mono.git diff --git a/mcs/class/System.Runtime.Serialization/ChangeLog b/mcs/class/System.Runtime.Serialization/ChangeLog index 8aedabcb121..06bfd0b1de3 100644 --- a/mcs/class/System.Runtime.Serialization/ChangeLog +++ b/mcs/class/System.Runtime.Serialization/ChangeLog @@ -1,3 +1,97 @@ +2010-03-16 Jb Evain + + * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources. + +2010-03-03 Atsushi Enomoto + + * System.Runtime.Serialization.dll.sources: + update configuration sources. + +2010-03-01 Atsushi Enomoto + + * System.Runtime.Serialization.dll.sources: use new implementation + (will be renamed later). + +2010-02-10 Atsushi Enomoto + + * Makefile: add Test/Resources/Schemas/* to extra dist. + +2009-11-12 Atsushi Enomoto + + * net_4_0_System.Runtime.Serialization.dll : 4.0 dll contains + JSON serializer (moved from Sys.SM.Web). + +2009-10-23 Atsushi Enomoto + + * monotouch_System.Runtime.Serialization.dll.sources : + add OnXmlDictionaryReaderClose.cs. + +2009-09-21 Sebastien Pouliot + + * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove + System.Xml/XmlMtomDictionaryWriter.cs + +2009-09-07 Atsushi Enomoto + + * net_2_1_System.Runtime.Serialization.dll.sources : ditto. + +2009-09-07 Atsushi Enomoto + + * System.Runtime.Serialization.dll.sources : + added IgnoreDataMemberAttribute.cs. + +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 :