X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FChangeLog;h=d45ae4146c8396e731cbb8cd8e00c1db94da109f;hb=14ae10e4e31e52f0e9431cbf74a4f166a98baac9;hp=68eeea55939253c79d1fd05cb42452cd51ac414a;hpb=81b4a277b2b752b8b76c2613b83b07d6da13a0a2;p=mono.git diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog index 68eeea55939..d45ae4146c8 100644 --- a/mcs/class/corlib/ChangeLog +++ b/mcs/class/corlib/ChangeLog @@ -1,3 +1,101 @@ +2010-06-22 Chris Bacon + + * System.Diagnostics.Contract.Internal: New file. + +2010-05-23 Carlos Alberto Cortez + + * corlib.dll.sources: Add System.IO.IsolatedStorageSecurityState.cs + and System.IO.IsolatedStorageSecurityOptions.cs. + +2010-05-07 Alan McGovern + + * 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 + + * moonlight_raw_corlib.dll.sources: Don't include Lazy.cs here. It's in + System.Core.dll. + +2010-04-06 Jb Evain + + * corlib.dll.sources: add System.Threading.SemaphoreFullException + from System in net_4_0. + +2010-03-30 Sebastien Pouliot + + * 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 + + * 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 + + * 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 + + * Makefile: rename the net_2_1 profile to moonlight. + * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources. + +2010-03-11 Sebastien Pouliot + + * net_2_1_raw_corlib.dll.sources: Add System.Diagnostics.Contracts + for Moonlight 4 + +2010-03-08 Jérémie Laval + + * corlib_test.dll.sources: Add System.Threading/SpinLockTests.cs + +2010-03-02 Jérémie Laval + + * corlib_test.dll.sources: Add System.Threading.Tasks/TaskFactoryTest.cs + +2010-03-01 Miguel de Icaza + + * More dropping of old NET_1_1 code. + +2010-02-09 Sebastien Pouliot + + * net_2_1_raw_corlib.dll.sources: Add Mono.CompilerServices. + SymbolWriter source files directly into mscorlib 2.1 + +2010-02-02 Jérémie Laval + + * corlib.dll.sources: Add System.Threading.Tasks/SimpleConcurrentBag.cs + and System.Threading.Tasks/UnobservedTaskExceptionEventArgs.cs + +2010-01-26 Marek Habersack + + * net_2_1_raw_corlib.dll.sources: added System.IO/SearchOption.cs + to fix the build. + +2009-12-03 Marek Habersack + + * corlib.dll.sources: added + System.Runtime.Versioning/FrameworkName.cs and + System.Runtime.Versioning/TargetFrameworkAttribute.cs + + * corlib_test.dll.sources: added + System.Runtime.Versioning/FrameworkNameTest.cs and + System.Runtime.Versioning/TargetFrameworkAttributeTest.cs + +2009-12-02 Marek Safar + + * Makefile: Add LIBC define. + +2009-11-30 Andrés G. Aragoneses + + * Makefile: Remove the MOON_A11Y_INTERNAL_HACK define + for MoonAtkBridge after audit finished in r147098. + 2009-11-08 Juraj Skripsky * corlib_test.dll.sources: Add System/ArraySortArgChecks.cs @@ -219,7 +317,7 @@ * corlib.dll.sources: Remove System.IO/Check[Argument|Permission].cs -2008-04-30 Gert Driesen > +2008-04-30 Gert Driesen * corlib_test.dll.sources: Added ConstructorOnTypeBuilderInstTest.cs.