fix freeze
[mono.git] / mcs / class / corlib / ChangeLog
index f9cf585005fb6bcb353225a9c31152e98e980f51..83905e09206ccd3604c6734865c9e5ce6393f1f4 100644 (file)
@@ -1,3 +1,70 @@
+2005-06-07  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * corlib_test.dll.sources: Added unit tests (normal and CAS) for 
+       System.Runtime.InteropServices.RuntimeEnvironment.
+
+2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib.dll.sources: Some System.Reflection classes got renamed in net 2.0
+       beta 2.
+
+2005-06-04  Ben Maurer  <bmaurer@ximian.com>
+
+       * corlib.dll.sources: IEqualityComparer, etc
+       
+       * corlib.dll.sources: IEquatable
+
+       * */*.cs: .NET 2.0 fixups
+
+2005-05-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * corlib_test.dll.sources: Added (re-added?) the System.Activator unit
+       tests.
+
+2005-05-28  Sebastien Pouliot  <sebastien@ximian.com> 
+       * corlib.dll.sources: Added System.Runtime.Hosting namespace with 
+       ActivationArguments and ApplicationActivator classes. Removed 
+       ApplicationActivator from System namespace.
+
+2005-05-27  Sebastien Pouliot  <sebastien@ximian.com> 
+       * corlib.dll.sources: Added internal System.Security.PermissionBuilder
+       class to the build.
+       * corlib_test.dll.sources: Added CAS unit tests for System.Security.
+       PermissionSet class.
+
+2005-05-26  Sebastien Pouliot  <sebastien@ximian.com> 
+       * corlib.dll.sources: Removed the *Switcher structures from the build
+       (NET_2_0) as they aren't part of the public API (beta2) anymore.
+               - System.Threading/CompressedStackSwitcher.cs
+               - System.Threading/ExecutionContextSwitcher.cs
+               - System.Threading/HostExecutionContextSwitcher.cs
+                -System.Threading/SynchronizationContextSwitcher.cs
+       Added System.Security.Policy/DefaultPolicies.cs
+
+2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib_test.dll.sources: Add System.Reflection.TypeDelegatorTest.
+
+2005-05-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Renamed CER to Cer to match 2.0 beta2.
+
+2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib_test.dll.sources: Added new CAS tests for System.IO.Stream.
+
+2005-05-15  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * corlib.dll.sources: added various files for System.Runtime.InteropServices
+
+2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * corlib_test.dll.sources,
+         corlib.dll.sources: generic Queue.cs and Stack.cs are now in System.
+
 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
 
        * corlib.dll.sources: replaced MiniParser.cs with SmallXmlParser.cs.