Add early implementation (will be redone with 2.0 anyways) of IsolatedStorage
[mono.git] / mcs / class / corlib / System.IO.IsolatedStorage / ChangeLog
index 95d669e73c306fe784a0ff255fa07cda48dcc9c1..ba40d81d7e0e06050afe7b593f901bfc0a109979 100644 (file)
@@ -1,3 +1,23 @@
+2007-12-18  Stephane Delcroix  <sdelcroix@novell.com>
+
+       * IsolatedStorageFileEnumerator.cs: Ifdef'ing out too. Fixes the build.
+
+2007-12-18  Miguel de Icaza  <miguel@novell.com>
+
+       * Ifdef out the large bodies of code that will just not work with
+       Silverlight, ran into this problem again trying to run
+       http://fluxtools.net/emailphotos
+
+       Its not worth trying to alter this implementation of
+       IsolatedStorage to work in both the regular and the Moonlight
+       profiles, instead am going to write a simple implementation while
+       we wait for the real 2.0 API to come out.
+
+2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * IsolatedStorageFileStream.cs: Handle rooted paths. Patch by Jay
+       Miller to fix bug #324983.
+
 2006-04-07  Sebastien Pouliot  <sebastien@ximian.com>
 
        * IsolatedStorageFile.cs: Loading/saving the identities used to