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:
authorKornél Pál <kornelpal@gmail.com>2005-05-27 22:30:19 +0400
committerKornél Pál <kornelpal@gmail.com>2005-05-27 22:30:19 +0400
commit06fdd0f782073c67037fad8d1ecff4e4d6c16504 (patch)
treeb3d27cd9db738b119abebe6880ace45e00e95d0b /mcs/class/System/System.Timers/ChangeLog
parent1d6e1f0d2db5dd4a0a8a50879ed1ca5aa76ab2f8 (diff)
Fixed bug #75068
svn path=/trunk/mcs/; revision=45121
Diffstat (limited to 'mcs/class/System/System.Timers/ChangeLog')
-rw-r--r--mcs/class/System/System.Timers/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System/System.Timers/ChangeLog b/mcs/class/System/System.Timers/ChangeLog
index 520c7dc26ba..39cafb7d997 100644
--- a/mcs/class/System/System.Timers/ChangeLog
+++ b/mcs/class/System/System.Timers/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-27 Kornél Pál <kornelpal@hotmail.com>
+
+ * Timer.cs: Fixed bug #75068 - Close() does not disable the timer
+
2004-06-15 Lluis Sanchez Gual <lluis@ximian.com>
* Timer.cs: The timer thread must be a background thread.