In System:
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
index 6d69c37b785f09d4f934e2446fd5e2eff31da1e5..0039df1edbf96fe54c576e248387a3e0b5fe1f2a 100644 (file)
@@ -1,3 +1,28 @@
+2007-08-25  Robert Jordan  <robertj@gmx.net>
+
+       * ObjectReader.cs, ObjectWriter.cs, CodeGenerator.cs:
+       Use DateTime.From/ToBinary. Fixes #82400.
+
+2007-08-23  Robert Jordan  <robertj@gmx.net>
+
+       * 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  <dick@ximian.com>
+
+       * BinaryFormatter.cs: Update to 2.0 profile
+
+2006-12-25  Robert Jordan  <robertj@gmx.net>
+
+       * 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 <lluis@novell.com> 
 
        * MessageFormatter.cs: Include the logical context in the message when