This repository was archived by the owner on Jul 8, 2022. It is now read-only.
9.3.1
Pre-release
Pre-release
Binaries
Release notes
- Add -pedantic for GCC/Clang and debug mode (#441). This change can generate
errors with very old compilers (e.g. gcc 3.4.6) when compiling the lib debug
version. Please remove manually -pedantic flag in configure/CMakeLists.txt if
you need to compile the debug version on a very old compiler. - DServerSignal: Include errno header instead of trying to manually get the declaration right (#441)
- Remove GNU_CXX definition for GCC/Clang (#441)
- filedatabase.cpp: Remove stray semicolon (#441)
- FileDatabase: Use correct format specifier for unsigned arguments to sscanf (#441)
- EventConsumer::connect_event: Fix misleading indentation (#441)
- PollThread: Fix multiline macro definitions (#451)
- Generate static library (#17) and fix compilation definitions (#437)
- Replace asserts in EventConsumer::initialize_received_from_admin with exceptions (#453)