Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mono / handles / ChangeLog
index f4ed279de037f48642a68f3c138d47bc5a509b44..431354885485a9cd7c965115cb7097d4308e0632 100644 (file)
@@ -1,3 +1,49 @@
+2006-04-06  Dick Porter  <dick@ximian.com>
+
+       * semdel.c (main): Fix parameters in semctl () call.
+
+2005-12-23  Dick Porter  <dick@ximian.com>
+
+       * hps.c: Add named event support
+
+2005-12-06  Dick Porter  <dick@ximian.com>
+
+       * hps.c: Add named semaphore support
+
+2005-11-11  Dick Porter  <dick@ximian.com>
+
+       * hps.c: Thread handles are shared again
+
+2005-10-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * hps.c (main): Applied patch from Robert Jordan (robertj@gmx.net). Fix
+       compilation with gcc 2.95.
+
+2005-07-04  Dick Porter  <dick@ximian.com>
+
+       * semdel.c: Fixed compilation on macos, put an error message back
+       at Hari's suggestion.
+
+2005-07-01  Dick Porter  <dick@ximian.com>
+
+       * semdel.c: Removed output, and always exit (0), to avoid giving
+       make trouble
+
+2005-06-30  Dick Porter  <dick@ximian.com>
+
+       * semdel.c: Added semdel, for deleting the current shared
+       semaphore
+
+2005-04-13  Dick Porter  <dick@ximian.com>
+
+       * hps.c: Update to new daemon-less code
+       * Makefile.am: Don't bother to build shmdel or scratch any more
+
+2003-06-05  Dick Porter  <dick@ximian.com>
+
+       * hps.c:
+       * shmdel.c:
+       * scratch.c: Update to new api
 
 Sat Jun 1 13:54:29 CEST 2002 Paolo Molaro <lupus@ximian.com>