Merge pull request #1173 from Serguzest/upstream
[mono.git] / mcs / class / corlib / ChangeLog
index 8b61cef1c20dc6780606137bf739ad3a2f0faa33..d45ae4146c8396e731cbb8cd8e00c1db94da109f 100644 (file)
@@ -1,3 +1,28 @@
+2010-06-22  Chris Bacon <chrisbacon76@gmail.com>
+
+       * System.Diagnostics.Contract.Internal: New file.
+
+2010-05-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * corlib.dll.sources: Add System.IO.IsolatedStorageSecurityState.cs
+       and System.IO.IsolatedStorageSecurityOptions.cs.
+
+2010-05-07  Alan McGovern  <amcgovern@novell.com>
+
+       * Mono.Math/BigInteger.cs: If the BigInteger is instantiated with a
+       zero length array, replace it with an array of length 1 so we don't
+       hit inexplicable IndexOutOfRange exceptions later on. Fixes #556533. 
+
+2010-04-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * moonlight_raw_corlib.dll.sources: Don't include Lazy.cs here. It's in
+       System.Core.dll.
+
+2010-04-06  Jb Evain  <jbevain@novell.com>
+
+       * corlib.dll.sources: add System.Threading.SemaphoreFullException
+       from System in net_4_0.
+
 2010-03-30  Sebastien Pouliot  <sebastien@ximian.com>
 
        * moonlight_raw_corlib.dll.sources: Fix Moonlight since these