]> the.earth.li Git - onak.git/commitdiff
0.6.2 release onak-0.6.2
authorJonathan McDowell <noodles@earth.li>
Sun, 27 Nov 2022 19:41:37 +0000 (19:41 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 27 Nov 2022 19:41:37 +0000 (19:41 +0000)
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 98659b3fac0baee17c49b075245518b1b24a8838..c3c0894a4f007f99b4c8b5b7dddf0797521ca54e 100644 (file)
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
-project(onak VERSION 0.6.1 LANGUAGES C)
+project(onak VERSION 0.6.2 LANGUAGES C)
 
 include(CheckSymbolExists)
 include(FindPkgConfig)
index e09a96ca4df1b918c7846cdc8c1f4f5183cd83a7..b1637e4a577ceb5dab3e98ddd23da511cbd733be 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.1
+PROJECT_NUMBER         = 0.6.2
 
 # 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 b3b902095115e464484f467fbfef6d49b5676fcc..4992d3441ed44fa4b1eec70b3421af9373b67829 100644 (file)
@@ -1,3 +1,12 @@
+onak (0.6.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump debhelper compat level to 13
+  * Use /run/onak for keyd socket
+  * Bump Debian Standards-Version to 4.6.1
+
+ -- Jonathan McDowell <noodles@earth.li>  Sun, 27 Nov 2022 19:41:19 +0000
+
 onak (0.6.1-1) unstable; urgency=low
 
   * New upstream release
index 12b55b5d095587116aa1587fb8084015ca641c3f..0c2bbd69fcb27ade0bd39869b5fe4a9d757e2e37 100644 (file)
 0.6.1 - 13th September 2020
 
 * Fixes for compilation without nettle + with later releases of nettle
+
+0.6.2 - 27th November 2022
+
+* Don't take creation time from unhashed subpackets
+* Fix ECDSA/SHA1 signature check
+* Fix handling of other signature requirement
+* Fix deletion of keys with PostgreSQL backend
+* Add support for verifying v3 signature packets
index 4878ddd0c86cd3bfe47c0e4776ca76718d0082db..587da84ec88d17da444a528cfbe82f2b669eccd3 100644 (file)
@@ -1,5 +1,5 @@
-onak 0.6.1
-Copyright 2003-2020 Jonathan McDowell
+onak 0.6.2
+Copyright 2002-2022 Jonathan McDowell
 https://www.earth.li/projectpurple/progs/onak.html