[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Security.Principal / ChangeLog
index c1ffd39649f1443d70c47d97f0b42f4910801ecd..d73b94c2524846bf42a2bf416adb7395e4f78ae4 100644 (file)
@@ -1,3 +1,31 @@
+2008-05-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * IdentityReferenceCollection.cs: Remove MonoTODO and throw NIE.
+
+2007-07-28  Miguel de Icaza  <miguel@novell.com>
+
+       * IdentityReference.cs, SecurityIdentifier.cs, NTAccount.cs: Do
+       not recurse infinitely as reported by Jesse Jones, the problem was
+       the comparison to null.
+
+2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * NTAccount.cs: Implement == and != operators (MoMA reports).
+       * SecurityIdentifier.cs: Implement == and != operators (MoMA reports).
+
+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