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:
authorLluis Sanchez <lluis@novell.com>2004-06-15 14:15:00 +0400
committerLluis Sanchez <lluis@novell.com>2004-06-15 14:15:00 +0400
commit1c38fe883585b4847242b7d6eaec35c61edc800f (patch)
tree158d7aec563d9119ac4ecadcee4d1e1292ccce01 /mcs/class/System/System.Timers/ChangeLog
parent6f79c6d07e6abdd0a1507325063f2b09be90833d (diff)
* Timer.cs: The timer thread must be a background thread.
This fixes #58816. svn path=/trunk/mcs/; revision=29594
Diffstat (limited to 'mcs/class/System/System.Timers/ChangeLog')
-rw-r--r--mcs/class/System/System.Timers/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.Timers/ChangeLog b/mcs/class/System/System.Timers/ChangeLog
index da3f9bd3a6d..520c7dc26ba 100644
--- a/mcs/class/System/System.Timers/ChangeLog
+++ b/mcs/class/System/System.Timers/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-15 Lluis Sanchez Gual <lluis@ximian.com>
+
+ * Timer.cs: The timer thread must be a background thread.
+ This fixes #58816.
+
2004-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Timer.cs: if AutoReset, disable the timer before adding the callback