X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FChangeLog;h=7ede290464f6ff941080efbe9bc5b04adbde834f;hb=e3bd13d750264db6ae5da636dceacdd7eacc4bcf;hp=5ff5db5e5ccc1d49a4d4cce9b929d8c5d40c0803;hpb=b963eac5d7a1364ae880511847c9803fe11b02bd;p=mono.git diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog index 5ff5db5e5cc..7ede290464f 100644 --- a/mcs/class/corlib/ChangeLog +++ b/mcs/class/corlib/ChangeLog @@ -1,3 +1,153 @@ +2005-11-14 Atsushi Enomoto + + * corlib.dll.sources: added new .NET 2.0 Decoder support types in + System.Text. + +2005-11-06 Zoltan Varga + + * corlib.dll.sources: Add System.IO/SearchOption.cs. + +2005-11-05 Robert Jordan + + * corlib.dll.sources: Added System.Runtime.Remoting.Channels/ISecurableChannel.cs + +2005-10-26 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.InteropServices/IsCopyConstructed.cs. + + * corlib.dll.sources: Add/Remove some net 2.0 classes in System.Runtime.CompilerServices. + +2005-10-25 Atsushi Enomoto + + * corlib_test.dll.sources : added System.Collections.ObjectModel/KeyedCollectionTest.cs. + +2005-10-07 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.CompilerServices/{RuntimeCompatibilityAttribute.cs, RuntimeWrappedException.cs}. + + * corlib_test.dll.sources: Add System/DelegateTest.cs + +2005-08-13 Zoltan Varga + + * Makefile (EXTRA_DISTFILES): Add resource files. Fixes #75794. + +2005-08-10 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.InteropServices/SafeHandle.cs + and Microsoft.Win32.SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs. + +2005-08-09 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.CompilerServices/SpecialNameAttribute.cs. + +2005-08-08 Atsushi Enomoto + + * corlib.dll.sources : added managed collation classes + * Makefile : added resources to build. + * resources : new directory for collation table resources. + +2005-08-06 Gert Driesen + + * corlib.dll.sources: Added System.Runtime.InteropServices/ + TypeLibImportClassAttribute.cs. + +2005-07-26 Zoltan Varga + + * corlib.dll.sources: Add System/StringSplitOptions.cs and System/MidpointRounding.cs. + +2005-07-26 Raja R Harinath + + * Makefile: Minor re-org for better readability. Remove an + outdated comment. + +2005-07-26 Marek Safar + + * corlib.dll.sources: Added System.StringComparer.cs. + +2005-07-25 Marek Safar + + * Makefile: `if' for 2.0 warnings only. + +2005-07-11 Marek Safar + + * Makefile: Disable warning 414. + +2005-06-29 Ben Maurer + + * Makefile (TEST_MCS_FLAGS): Remove bad dep on S.Data. + +2005-06-23 Sebastien Pouliot + + * corlib.dll.sources: Added System.Security.Policy.MonoTrustManager to + the build (for 2.0). + * corlib_test.dll.sources: Added unit tests (normal and CAS) for + System.Security.Policy.ApplicationSecurityManager. + +2005-06-22 Sebastien Pouliot + + * corlib_test.dll.sources: Added CAS unit tests for System.Security. + SecurityManager and CodeAccessPermission to the build. + +2005-06-21 David Waite + + * corlib_test.dll.sources: Added System.Collections.ObjectModel.Collection test + +2005-06-19 Zoltan Varga + + * corlib.dll.sources: Add System.Collections.ObjectModel classes. + + * System.Collections.ObjectModel: New directory. + +2005-06-12 David Waite + + * corlib.dll.sources: Add the non-generic IEqualityComparer interface + +2005-06-15 Martin Baulig + + * System/GenericParameterAttributes.cs: Move to System.Reflection; + thanks to Kamil Skalski for pointing this out. + +2005-06-10 Sebastien Pouliot + + * corlib_test.dll.sources: Added unit tests for System.Security. + Policy.StrongNameMembershipCondition. + +2005-06-07 Sebastien Pouliot + + * corlib_test.dll.sources: Added unit tests (normal and CAS) for + System.Runtime.InteropServices.RuntimeEnvironment. + +2005-06-06 Zoltan Varga + + * corlib.dll.sources: Some System.Reflection classes got renamed in net 2.0 + beta 2. + +2005-06-04 Ben Maurer + + * corlib.dll.sources: IEqualityComparer, etc + + * corlib.dll.sources: IEquatable + + * */*.cs: .NET 2.0 fixups + +2005-05-30 Sebastien Pouliot + + * corlib_test.dll.sources: Added (re-added?) the System.Activator unit + tests. + +2005-05-28 Sebastien Pouliot + + * corlib.dll.sources: Added System.Runtime.Hosting namespace with + ActivationArguments and ApplicationActivator classes. Removed + ApplicationActivator from System namespace. + +2005-05-27 Sebastien Pouliot + + * 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 * corlib.dll.sources: Removed the *Switcher structures from the build