X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Serialization.Formatters.Binary%2FChangeLog;h=0039df1edbf96fe54c576e248387a3e0b5fe1f2a;hb=5ef01bea4b96f8e50735a9741e2641805dfed6fc;hp=6d0572e2b3d2c355e2cb97c676ebb4b53b7e4e67;hpb=07ec1253c277856bdbb74213e2defc8ed23cf8e3;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog b/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog index 6d0572e2b3d..0039df1edbf 100644 --- a/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog +++ b/mcs/class/corlib/System.Runtime.Serialization.Formatters.Binary/ChangeLog @@ -1,3 +1,38 @@ +2007-08-25 Robert Jordan + + * ObjectReader.cs, ObjectWriter.cs, CodeGenerator.cs: + Use DateTime.From/ToBinary. Fixes #82400. + +2007-08-23 Robert Jordan + + * ObjectReader.cs, ObjectReader.cs: Map between System.MonoType[] and + MS.NET's System.RuntimeType[]. + + * ObjectReader.cs (ReadType): When a type couldn't be found, emit + a more useful exception. + +2007-05-03 Dick Porter + + * BinaryFormatter.cs: Update to 2.0 profile + +2006-12-25 Robert Jordan + + * binary_serialization_format.htm: Update the NET_2_0 format. + * BinaryCommon.cs: MethodFlags is actually an int32. Add NET_2_0 flags. + * MessageFormatter.cs: Add support for generic method arguments. + * ObjectWriter.cs, ObjectReader.cs: Map between System.MonoType and + MS.NET's System.RuntimeType. + +2006-12-01 Lluis Sanchez Gual + + * MessageFormatter.cs: Include the logical context in the message when + throwing an exception. Fixes a compatibility issue with MS.NET. + +2006-10-29 Robert Jordan + + * ObjectWriter.cs, ObjectReader [NET_2_0]: + Use the SerializationObjectManager. + 2006-09-05 Raja R Harinath Fix #79159