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>2006-12-19 14:23:23 +0300
committerRobert Jordan <robertj@gmx.net>2006-12-19 14:23:23 +0300
commitdb6bf652fedfe88e1bdea28b9990d22103628d2f (patch)
tree2e8329c067db79788a831b2ca243d936d49e6263 /mcs/class/System/System.Timers/ChangeLog
parentfbe3212ca730384bbf85f3c04df54a28ffe78f8f (diff)
2006-12-19 Robert Jordan <robertj@gmx.net>
* Timer.cs: Apply the latest patch at attached to bug #77847. svn path=/trunk/mcs/; revision=69727
Diffstat (limited to 'mcs/class/System/System.Timers/ChangeLog')
-rw-r--r--mcs/class/System/System.Timers/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System/System.Timers/ChangeLog b/mcs/class/System/System.Timers/ChangeLog
index e1eaa33b6b3..6662185c4b0 100644
--- a/mcs/class/System/System.Timers/ChangeLog
+++ b/mcs/class/System/System.Timers/ChangeLog
@@ -1,8 +1,12 @@
+2006-12-19 Robert Jordan <robertj@gmx.net>
+
+ * Timer.cs: Apply the latest patch at attached to bug #77847.
+
2006-12-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Timer.cs: Fixes race condition (bug #77847). Patch from Robert Jordan.
-2006-03-19 Robert Jordan <robertj@gmx.net>
+2006-12-11 Robert Jordan <robertj@gmx.net>
* Timer.cs: Fix race condition of the wait handle object.
Fixes bug #77847.