X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Principal%2FChangeLog;h=d73b94c2524846bf42a2bf416adb7395e4f78ae4;hb=371a1f12a9c0ce20aae7034afeb293321c3952bd;hp=d9474125d7d0b192c0c332f931b40afe61f91ab9;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/mcs/class/corlib/System.Security.Principal/ChangeLog b/mcs/class/corlib/System.Security.Principal/ChangeLog index d9474125d7d..d73b94c2524 100644 --- a/mcs/class/corlib/System.Security.Principal/ChangeLog +++ b/mcs/class/corlib/System.Security.Principal/ChangeLog @@ -1,3 +1,13 @@ +2008-05-30 Sebastien Pouliot + + * IdentityReferenceCollection.cs: Remove MonoTODO and throw NIE. + +2007-07-28 Miguel de Icaza + + * 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 * NTAccount.cs: Implement == and != operators (MoMA reports).