New test.
[mono.git] / mcs / class / System / System.Timers / ChangeLog
index e7a242c2a05ddaadb216717c0589dba85f9acdaa..e417d1b4d09cfccd5d88f76e50473c14060b4146 100644 (file)
@@ -1,3 +1,28 @@
+2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Timer.cs: Removed old NET_2_0 defines and added some new
+       MOONLIGHT defines (needed for the client stack)
+
+2009-09-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Timer_2_1.cs: Removed. No longer needed by Moonlight
+
+2009-09-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Timer_2_1.cs: New. A smaller, internal subset of Timer for 
+       Moonlight - needed for Socket.Close(int)
+
+2009-09-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * Timer.cs: lock access to the 'timer' field. Attemp to fix bug
+       #537921.
+
+Wed Sep 17 11:48:00 CEST 2008 Paolo Molaro <lupus@ximian.com>
+
+       * Timer.cs: rewritten to use Threading.Timer so it doesn't create a
+       thread per timer and behaves better. Fixed also a few implementation
+       bugs.
+
 2008-07-17  Jb Evain  <jbevain@novell.com>
 
        * Timer.cs: Fix ArgumentException message.