2010-05-27 William Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / corlib / ChangeLog
index f3156b68907fce922143bd22b0f13c783e642c4d..d45ae4146c8396e731cbb8cd8e00c1db94da109f 100644 (file)
@@ -1,3 +1,45 @@
+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 
+       types now reside in mscorlib (not System.Coe) for NET_4_0 and
+       also for SL4
+
+2010-03-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * moonlight_raw_corlib.dll.sources: Add MonoAssembly to ML build
+       since it contains parts of the Assembly features (partial class)
+
+2010-03-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Add Aes (for NET_4_0)
+       * moonlight_raw_corlib.dll.sources: Add Aes and System.Runtime.
+       CompilerServices/ReferenceAssemblyAttribute.cs
+
 2010-03-16  Jb Evain  <jbevain@novell.com>
 
        * Makefile: rename the net_2_1 profile to moonlight.