New test.
[mono.git] / mcs / class / corlib / Microsoft.Win32.SafeHandles / ChangeLog
1 2006-01-12  Ben Maurer  <bmaurer@andrew.cmu.edu>
2
3         * SafeHandleZeroOrMinusOneIsInvalid.cs: Update to RTM api
4
5         * SafeFileHandle.cs: Update to RTM api
6
7 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
8
9         * SafeFileHandle.cs: Make this inherit from SafeHandleZeroOrMinusOneIsInvalid.
10
11         * SafeHandleZeroOrMinusOneIsInvalid.cs: New file.
12
13 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * SafeFileHandle.cs: Class declaration to allow compiling System.IO
16         and System.IO.IsolatedStorage for the NET_2_0 profile.