New tests, updates
[mono.git] / mcs / class / System / System.Timers / ChangeLog
1 2008-07-17  Jb Evain  <jbevain@novell.com>
2
3         * Timer.cs: Fix ArgumentException message.
4         Patch by Paul Burton.
5
6 2007-10-30  Robert Jordan  <robertj@gmx.net>
7
8         * Timer.cs (set_Enabled): Allow setting Enabled from within
9         the Elapsed event handler. Fixes #325368.
10
11 2007-09-07  Dick Porter  <dick@ximian.com>
12
13         * Timer.cs: This calls Thread methods in the finalizer too, so use
14         the same workaround as in r85425.
15
16 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
17
18         * Timer.cs: On 2.0 profile, only allow 32-bit interval in ctor.
19
20 2006-12-19  Robert Jordan  <robertj@gmx.net>
21
22         * Timer.cs: Apply the latest patch at attached to bug #77847.
23
24 2006-12-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25
26         * Timer.cs: Fixes race condition (bug #77847). Patch from Robert Jordan.
27
28 2006-12-11  Robert Jordan  <robertj@gmx.net>
29
30         * Timer.cs: Fix race condition of the wait handle object.
31         Fixes bug #77847.
32
33 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com> 
34  
35         * TimersDescriptionAttribute.cs: Revert Description property fix 
36         because it doesn't always returns null (exact conditions unknown).
37
38 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * ElapsedEventHandler.cs: Remove [Serializable] from 2.0 profile.
41         * Timer.cs: Add [Browsable(false)] to SynchronizingObject property for
42         2.0 profile.
43         * TimersDescriptionAttribute.cs: Description always returns null.
44
45 2005-05-27  Kornél Pál <kornelpal@hotmail.com>
46
47         * Timer.cs: Fixed bug #75068 - Close() does not disable the timer
48
49 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
50
51         * Timer.cs: The timer thread must be a background thread. 
52           This fixes #58816.
53
54 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
55
56         * Timer.cs: if AutoReset, disable the timer before adding the callback
57         to the ThreadPool. Patch by Tim Fries <timf@dicecorp.com>. Fixes bug
58         #57993.
59
60 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
61
62         * Timer.cs: Elapsed is an event. Added a few attributes.
63
64 2002-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
65
66         * ChangeLog:
67         * ElapsedEventArgs.cs:
68         * ElapsedEventHandler.cs:
69         * Timer.cs:
70         * TimersDescriptionAttribute.cs: New files.
71
72         Don't use timers yet. If you do, your program will never end.
73