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:
Diffstat (limited to 'mcs/class/corlib/System.IO/ChangeLog')
-rw-r--r--mcs/class/corlib/System.IO/ChangeLog27
1 files changed, 1 insertions, 26 deletions
diff --git a/mcs/class/corlib/System.IO/ChangeLog b/mcs/class/corlib/System.IO/ChangeLog
index 3c61f2ed7d5..cae1b69efee 100644
--- a/mcs/class/corlib/System.IO/ChangeLog
+++ b/mcs/class/corlib/System.IO/ChangeLog
@@ -1,19 +1,3 @@
-2006-02-27 Gert Driesen <drieseng@users.sourceforge.net>
-
- * File.cs: In 2.0 profile, File.Get****Time(Utc) should not throw
- IOException if specified path does not exist. Fixes bug #77641.
-
-2006-02-26 Gert Driesen <drieseng@users.sourceforge.net>
-
- * FileStream.cs: To match MSFT, ignore FileShare.Inheritable on 2.0
- profile. This fixes bug #77644. Improved usefulness of some existing
- exception messages.
-
-2006-02-22 Joerg Rosenkranz <joergr@voelcker.com>
-
- * MonoIO.cs, MonoIOError.cs: Verbose exception for error 39
- (disk full).
-
2006-02-03 Zoltan Varga <vargaz@gmail.com>
* Stream.cs FileStream.cs: Add new 2.0 Dispose () method and protected
@@ -41,21 +25,12 @@
* DirectoryInfo.cs : on Windows top directory is something like c:\.
-2006-01-17 Joshua Tauberer <tauberer@for.net>
-
- * StreamReader.cs: Avoid two totally unnecessary string creations.
- (kind of pedantic)
-
2006-01-13 Ben Maurer <bmaurer@andrew.cmu.edu>
* TextWriter.cs: Call char[],int,int from the Write(char[]) method
both for msft compat and for performance. Thanks to "Mike Glenn"
<mglenn@zoominternet.net> for pointing.
-
-2006-01-12 Ben Maurer <bmaurer@andrew.cmu.edu>
-
- * File.cs: Support for Read/WriteAllText
-
+
2006-01-11 Sebastien Pouliot <sebastien@ximian.com>
* Path.cs: Previous fix caused regression of bug #76191. Fixed (again)