Merge remote branch 'tgiphil/master'; commit 'c9bc218cd3ccfa17532a'
[mono.git] / mcs / class / corlib / System.Threading / ChangeLog
index 050e42627f369688a5f1b7672b9b88f8dd1f0c63..1d72c35b90cff2c061128c093c60c695ea86b5ea 100644 (file)
@@ -1,3 +1,18 @@
+2010-05-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * Timer.cs: check object reference when the timers are equal.
+       Fixes bug #605092.
+
+2010-04-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * LazyThreadSafetyMode.cs: Include in Moonlight build.
+
+2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
+
+       * AtomicBoolean.cs:
+       * CountdownEvent.cs:
+       * SpinLock.cs: Add BOOTSTRAP_NET_4_0 define
+
 2010-03-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * ThreadPool.cs: add fast path to queue work items in the runtime.