X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Principal%2FChangeLog;h=d73b94c2524846bf42a2bf416adb7395e4f78ae4;hb=371a1f12a9c0ce20aae7034afeb293321c3952bd;hp=c8f7c6ebe1349f0ef61603b66b32b94a7052a8ab;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/class/corlib/System.Security.Principal/ChangeLog b/mcs/class/corlib/System.Security.Principal/ChangeLog index c8f7c6ebe13..d73b94c2524 100644 --- a/mcs/class/corlib/System.Security.Principal/ChangeLog +++ b/mcs/class/corlib/System.Security.Principal/ChangeLog @@ -1,3 +1,18 @@ +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). + * SecurityIdentifier.cs: Implement == and != operators (MoMA reports). + 2006-08-08 Sebastien Pouliot * GenericIdentity.cs: Rename fields to match MS for serialization