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:
authorGert Driesen <drieseng@users.sourceforge.net>2007-12-08 19:02:41 +0300
committerGert Driesen <drieseng@users.sourceforge.net>2007-12-08 19:02:41 +0300
commit1c14498de317d6b4739e1828ce39d067d82bdec8 (patch)
tree2272e7a07487249f7336d0bd2b2c45c3f3e13200 /mcs/class/System/System.Diagnostics/ChangeLog
parent8356150f84977016b7cb947990376096163aabdf (diff)
* LocalFileEventLog.cs: To allow entry to be fully written before
attempting to read it, added small sleep period in the Created event of the FSW. svn path=/trunk/mcs/; revision=90994
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 6f56b7a2c5d..61cf79cc204 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-08 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * LocalFileEventLog.cs: To allow entry to be fully written before
+ attempting to read it, added small sleep period in the Created event
+ of the FSW.
+
2007-12-04 Gert Driesen <drieseng@users.sourceforge.net>
* Process.cs: Modified StartInfo to throw ArgumentNullException when