Merge pull request #1514 from directhex/master
[mono.git] / mcs / class / corlib / System.Resources / ChangeLog
index c3402197c65bef282d2119f32f17050b540652d3..870a6a6adfa0c3a1a957647b071b7907f7109c32 100644 (file)
@@ -1,3 +1,39 @@
+2010-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       4.0 updates.
+
+       * ResourceManager.cs: Mark ResourceSets as obsolete.
+       * ResourceReader.cs: New public Dispose method.
+
+2010-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ResourceWriter.cs: Implement 4.0 TypeNameConverter.
+
+2010-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ResourceWriter.cs: Implement 4.0 AddResource overloads taking a
+       Stream, as well as implement the same support in our AddResource that
+       takes an object too.
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * ResourceManager.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2010-03-01  Miguel de Icaza  <miguel@novell.com>
+
+       * Win32Resources.cs: Prevent infinite loops if the resource that
+       we are reading is invalid.   Fixes the mscorlib part of #327500
+
+2009-11-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ResourceManager.cs (GetResourceFilePath): Don't use 
+       'resourceDir' which should always be null for Moonlight
+
+2009-10-19  Jb Evain  <jbevain@novell.com>
+
+       * ResourceReader.cs: fix the build.
+
 2009-10-18  Sebastien Pouliot  <sebastien@ximian.com>
 
        * ResourceReader.cs, ResourceSet.cs, RuntimeResourceSet.cs: Use