Skip to content
Extraits de code Groupes Projets
Vérifiée Valider a7c73e2a rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DOC: Update the readme and changelog

parent de0ac193
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!169Solves #90 - Database automatic upgrade
Pipeline #2407 en échec
# Next
- Add: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
- Add: hook to automatically upgrade the database scheme if needed
- 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'
- 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
# v2.4
......
......@@ -19,7 +19,7 @@ A Karaoke player made to replace the old bash scripts on Sakura.
### Prerequisites
- [cmake](https://cmake.org/) with at least the version 3.5
- [cmake](https://cmake.org/) with at least the version 3.17
- a C compiler with C11 support
- the [sqlite3](https://www.sqlite.org/) development library, version
3.31.0 or newer for [generated columns](https://www.sqlite.org/gencol.html) support
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter