New test.
[mono.git] / mcs / class / System / System.Timers / ChangeLog
1 2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * Timer.cs: Removed old NET_2_0 defines and added some new
4         MOONLIGHT defines (needed for the client stack)
5
6 2009-09-29  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * Timer_2_1.cs: Removed. No longer needed by Moonlight
9
10 2009-09-27  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * Timer_2_1.cs: New. A smaller, internal subset of Timer for 
13         Moonlight - needed for Socket.Close(int)
14
15 2009-09-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
16
17         * Timer.cs: lock access to the 'timer' field. Attemp to fix bug
18         #537921.
19
20 Wed Sep 17 11:48:00 CEST 2008 Paolo Molaro <lupus@ximian.com>
21
22         * Timer.cs: rewritten to use Threading.Timer so it doesn't create a
23         thread per timer and behaves better. Fixed also a few implementation
24         bugs.
25
26 2008-07-17  Jb Evain  <jbevain@novell.com>
27
28         * Timer.cs: Fix ArgumentException message.
29         Patch by Paul Burton.
30
31 2007-10-30  Robert Jordan  <robertj@gmx.net>
32
33         * Timer.cs (set_Enabled): Allow setting Enabled from within
34         the Elapsed event handler. Fixes #325368.
35
36 2007-09-07  Dick Porter  <dick@ximian.com>
37
38         * Timer.cs: This calls Thread methods in the finalizer too, so use
39         the same workaround as in r85425.
40
41 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
42
43         * Timer.cs: On 2.0 profile, only allow 32-bit interval in ctor.
44
45 2006-12-19  Robert Jordan  <robertj@gmx.net>
46
47         * Timer.cs: Apply the latest patch at attached to bug #77847.
48
49 2006-12-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
50
51         * Timer.cs: Fixes race condition (bug #77847). Patch from Robert Jordan.
52
53 2006-12-11  Robert Jordan  <robertj@gmx.net>
54
55         * Timer.cs: Fix race condition of the wait handle object.
56         Fixes bug #77847.
57
58 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com> 
59  
60         * TimersDescriptionAttribute.cs: Revert Description property fix 
61         because it doesn't always returns null (exact conditions unknown).
62
63 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * ElapsedEventHandler.cs: Remove [Serializable] from 2.0 profile.
66         * Timer.cs: Add [Browsable(false)] to SynchronizingObject property for
67         2.0 profile.
68         * TimersDescriptionAttribute.cs: Description always returns null.
69
70 2005-05-27  Kornél Pál <kornelpal@hotmail.com>
71
72         * Timer.cs: Fixed bug #75068 - Close() does not disable the timer
73
74 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
75
76         * Timer.cs: The timer thread must be a background thread. 
77           This fixes #58816.
78
79 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
80
81         * Timer.cs: if AutoReset, disable the timer before adding the callback
82         to the ThreadPool. Patch by Tim Fries <timf@dicecorp.com>. Fixes bug
83         #57993.
84
85 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
86
87         * Timer.cs: Elapsed is an event. Added a few attributes.
88
89 2002-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
90
91         * ChangeLog:
92         * ElapsedEventArgs.cs:
93         * ElapsedEventHandler.cs:
94         * Timer.cs:
95         * TimersDescriptionAttribute.cs: New files.
96
97         Don't use timers yet. If you do, your program will never end.
98