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:
authorRobert Jordan <robertj@gmx.net>2007-10-30 21:35:42 +0300
committerRobert Jordan <robertj@gmx.net>2007-10-30 21:35:42 +0300
commit535abaefa2d8c8a06e7f20a2d3b74f8f044919da (patch)
treec414bd893b7c35c8952bdd8c34ba65a203f48871 /mcs/class/System/System.Diagnostics/ChangeLog
parentdfd2c8407e18c01f1d5e3139363955ccae559a75 (diff)
In Test/System.Diagnostics:
2007-10-30 Robert Jordan <robertj@gmx.net> * ProcessTest.cs: Add tests for bug #319829. In System.Diagnostics: 2007-10-30 Robert Jordan <robertj@gmx.net> * Process.cs: Wrap the redirected streams with a stream that provides real async Begin/Read|Write operations. Fixes bug #319829. In System.IO: 2007-10-30 Robert Jordan <robertj@gmx.net> * MonoSyncFileStream.cs: Add. svn path=/trunk/mcs/; revision=88491
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 458f20cd2e4..8a1feacaba3 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-30 Robert Jordan <robertj@gmx.net>
+
+ * Process.cs: Wrap the redirected streams with a stream
+ that provides real async Begin/Read|Write operations.
+ Fixes bug #319829.
+
2007-09-25 Miguel de Icaza <miguel@novell.com>
* Process.cs: Return an empty collection to prevent crashes;