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