Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2008-08-20 19:40:21 +0400
committerSebastien Pouliot <sebastien@ximian.com>2008-08-20 19:40:21 +0400
commit9a7fb919cedde0cba62c34a14b247ffe5dbcffb7 (patch)
treeed41d819113de262b8384a549da1afffcf584e7d /mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog
parente2f9052206a0f99139361ea6a314ff5aa35558fd (diff)
2008-08-20 Sebastien Pouliot <sebastien@ximian.com>
* MoonIsolatedStorageFile.cs: Fix API to match SL2 beta2. Start implementing new feature (while writing unit tests). * MoonIsolatedStorageFileStream.cs: Add new async methods [Begin| End][Read|Write] present in b2. Fix endless recursion in WriteByte. svn path=/trunk/mcs/; revision=111152
Diffstat (limited to 'mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog')
-rw-r--r--mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog b/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog
index 3b25384a433..7da3855f522 100644
--- a/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog
+++ b/mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-20 Sebastien Pouliot <sebastien@ximian.com>
+
+ * MoonIsolatedStorageFile.cs: Fix API to match SL2 beta2. Start
+ implementing new feature (while writing unit tests).
+ * MoonIsolatedStorageFileStream.cs: Add new async methods [Begin|
+ End][Read|Write] present in b2. Fix endless recursion in WriteByte.
+
2008-04-18 Sebastien Pouliot <sebastien@ximian.com>
* IsolatedStorageFile.cs: Fix CreateDirectory to accept multiple