7 * Fix unix socket mode change to work without specifying user/group for socket
8 * Add some ./run script examples for use with daemontools or runit
9 * Fix Invalid Argument in chmod if mode=-1 (fixes 2033)
10 * Add deprecated and /bin/sh info for -f option; wrap syntax output (fixes #2044)
11 * Add run script examples in automake dist build
14 * Add homepage to README
16 * Fix problems with usernames starting with a digit and non-existent uids; add warning if only user privs are dropped. (fixes #1959)
17 * Add check to link against socket/nsl if needed (fixes #1960)
18 * List IPv6 as feature after the version if it is supported
22 * Add build date to show-version
23 * Added options to chown/chmod the socket and to create the socket before chroot() (fixes #1906)
25 * Add proper SUID bit detection
26 * Added option to change the directory before spawning (fixes #1847)
30 * Separated spawn-fcgi from lighttpd
31 * Remove limits for php children; per default the PHP_FCGI_CHILDREN var is not changed (php defaults to no children, one worker)
32 * Modified the log messages format (more details on errors, no source line)
33 * Only try to connect to unix socket (not tcp) before spawning (fixes again #1575)
34 * Only disconnect from terminal in fork mode (keep stderr/stdout open in nofork mode)
35 * Allow numerical user and group ids for -u/-g (fixes #1141)
36 * Ignore pid-file option in no-fork mode (instead of producing empty file)
37 * Fix error handling for unix-socket-connect test
39 * Use header include order from 1.4.x
40 * Fix segfault due to uninitialized var