Cygwin needs a cygserver running to handle IPC syscalls
[IPC-Semaphore-Concurrency.git] / Changes
blob759c8e1715997b3f29e65da1514aaf51f6551858
1 Revision history for Perl extension IPC::Semaphore::Concurrency.
3 0.04  Thu Jan 23 03:24:49 UTC 2014
4   - Fix failing tests on platforms with missing semaphore support
6 0.03  Sat Jan 18 06:59:43 UTC 2014
7         - Update documentation, including important warnings on using release()
8         - Tests: better handling of file creation failure and remove created
9           semaphores.
11 0.02  Tue Sep  1 02:52:04 UTC 2009
12         - Fix parsing of positional arguments in acquire() that could ignore the
13           default "undo" parameter of "1"
15 0.01  Fri Aug 28 23:23:12 UTC 2009
16         - original version; created by h2xs 1.23 with options
17                 -AX IPC::Semaphore::Concurrency
18         - Initial code