[System] Process.WaitForExit now triggers event Exited.
[mono.git] / mcs / class / corlib / Microsoft.Win32.SafeHandles / ChangeLog
index be5fb1f5802afefefa803b1231e8b91f613f45a3..728d1d129ddaebc037101344f0629d5b2563dd23 100644 (file)
@@ -1,3 +1,28 @@
+2008-01-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * SafeWaitHandle.cs: Fix some argument names to be consistent with MS.
+
+2007-07-18  Miguel de Icaza  <miguel@novell.com>
+
+       * SafeWaitHandle.cs: Do not call DangerousGetHandle here as it
+       throws ObjectDisposedException when the refcount reaches zero. 
+
+       * SafeFileHandle.cs: Same.
+
+2007-05-12  Jonathan Chambers  <joncham@gmail.com>
+
+       * SafeWaitHandle.cs: Add internal empty
+       constructor for pinvoke marshalling.
+
+2007-04-30  Dick Porter  <dick@ximian.com>
+
+       * CriticalHandleZeroOrMinusOneIsInvalid.cs: 
+       * CriticalHandleMinusOneIsInvalid.cs: 
+       * SafeWaitHandle.cs: 
+       * SafeHandleZeroOrMinusOneIsInvalid.cs: 
+       * SafeHandleMinusOneIsInvalid.cs: Added ReliabilityContract
+       attributes to complete 2.0 profile
+
 2007-01-13  Miguel de Icaza  <miguel@novell.com>
 
        * Add a few more missing helper classes.