X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FChangeLog;h=3475f4d88421dad18f957eb87db9730946b3e095;hb=60f983f7eda3341c9a5abba84342d4eff603452e;hp=ecfb9b7213c259acf16ce471caf1f95816270cbb;hpb=bfb707603f94f046e07e6c410f2676ee418d89fd;p=mono.git diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog index ecfb9b7213c..3475f4d8842 100644 --- a/mcs/class/corlib/ChangeLog +++ b/mcs/class/corlib/ChangeLog @@ -1,3 +1,108 @@ +2004-04-08 Bernie Solomon + + * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs + +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