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:
Diffstat (limited to 'mcs/class/corlib/System.Threading/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Threading/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Threading/ChangeLog b/mcs/class/corlib/System.Threading/ChangeLog
index ba1a9664f98..d441965fb9b 100644
--- a/mcs/class/corlib/System.Threading/ChangeLog
+++ b/mcs/class/corlib/System.Threading/ChangeLog
@@ -1,3 +1,20 @@
+2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * Timer.cs: don't invoke the callback twice when the timer changes.
+ Fixes bug #66116.
+
+2004-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * Timer.cs: don't invoke the callback if the period changes before the
+ due time. Fixes bug #62421.
+
+2004-07-15 Dick Porter <dick@ximian.com>
+
+ * Thread.cs: Hold a lock in GetNamedDataSlot. Fixes bug 61582,
+ based on patch by Sébastien Robitaille
+ (sebastien.robitaille@croesus.com). Also fix instances of
+ lock(typeof(Thread)) to lock a private object instead.
+
2004-06-24 Dick Porter <dick@ximian.com>
* Mutex.cs: Implement the createdNew parameter