From 753f47758c45a4cccd2cbe7cdc93aa7a08c34590 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 7 Sep 2025 13:19:00 +0100 Subject: [PATCH] 0.6.4 release Release; update version string in CMakeLists.txt, doc/README, Doxyfile. Update doc/HISTORY and debian/changelog. --- CMakeLists.txt | 2 +- Doxyfile | 2 +- debian/changelog | 4 ++-- doc/HISTORY | 6 ++++++ doc/README | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4dc5c84..b978031 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ 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) diff --git a/Doxyfile b/Doxyfile index f29da92..790ffba 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = onak # 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 diff --git a/debian/changelog b/debian/changelog index e00476c..c51e277 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -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 diff --git a/doc/HISTORY b/doc/HISTORY index 353d620..6454899 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -385,3 +385,9 @@ * 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) diff --git a/doc/README b/doc/README index 8eaf788..5037d2f 100644 --- a/doc/README +++ b/doc/README @@ -1,5 +1,5 @@ -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 -- 2.39.5