We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d432e1 commit b095396Copy full SHA for b095396
CHANGELOG.md
@@ -1,7 +1,16 @@
1
daemonize Change Log
2
====================
3
4
-Changes in version 1.7:
+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:
14
15
- Now supports a `-E` parameter, which allows setting one or more environment
16
variables, to be passed to the daemon. Based on a suggestion from
0 commit comments