[System] Process.WaitForExit now triggers event Exited.
[mono.git] / mcs / class / corlib / Microsoft.Win32.SafeHandles / ChangeLog
1 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
2
3         * SafeWaitHandle.cs: Fix some argument names to be consistent with MS.
4
5 2007-07-18  Miguel de Icaza  <miguel@novell.com>
6
7         * SafeWaitHandle.cs: Do not call DangerousGetHandle here as it
8         throws ObjectDisposedException when the refcount reaches zero. 
9
10         * SafeFileHandle.cs: Same.
11
12 2007-05-12  Jonathan Chambers  <joncham@gmail.com>
13
14         * SafeWaitHandle.cs: Add internal empty
15         constructor for pinvoke marshalling.
16
17 2007-04-30  Dick Porter  <dick@ximian.com>
18
19         * CriticalHandleZeroOrMinusOneIsInvalid.cs: 
20         * CriticalHandleMinusOneIsInvalid.cs: 
21         * SafeWaitHandle.cs: 
22         * SafeHandleZeroOrMinusOneIsInvalid.cs: 
23         * SafeHandleMinusOneIsInvalid.cs: Added ReliabilityContract
24         attributes to complete 2.0 profile
25
26 2007-01-13  Miguel de Icaza  <miguel@novell.com>
27
28         * Add a few more missing helper classes.
29
30 2006-12-11  Miguel de Icaza  <miguel@novell.com>
31
32         * SafeWaitHandle.cs: Add new.
33
34 2006-12-10  Miguel de Icaza  <miguel@novell.com>
35
36         * SafeFileHandle.cs: Implement this one.
37
38 2006-12-02  Miguel de Icaza  <miguel@novell.com>
39
40         * SafeFileHandle.cs: Remove the IsInvalid method, as that is
41         present in the base class.
42
43 2006-01-12  Ben Maurer  <bmaurer@andrew.cmu.edu>
44
45         * SafeHandleZeroOrMinusOneIsInvalid.cs: Update to RTM api
46
47         * SafeFileHandle.cs: Update to RTM api
48
49 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
50
51         * SafeFileHandle.cs: Make this inherit from SafeHandleZeroOrMinusOneIsInvalid.
52
53         * SafeHandleZeroOrMinusOneIsInvalid.cs: New file.
54
55 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * SafeFileHandle.cs: Class declaration to allow compiling System.IO
58         and System.IO.IsolatedStorage for the NET_2_0 profile.