X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Principal%2FChangeLog;h=c8f7c6ebe1349f0ef61603b66b32b94a7052a8ab;hb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;hp=c1ffd39649f1443d70c47d97f0b42f4910801ecd;hpb=fefd6f1d0578964f8ec15e061c5b2db1f9ef4fbc;p=mono.git diff --git a/mcs/class/corlib/System.Security.Principal/ChangeLog b/mcs/class/corlib/System.Security.Principal/ChangeLog index c1ffd39649f..c8f7c6ebe13 100644 --- a/mcs/class/corlib/System.Security.Principal/ChangeLog +++ b/mcs/class/corlib/System.Security.Principal/ChangeLog @@ -1,3 +1,16 @@ +2006-08-08 Sebastien Pouliot + + * 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 + + * WindowsIdentity.cs: remove check for an invalid user token on Posix + systems and check for PlatformID.Unix, too. + 2005-10-28 Sebastien Pouliot * IdentityReferenceCollection.cs: Removed virtual from Count and