All releases tagged Bug Fix


Release Notes: This is a bug fixing release. Most importantly, it fixes an issue with the build system that could potentially result in segfaults, especially on 32-bit machines.


Release Notes: The primary new feature is that the epoll() interface is now supported for plain tcp syslog. This results in better performance and also removes the upper bound of connections in select() in a portable way. The select() interface is still supported for platforms that do not provide epoll(). There are also some important fixes.