v1.5.4 - RC.1
Pre-release
Pre-release
maxsharabayko
released this
01 Oct 09:00
·
29 commits
to master
since this release
Changelog
Changes since v1.5.4-rc.0.
Core Functionality
a7b3711 Fixed nonchecked empty config for packetfilter (#3031).
990eaed Fixed initialization problem in SocketKeeper version with acquire (#3026).
ab000e3 Moved debug-related functions to common (#3024).
3e0ef4b Fixed pthread_setname_np(3) call on NetBSD (#3018).
ff96e17 Some refactoring per clang-reported warnings (#3019).
Build Scripts (CMake, etc.)
7a4f5e2 Treat warnings as errors on Ubuntu action.
9114698 Treat warnings as errors in macOS action.
e837a93 Fixed proper compiler selection for --with-compiler-type configure option (#3021).
Sample Applications
d2706ea Added setopt utility for easily setting socket options
Unit Tests
5a88e13 Added test with bonding first connecting socket failure
53d611a Added option handling also to non-fixture-based tests