Version 2.3.8
- Annoying changes you must make
- You probably need to change your
./configure
arguments. The flagwith-initscript
has changed towith-systemv
. It was previously enabled by default; now you must enable it explicitly.
- You probably need to change your
- Changes
- Added limited support for installing into
systemd
and Fedora systems. Forsystemd
support, use the configuration flag--with-systemd
in place of--with-systemv
. The installation does not do everything needed, such as defining special users and groups. - Renamed
with-initscript
configuration flag towith-systemv
to describe its role more accurately. - A System V startup script is no longer installed by default; if you want it, ask for it with the
--with-systemv
configuration flag. - Added limited support for FreeBSD. You must specify
LDFLAGS='-I/usr/local/lib'
andCPPFLAGS='-L/usr/local/include'
before running./configure --with-foo etc.
- Removed the
-configfile
annotation from the version string because it's no longer optional; it's always there. - Removed the
dummy
,pipe
andstdout
backends from the standard build – they are now optional and are no longer automatically included in the build.
- Added limited support for installing into
- Bug fixes
- Allow more stack space to prevent a segfault in certain configurations (thanks to https://github.com/joerg-krause).
- Add missing header files(thanks to https://github.com/joerg-krause).
- Removed some (hopefully) mostly silent bugs from the configure.ac file.