Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

9.3.1

Pre-release
Pre-release

Choose a tag to compare

@Ingvord Ingvord released this 23 May 19:22
· 653 commits to tango-9-lts since this release
9535ad1

Binaries

Linux: Download
Windows: Download

Release notes

  1. 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.
  2. DServerSignal: Include errno header instead of trying to manually get the declaration right (#441)
  3. Remove GNU_CXX definition for GCC/Clang (#441)
  4. filedatabase.cpp: Remove stray semicolon (#441)
  5. FileDatabase: Use correct format specifier for unsigned arguments to sscanf (#441)
  6. EventConsumer::connect_event: Fix misleading indentation (#441)
  7. PollThread: Fix multiline macro definitions (#451)
  8. Generate static library (#17) and fix compilation definitions (#437)
  9. Replace asserts in EventConsumer::initialize_received_from_admin with exceptions (#453)