]> the.earth.li Git - onak.git/commitdiff
0.6.0 release onak-0.6.0
authorJonathan McDowell <noodles@earth.li>
Sun, 13 Sep 2020 10:08:23 +0000 (11:08 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 13 Sep 2020 10:08:23 +0000 (11:08 +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 eebafdd4ebfb99d1f9494325fe743eaa0b96d38a..87f34a57c8f3fe911e0b2aa6a41165a79e7bde87 100644 (file)
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
-project(onak VERSION 0.5.0 LANGUAGES C)
+project(onak VERSION 0.6.0 LANGUAGES C)
 
 include(FindPkgConfig)
 include(GNUInstallDirs)
index 7249d9f866653182a4c402d9af0ad54e41699161..eb95717c705924f40c2db09ba92aeb9e6ef67cf2 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.5.0
+PROJECT_NUMBER         = 0.6.0
 
 # 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 ecfb4bb87111a72509d85b37707b6bbf1fb46be5..09e3b7adf539322e9d03a4d5aecd82cc02a72f96 100644 (file)
@@ -1,5 +1,6 @@
-onak (0.5.0+wip-1) UNRELEASED; urgency=low
+onak (0.6.0-1) UNRELEASED; urgency=low
 
+  * New upstream release
   * Bump debhelper compat level to 10
   * Set Rules-Requires-Root to no
   * Cleanup postinst to avoid recursive chown of database
index b60201702cfb5fcdfcbbe24cf4a17f49a5f2e0ba..fe570df4b2d71d733e4d3225607293ab0a56b68a 100644 (file)
 * Include statistics for fetch by SKS hash in 'keydctl status'
 * Pull key updates into keyd protocol rather than using delete/store
 * Various robustness cleanups from American Fuzzy Lop testing
+
+0.6.0 - 13th September 2020
+
+* Move to CMake over autoconf
+* Add support for issuer fingerprint subpackets
+* Add experimental support for v5 keys
+* Add read-only OpenPGP keyring backed DB backend
+* Move various bits into their own subdirectories in the source tree
+* Add support for full signature verification
+* Drop v3 keys by default when cleaning keys
+* Various code cleanups
+* Implement pieces of draft-dkg-openpgp-abuse-resistant-keystore-03
+* Add support for a fingerprint blacklist (e.g. Evil32)
+* Deprecate the .conf configuration file format
+* Drop version info from armored output
+* Add option to deny new keys and only allow updates to existing keys
+* Various pieces of work removing support for 32 bit key IDs and coping
+  with colliding 64 bit key IDs.
+* Remove support for libnettle versions that lack the full SHA2 suite
index a4e40809b6012e2a7851fc91ceead47d2a5af3ef..e325b693ac6b7506895b055e88af92b7d0f9a13f 100644 (file)
@@ -1,6 +1,6 @@
-onak 0.5.0
-Copyright 2003-2016 Jonathan McDowell
-http://www.earth.li/projectpurple/progs/onak.html
+onak 0.6.0
+Copyright 2003-2020 Jonathan McDowell
+https://www.earth.li/projectpurple/progs/onak.html
 
 
 Introduction:
@@ -139,16 +139,20 @@ Obtaining later versions:
 
 onak lives at:
 
-http://www.earth.li/projectpurple/progs/onak.html
+https://www.earth.li/projectpurple/progs/onak.html
 
 Development is carried out using git; you can access the repository
 with something like:
 
-git clone git://the.earth.li/onak.git
+git clone https://the.earth.li/git/onak.git
 
 or it can be browsed via gitweb at:
 
-http://the.earth.li/gitweb/?p=onak.git;a=summary
+https://the.earth.li/gitweb/?p=onak.git;a=summary
+
+It is also mirrored on GitHub at:
+
+https://github.com/u1f35c/onak
 
 
 License: