X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FChangeLog;h=b40fc00c63e524f9894fe3e4b23c643b5ec4c634;hb=0f75c6d4a4d883cfcc1b33e688b7e1889b305473;hp=afff5d344ff9be93cb0f407f6ac6e9a14c1e501c;hpb=a11e947126eea51d6d6c4e77d64387f384446be9;p=mono.git diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog index afff5d344ff..b40fc00c63e 100644 --- a/mcs/class/corlib/ChangeLog +++ b/mcs/class/corlib/ChangeLog @@ -1,3 +1,384 @@ +2004-04-03 Lluis Sanches Gual + + * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs. + +2004-04-02 Sebastien Pouliot + + * corlib_test.dll.sources: Added System/EnvironmentTest.cs. + +2004-03-31 Sebastien Pouliot + + * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs. + +2004-03-11 Martin Baulig + + * corlib.dll.sources: Added System.Collections.Generic/Queue.cs + and System.Collections.Generic.Stack.cs. + +2004-03-11 Atsushi Enomoto + + * Makefile, corlib.dll.win32-excludes : + now csc build includes SecurityPermissionAttribute.cs. + +2004-03-09 Jackson Harper + + * corlib_test.dll.sources: Add new test cases to the build. + +2004-03-03 Jackson Harper + + * corlib.dll.sources: Add new registry files to the build. + +2004-02-20 Jackson Harper + + * corlib.dll.sources: Add LockQueue.cs to build. + +2004-02-18 Atsushi Enomoto + + * corlib_test.dll.sources : Added CharCategoryTest.cs + +2004-02-17 Lluis Sanches Gual + + * corlib.dll.sources: Added + System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs + +2004-02-10 Carlos Guzmán Álvarez + + * Mono.Security.Cryptography/PKCS1.cs: + + - Added little change for allow the class to be used with + hash implementations that doesn't have an oid like the MD5SHA1 hash. + +2004-02-06 Sebastien Pouliot + + * corlib.dll.sources: Moved SymmetricTransform class from System. + Security.Cryptography (SymmetricAlgorithm) to Mono.Security. + Cryptography. + +2004-02-05 Sebastien Pouliot + + * corlib.dll.sources: Added KeyPairPersistance class, in Mono. + Security.Cryptography namespace, to the build. + * corlib_test.dll.sources: Added AppDomain unit tests in System. + Some tests are currently ignored because they produce lots of GC + Warning failures but they seems to work (nunit finishes). + +2004-01-14 Sebastien Pouliot + + * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit + tests in System.Security.Policy namespace. + +2004-01-06 Sebastien Pouliot + + * corlib_test.dll.sources: Added SecurityException unit tests in + System.Security namespace. + +2004-01-05 Sebastien Pouliot + + * corlib_test.dll.sources: Added CodeAccessPermission unit tests in + System.Security namespace. Added CodeGroup related and PolicyLevel + unit tests to System.Security.Policy. + +2004-01-05 Zoltan Varga + + * corlib.dll.sources: Added System.Resources.Win32Resources.cs. + +2004-01-03 Sebastien Pouliot + + * corlib_test.dll.sources: Added SecurityManager unit tests in + in System.Security namespace. + +2004-01-03 Sebastien Pouliot + + * corlib.dll.sources: Added SiteMembershipCondition to + System.Security.Policy namespace. + * corlib_test.dll.sources: Added Site and SiteMembershipCondition + unit tests in System.Security.Policy namespace. + +2004-01-02 Sebastien Pouliot + + * corlib.dll.sources: Added many (long time) missing classes in the + System.Security.Policy namespace. + +2004-01-01 Nick Drochak + + * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs + * corlib.dll.sources. Add PermissionRequestEvidence.cs + +2003-12-29 Sebastien Pouliot + + * corlib_test.dll.sources: Added new unit tests to System.Security. + Permissions and System.Security.Principal. + +2003-12-25 Sebastien Pouliot + + * corlib.dll.sources: Added WindowsPrincipal to build. + +2003-12-15 Sebastien Pouliot + + * corlib_test.dll.sources: Added unit tests PaddingMode and X509 + using CryptoAPI. + +2003-12-14 Pedro Martínez Juliá + + * DateTime.cs: Be sure that the array access is not out of range + when looking for ArgumentOutOfRangeException in the year value. + +2003-12-08 Peter Williams + + * Makefile: Use embedded tab instead of $(ECHO_ESCAPE). + Fixes build on OS X. + +2003-12-04 Martin Baulig + + * corlib.dll.sources: Added System.Collections.Generic. + +2003-11-26 Andreas Nahr + + * corlib.dll.sources: Added file: + System.Runtime.InteropServices.DispatchWrapper.cs + +2003-11-26 Lluis Sanchez Gual + + * corlib.dll.sources: Added + System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs + * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs + +2003-11-24 Zoltan Varga + + * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs. + +2003-11-19 Lluis Sanchez Gual + + * corlib_test.dll.sources: Added some test files: + System.Runtime.Remoting/ContextTest.cs + System.Runtime.Remoting/SynchronizationAttributeTest.cs + +2003-11-18 Lluis Sanchez Gual + + * corlib.dll.sources: Added some files: + System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs + System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs + System.Runtime.Remoting.Messaging/ISerializationRootObject.cs + +2003-11-18 Andreas Nahr + + * corlib.dll.sources: Added already existing, but not added delegate + Added various classes in System.InteropServices + +2003-11-18 Andreas Nahr + + * corlib.dll.sources: Added some files: + System.Runtime.Serialization.Formatter.cs + System.Runtime.Serialization.Formatters/InternalRM.cs + System.Runtime.Serialization.Formatters/InternalST.cs + System.Runtime.Serialization.Formatters/TypeFilterLevel.cs + +2003-11-17 Lluis Sanchez Gual + + * corlib.dll.sources: Added some files: + System.Runtime.Remoting.Channels/AggregateDictionary.cs + System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs + +2003-11-16 Lluis Sanchez Gual + + * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs + +2003-11-15 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs. + +2003-11-12 Jackson Harper + + * Makefile: corlib is now named mscorlib. + +2003-11-09 Sebastien Pouliot + + * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography. + * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2). + +2003-10-18 Sebastien Pouliot + + * corlib.dll.sources: Added classes StrongName to support StrongNames. + +2003-10-17 Sebastien Pouliot + + * corlib.dll.sources: Added classes CryptoConvert to support StrongNames. + +2003-10-12 Sebastien Pouliot + + * corlib.dll.sources: Added classes for Authenticode support. + * corlib_test.dll.sources: Added unit test for SPC certificates. + +2003-09-26 Pedro Martínez Julá + + * corlib_test.dll.sources: Remove tests that generate compile + errors. The tests are still there but its name is rmoved here. + +2003-09-24 + + * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build + +2003-08-20 Duncan Mak + + * corlib_test.dll.sources: Added DictionaryBaseTest.cs + +2003-08-19 Nick Drochak + + * Makefile: Turn on debug for the corlib tests on .NET. + +2003-08-06 Andreas Nahr + + * corlib.dll.sources: added quite some files + +2003-08-06 Andreas Nahr + + * corlib.dll.sources: added/removed Locale.cs + +2003-08-03 Sebastien Pouliot + + * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions + +2003-07-31 Sebastien Pouliot + + * corlib_test.dll.sources: Added new CryptoStreamTest.cs + +2003-07-24 Peter Williams + + * Makefile: Boo-yah! Add corlib_plattest.dll, which is a + corlib test library built against the platform corlib. This + lets us test our corlib tests. On a non-mono-native platform + (Windows) we run those tests only; on a mono-native platform, we + run the full corlib test suite on our own tests. + (clean-local): Forgot $(plattestlib). + + * corlib_plattest.dll.excludes: Add this. (The result of + 'grep Mono corlib_test.dll.sources') + + * corlib_test.dll.sources: Extraneous newline was messing things + up. + +2003-07-23 Ravi Pratap + + * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl + from Paolo in response to bug #45993. + +2003-07-23 Lluis Sanchez Gual + + * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs + +2003-07-20 Peter Williams + + * Makefile: Add in corlib_res.dll, which we use as a basis + for tests on non-linux platforms. Nearly identical rules to + corlib_cmp: corlib - some files that cause the MS runtime to + barf. + + * corlib_res.dll.excludes: Added. + +2003-07-20 Peter Williams + + * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB). + +2003-07-18 Peter Williams + + * Makefile (dist-local): The fancy shell script was neat, but + ultimately unnecessary and counterproductive. Alas. + +2003-07-17 Andreas Nahr + + * corlib.dll.sources: + * unix.args: AssemblyInfo.cs added + +2003-07-17 Peter Williams + + * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE), + which sort of makes sense and is needed on Windows too. + ($(corlib)): same. + $(cmplib): Don't include the makefrag to save the Windows build and some + time. + +2003-07-16 Peter Williams + + * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX + portability fixes. + (all-local): Don't build $(cmplib) by default, it's not something + most people need, and the build is broken on Windows right now anyway. + +2003-07-13 Zoltan Varga + + * unix.args: Fix UNIX build. + +2003-07-12 Andreas Nahr + + * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs, + Runtime.InteropServices.TypeLibVersionAttribute.cs + +2003-07-05 Sebastien Pouliot + + * unix.args: Added SecurityParser.cs to Mono.Xml + +2003-06-22 Sebastien Pouliot + + * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs, + PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs, + RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs, + UrlIdentityPermission.cs and ZoneIdentityPermission.cs. + +2003-06-22 Lluis Sanchez Gual + + * unix.args: added System.Runtime.Remoting/SoapServices.cs + +2003-06-11 Sebastien Pouliot + + * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and + RSAManaged.cs + +2003-05-29 Nick Drochak + + * makefile.gnu: turn on debug since it works again. + +2003-05-09 Sebastien Pouliot + + * unix.args: added System.Security/ + AllowPartiallyTrustedCallersAttribute.cs + +2003-04-05 Nick Drochak + + * makefile.gnu: revert. debugger support not installed by default in mcs + +2003-04-05 Nick Drochak + + * makefile.gnu: compile with debug. + +2003-03-31 Gonzalo Paniagua Javier + + * unix.args: added SEHException. + +2003-03-25 Martin Willemoes Hansen + + * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001 + * Updated unix.args with the stubs + +2003-03-21 Martin Willemoes Hansen + + * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs + +2003-03-21 Lluis Sanchez Gual + + * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs + +2003-03-16 Pedro Martínez Juliá + + * unix.args: Added "System.FloatingPointFormatter.cs". + +2003-03-15 Sebastien Pouliot + + * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs + +2003-03-03 Tim Coleman + * unix.args: Added + System.Runtime.InteropServices/HandleRef.cs + 2003-03-04 Pedro Martínez Juliá * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs" @@ -37,7 +418,7 @@ 2003-02-04 Lluis Sanchez Gual - * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs + * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs 2003-02-03 Patrik Torstensson @@ -50,18 +431,18 @@ 2003-01-26 Lluis Sanchez Gual - * unix.args: added RemoteActivator.cs. + * unix.args: added RemoteActivator.cs. 2003-01-26 Lluis Sanchez Gual - * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs, + * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs, System.Runtime.Remoting.Messaging/MethodCallDictionary.cs System.Runtime.Remoting.Messaging/MethodDictionary.cs System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs 2003-01-24 Lluis Sanchez Gual - * unix.args: added System.Runtime.Remoting/TypeInfo.cs and + * unix.args: added System.Runtime.Remoting/TypeInfo.cs and System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs 2003-01-18 Jonathan Pryor @@ -71,11 +452,11 @@ 2003-01-17 Lluis Sanchez Gual - * unix.args: Added System/DelegateSerializationHolder.cs, - System/UnitySerializationHolder.cs, - System.Runtime.Serialization/ObjectManager.cs, - System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs, - System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and + * unix.args: Added System/DelegateSerializationHolder.cs, + System/UnitySerializationHolder.cs, + System.Runtime.Serialization/ObjectManager.cs, + System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs, + System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs 2003-01-05 Sebastien Pouliot