This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization.Formatters.Binary / ChangeLog
index 05b2c7006a6b449fd6a65be3f0d275179cda797b..50ea5dc89e7e1ac002dd6be7f7fe15368dcb0b25 100755 (executable)
@@ -1,3 +1,12 @@
+2004-05-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ObjectWriter.cs: reduce contention in GetObjectData.
+
+2004-05-14  Vladimir Vukicevic  <vladimir@pobox.com>
+
+       * binary_serialization_format.htm: renamed filename from having
+         spaces to _'s (checked with lluis)
+
 2004-05-13  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * ObjectWriter.cs: Fixed and Simplified WriteGenericArray and