X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.IO.IsolatedStorage%2FChangeLog;h=95d669e73c306fe784a0ff255fa07cda48dcc9c1;hb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;hp=c6d4f5f6b8d5521bc700d2ee4175d873cf0de5f6;hpb=0c31213775e39ade10a7ce318be98e2de362da12;p=mono.git diff --git a/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog b/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog index c6d4f5f6b8d..95d669e73c3 100644 --- a/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog +++ b/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog @@ -1,3 +1,17 @@ +2006-04-07 Sebastien Pouliot + + * IsolatedStorageFile.cs: Loading/saving the identities used to + isolate the storage requires the permission to [de]serialize them too. + +2005-11-09 Sebastien Pouliot + + * IsolatedStorageScope.cs: Added missing [Serializable] in 2.0 profile + +2005-10-04 Sebastien Pouliot + + * IsolatedStorageFile.cs: Add a call to GC.SuppressFinalize in Dispose + (even if we're not disposing anything). + 2005-06-22 Sebastien Pouliot * IsolatedStorageFile.cs: Only assembly evidences are considered to