X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FChangeLog;h=7ede290464f6ff941080efbe9bc5b04adbde834f;hb=e3bd13d750264db6ae5da636dceacdd7eacc4bcf;hp=44af8b2673d0b4719172a03aac481e7eb7346e46;hpb=53497da09c4928635f4d4c4776c8c7e48c6098c3;p=mono.git diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog index 44af8b2673d..7ede290464f 100644 --- a/mcs/class/corlib/ChangeLog +++ b/mcs/class/corlib/ChangeLog @@ -1,3 +1,232 @@ +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 + (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 + + * corlib_test.dll.sources: Add System.Reflection.TypeDelegatorTest. + +2005-05-22 Sebastien Pouliot + + * corlib.dll.sources: Renamed CER to Cer to match 2.0 beta2. + +2005-05-18 Sebastien Pouliot + + * corlib_test.dll.sources: Added new CAS tests for System.IO.Stream. + +2005-05-15 Andreas Nahr + + * corlib.dll.sources: added various files for System.Runtime.InteropServices + +2005-05-13 Atsushi Enomoto + + * corlib_test.dll.sources, + corlib.dll.sources: generic Queue.cs and Stack.cs are now in System. + +2005-05-12 Atsushi Enomoto + + * corlib.dll.sources: replaced MiniParser.cs with SmallXmlParser.cs. + +2005-05-09 Sebastien Pouliot + + * corlib.dll.sources: Removed SecurityContextSwitcher from build. + * corlib_test.dll.sources: Added existing CAS unit tests not yet part + of the build. + +2005-05-09 Raja R Harinath + + * Makefile (TEST_COMPILE): Set MONO_PATH. + +2005-04-27 Sebastien Pouliot + + * corlib.dll.sources: Added new classes in System.Security and some + support classes for X509Certificate (imported from Mono.Security.dll). + +2005-04-26 Sebastien Pouliot + + * corlib_test.dll.sources: Added unit tests for System.Security.Policy. + ApplicationTrust class. + +2005-04-25 Sebastien Pouliot + + * corlib.dll.sources: Do not include "old removed 2.0" (wrt beta2) in + the mscorlib.dll compilation. The file should be deleted later (if + they do not reappear or are required as internal). + * corlib_test.dll.sources: Removed unit tests for classes removed in + beta2. + +2005-04-16 Atsushi Enomoto + + * corlib.dll.sources : added System.Text/NormalizationForm.cs. + +2005-04-02 Ben Maurer + + * corlib_test.dll.sources: Add new test. + +2005-03-24 Sebastien Pouliot + + * corlib_test.dll.sources : Added many new CAS unit tests to the build. + +2005-03-23 Lluis Sanchez Gual + + * corlib_test.dll.sources: Added new serialization test. + 2005-03-15 Sebastien Pouliot * corlib_test.dll.sources : Added new CAS unit tests BadImageFormat