- Fixed make distclean/clobber on Debian (use debian-clobber instead of clobber) (spotted by Marc Haber)
- Fixed parallel make test (race condition creating test directory) (spotted by Marc Haber)
- Fixed manpage headers and footers and various other minor fixes and improvements
- Fixed limitation in test code for daemon_path_is_safe() in deep directory (spotted by Kurt Hindenburg)
- Added elaboration in mem module test output for pool_destroy_secure()
- Replaced some 0 with EXIT_SUCCESS and 1 with EXIT_FAILURE in libslack module tests
- Added configure --prefix=/opt/local for macports (spotted by Kurt Hindenburg)
- Added mention of file locations on macOS/macports to the daemon(1) manpage
- Added checks for gcc -W options that fail on old macosx (e.g. 10.6.8) without macports
- Fixed return value on error (unlikely) for prog_out_none()/prog_err_none()/prog_dbg_none()/prog_alert_none()
- Added support for using $CC in configure (spotted by Ryan Schmidt)
- Fixed missing client defines in output of libslack-config --cflags (needed for configure --prefix)
- Fixed Makefile (wasn't inheriting CPPFLAGS, CFLAGS or LDFLAGS from caller) (spotted by Ryan Schmidt)