New test.
[mono.git] / mcs / class / corlib / System.Security.Principal / ChangeLog
index 6feb31736e93731d47d224264b49153688a446b8..c8f7c6ebe1349f0ef61603b66b32b94a7052a8ab 100644 (file)
@@ -1,3 +1,30 @@
+2006-08-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GenericIdentity.cs: Rename fields to match MS for serialization
+       (indirecly required to fix GenericPrincipal serialization). Also 
+       renamed ctor parameters to match fx.
+       * GenericPrincipal.cs: Rename fields to match MS for serialization.
+       Fix bug #79030.
+
+Wed Nov 30 19:09:50 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * WindowsIdentity.cs: remove check for an invalid user token on Posix
+       systems and check for PlatformID.Unix, too.
+
+2005-10-28  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * IdentityReferenceCollection.cs: Removed virtual from Count and 
+       IsReadOnly properties.
+       * WindowsIdentity.cs: AuthenticationType property isn't virtual in 2.0
+
+2005-09-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SecurityIdentifier.cs: Stubbed ctor(IntPtr) introduced in 2.0 RC.
+
+2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GenericPrincipal.cs: Roles are case-insensitive.
+
 2005-06-18  Sebastien Pouliot  <sebastien@ximian.com>
 
        * IdentityReference.cs: Constructor is internal (which means it the