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