1a3c6005e14b744d6e29a60de1f08b4bd321f0c1
[mono.git] / mcs / class / System / System.Threading / ChangeLog
1 2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
2
3         * Barrier.cs: Add BOOTSTRAP_NET_4_0
4
5 2010-04-06  Jb Evain  <jbevain@novell.com>
6
7         * SemaphoreFullException.cs: moved to corlib in net_4_0.
8
9 2010-03-02  Jérémie Laval  <jeremie.laval@gmail.com>
10
11         * Barrier.cs: Remove dead comments
12
13 2010-02-25  Jérémie Laval  <jeremie.laval@gmail.com>
14
15         * Barrier.cs: Fix NRE with postPhaseAction delegate
16         Fix possible deadlock when removing participant(s)
17
18 2009-12-11  Miguel de Icaza  <miguel@novell.com>
19
20         * Barrier.cs: Implement IDisposable, add a bunch of IDisposable
21         checks and some checks from the docs.
22
23 2009-08-19  Jérémie Laval  <jeremie.laval@gmail.com>
24
25         * Barrier.cs: Fix Barrier to be really thread-safe.
26         Remove deadlocking.
27
28 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
29
30         * Barrier.cs: added.
31
32 2006-09-28  Andrew Skiba <andrews@mainsoft.com>
33
34         * Semaphore.cs: TARGET_JVM
35
36 2005-12-23  Dick Porter  <dick@ximian.com>
37
38         * Semaphore.cs: Implement OpenExisting
39
40 2005-11-26  Dick Porter  <dick@ximian.com>
41
42         * Semaphore.cs: Implemented with icalls
43
44 2005-11-17  Sebastien Pouliot  <sebastien@ximian.com>
45
46         * Semaphore.cs: New (2.0). Incomplete (missing runtime support).
47         * SemaphoreFullException.cs: New (2.0).
48
49 2001-09-21  Dick Porter  <dick@ximian.com>
50
51         * ThreadExceptionEventArgs.cs: Implemented
52
53 2001-09-13  Dick Porter  <dick@ximian.com>
54
55         * ThreadExceptionEventArgs.cs, ThreadExceptionEventHandler.cs:
56         More System.Threading stubs, in the System assembly.
57