New test.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / ChangeLog
index 381bcb715179c2c16b2d4c76553720b555113534..21728399820eadf4f07d71ff69ec1361c3cacce4 100644 (file)
@@ -1,3 +1,30 @@
+2006-08-06  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * ObjectManager.cs: Add support for nested IObjectReference.
+       Fixes bug #78749.
+
+2006-07-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ObjectIDGenerator.cs: Fix ArgumentNullException parameter.
+
+2006-06-04  Miguel de Icaza  <miguel@novell.com>
+
+       * OptionalFieldAttribute.cs, OnSerializedAttribute.cs,
+       OnSerializingAttribute.cs, OnDeserializedAttribute.cs,
+       OnDeserializingAttribute.cs: Added a few attributes for the
+       version tolerant serialization.
+
+2006-01-04  Raja R Harinath  <rharinath@novell.com>
+
+       * ObjectManager.cs (ObjectRecord.IsInstanceReady): Fix regression
+       introduced in previous patch.  See the re-opened bug #76931.
+
+2005-12-15  Martin Baulig  <martin@ximian.com>
+
+       * ObjectManager.cs: When deserializing an object that has a
+       surrogate, actually check the return value of
+       ISerializationSurrogate.SetObjectData(); fixes #76931.
+
 2005-10-03  Lluis Sanchez Gual  <lluis@novell.com>
 
        * ObjectIDGenerator.cs: Use custom comparer instead of an instance