[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Security.Principal / ChangeLog
index c8f7c6ebe1349f0ef61603b66b32b94a7052a8ab..d73b94c2524846bf42a2bf416adb7395e4f78ae4 100644 (file)
@@ -1,3 +1,18 @@
+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