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