Skip to content

Commit b095396

Browse files
committed
Updated for 1.7.1
1 parent 6d432e1 commit b095396

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
daemonize Change Log
22
====================
33

4-
Changes in version 1.7:
4+
Changes in version 1.7.1:
5+
6+
- Added emulator for *flock*(2) file locking call, emulated in terms of
7+
*lockf*(3), for systems (like Solaris) that don't have *flock*. Addresses
8+
[Issue #3][]. Tested on Solaris 11 (x86).
9+
10+
[Issue #3]: https://github.com/bmc/daemonize/issues/3
11+
12+
-----------------------------------------------------------------------------
13+
Changes in version 1.7.0:
514

615
- Now supports a `-E` parameter, which allows setting one or more environment
716
variables, to be passed to the daemon. Based on a suggestion from

0 commit comments

Comments
 (0)