]> the.earth.li Git - onak.git/commitdiff
0.6.3 release main onak-0.6.3
authorJonathan McDowell <noodles@earth.li>
Tue, 26 Sep 2023 19:52:47 +0000 (20:52 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 26 Sep 2023 19:52:47 +0000 (20:52 +0100)
Release; update version string in CMakeLists.txt, doc/README, Doxyfile.
Update doc/HISTORY and debian/changelog.

CMakeLists.txt
Doxyfile
debian/changelog
doc/HISTORY
doc/README

index e53ad465ca0687536b3264d762d969eee664c7d2..ed47ba32766625792e3a3b7d2ca348c7e3f834c5 100644 (file)
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
-project(onak VERSION 0.6.2 LANGUAGES C)
+project(onak VERSION 0.6.3 LANGUAGES C)
 
 include(CheckSymbolExists)
 include(FindPkgConfig)
index b1637e4a577ceb5dab3e98ddd23da511cbd733be..f29da921b553cadc9dcfea6e6330bca52ba83b8c 100644 (file)
--- 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.2
+PROJECT_NUMBER         = 0.6.3
 
 # 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
index 49871dd2ea19b70bb81e9664ad8be97cb05d0537..7e5f6f2c7c471b07ea539eb4406907048cad8f12 100644 (file)
@@ -1,9 +1,8 @@
-onak (0.6.2-2) UNRELEASED; urgency=low
+onak (0.6.3-1) unstable; urgency=low
 
-  * Switch to RuntimeDirectory in systemd service file. Thanks to Guillem
-    Jover for the pointer.
+  * New upstream release
 
- -- Jonathan McDowell <noodles@earth.li>  Mon, 02 Jan 2023 15:55:04 +0000
+ -- Jonathan McDowell <noodles@earth.li>  Tue, 26 Sep 2023 20:48:54 +0100
 
 onak (0.6.2-1) unstable; urgency=low
 
index 0c2bbd69fcb27ade0bd39869b5fe4a9d757e2e37..353d62020f2c5c13160d6c14f90d4f3a63b7c982 100644 (file)
 * Fix handling of other signature requirement
 * Fix deletion of keys with PostgreSQL backend
 * Add support for verifying v3 signature packets
+
+0.6.3 - 26th September 2023
+
+* Fix systemd detection + socket activation
+* Add CMake checking for Berkeley DB
+* Minor improvements to keyd logging
+* Fix decoding of signature creation time
+* Relax version check on parsing signature + key packets
+* Improve HTML escaping
+* Handle failed database initialisation more gracefully
+* Fix bug with EDDSA signatures with top 8+ bits unset
index 587da84ec88d17da444a528cfbe82f2b669eccd3..8eaf788f657882a05e03c7e09e8e59ed9a6b0732 100644 (file)
@@ -1,5 +1,5 @@
-onak 0.6.2
-Copyright 2002-2022 Jonathan McDowell
+onak 0.6.3
+Copyright 2002-2023 Jonathan McDowell
 https://www.earth.li/projectpurple/progs/onak.html