Release; update version string in CMakeLists.txt, doc/README, Doxyfile.
Update doc/HISTORY and debian/changelog.
cmake_minimum_required(VERSION 3.1...3.31 FATAL_ERROR)
-project(onak VERSION 0.6.3 LANGUAGES C)
+project(onak VERSION 0.6.4 LANGUAGES C)
include(CheckSymbolExists)
include(FindPkgConfig)
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.6.3
+PROJECT_NUMBER = 0.6.4
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
-onak (0.6.3-1+git) UNRELEASED; urgency=low
+onak (0.6.4-1) unstable; urgency=low
- * Development snapshot
+ * New upstream release
* Cleanup database files on package purge (Closes: #1053323)
* Update debian/watch to v4 + HTTPS
* Drop debian/NEWS
* Improve HTML escaping
* Handle failed database initialisation more gracefully
* Fix bug with EDDSA signatures with top 8+ bits unset
+
+0.6.3 - 7th September 2025
+
+* Fix building with CMake 4.0
+* Fixes for building with GCC 15
+* Rename keyd(ctl) to onak-keyd(ctl)
-onak 0.6.3
-Copyright 2002-2023 Jonathan McDowell
+onak 0.6.4
+Copyright 2002-2025 Jonathan McDowell
https://www.earth.li/projectpurple/progs/onak.html