2010-06-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / ChangeLog
index 6cb1d697b4ae4087255a5a4ab021699b2ca7ca69..e1b3e7b4a579440eb65465d8f0f5e13e8a95e717 100644 (file)
@@ -1,3 +1,19 @@
+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