- Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
- Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
- Fix: no segv on exit because disconnect client '0', no client '0', the first client is '1'
- Fix: can now interpret the *add* commands with spaces in the query correctly
- Change: autotools to cmake toolchain
- Change: cmake minimal version to 3.17 because of policy CMP0100
- Change: the CI check if lektor compiles, no binary deployment for now