X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Serialization%2FChangeLog;h=06bfd0b1de35d46755d21806e1bd8a69cf1e9441;hb=91fef293cb5a418a46c73a95b668e321e2f24b23;hp=c22e6df6fddac1a9455a0283a556fa29314c531c;hpb=dfa167b164691829d35c36bf22a34d60a6893f81;p=mono.git diff --git a/mcs/class/System.Runtime.Serialization/ChangeLog b/mcs/class/System.Runtime.Serialization/ChangeLog index c22e6df6fdd..06bfd0b1de3 100644 --- a/mcs/class/System.Runtime.Serialization/ChangeLog +++ b/mcs/class/System.Runtime.Serialization/ChangeLog @@ -1,3 +1,72 @@ +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