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:
authorDick Porter <dick@acm.org>2008-06-19 18:56:31 +0400
committerDick Porter <dick@acm.org>2008-06-19 18:56:31 +0400
commita4a491eac8bcbfb0a3e9c675600751dc20259d07 (patch)
treedf1344010861c6a750dca54062b5a6c60e3fa9d7 /mcs/class/System/System.Diagnostics/ChangeLog
parentaf757e2e19bc16ef4213b390a91ff1fabe815f0b (diff)
2008-06-19 Dick Porter <dick@ximian.com>
* Process.cs: Match the buffer sizes of StreamWriter and MonoSyncFileStream for redirected stdout and stderr. Fixes bug 401225. svn path=/trunk/mcs/; revision=106217
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 d9332e073b0..526ea63a67c 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-19 Dick Porter <dick@ximian.com>
+
+ * Process.cs: Match the buffer sizes of StreamWriter and
+ MonoSyncFileStream for redirected stdout and stderr. Fixes bug
+ 401225.
+
2008-05-02 Zoltan Varga <vargaz@gmail.com>
* TraceImpl.cs: Update the IndentLevel property of this class when Indent ()