]> the.earth.li Git - onak.git/commitdiff
0.4.3 release onak-0.4.3
authorJonathan McDowell <noodles@earth.li>
Tue, 30 Sep 2014 09:10:03 +0000 (10:10 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 30 Sep 2014 09:10:03 +0000 (10:10 +0100)
Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.

Doxyfile
HISTORY
README
configure.ac
debian/changelog
debian/copyright

index 78b139c9038de0d525016d6e6b31fefa401f0bfd..ecf09fc05ee4b0a1e9054456e219e33e11c2842f 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.4.2
+PROJECT_NUMBER         = 0.4.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
diff --git a/HISTORY b/HISTORY
index 3bc56fa256390a55d89f220211bfd0130f539523..745891f41f369d2050d65dfda9aca68fc1355391 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * Allow maxpath + splitkeys to take a -c option to specify the config file
 * Add wotsap tool to generate data files for wotsap
 * Add HKP backend to allow onak to be used as a proxying keyserver
+
+0.4.3 - 30th September 2014
+
+* Set our user agent in the HKP backend
+* Allow keyd to serve multiple clients at once
+* Improve HKP backend URL parsing, adding support for HKPS
+* Add support for a user specific config file for onak binary
+* Make wotsap output tool ignore revoked keys
+* Add support for old Elgamal v3 key IDs
+* Add support for displaying EC/ECDSA key types + sizes
+* Extend database backends to support key fetching by fingerprint
+* Remove legacy pksd compatible DB2 backend
+* Add SHA1x hash support
+* Ignore X509 signatures for signature hash checking
+* Code cleanups for issues found using scan-build (llvm) + valgrind
+* Extend tests to include retrieval by subkey ID
+* Switch DB4 backend to using key fingerprint as primary index
+* Sanity check signature data lengths
+* Add support for systemd socket activation
diff --git a/README b/README
index 5eb859986aaf9d13f754e5cf115a1eb35eeda687..9bddf16da9fc381048ecbeff6cf25791e51bd376 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.4.2
-Copyright 2003-2013 Jonathan McDowell
+onak 0.4.3
+Copyright 2003-2014 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
index 740f79cbafc239d2153d8a96d50589d8c89ae62a..3be7c841e80935822f8105187c248b57a7b95135 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.2+git],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.3],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index b1379fe6858581ea2c8242edb52796a62534b8b0..4212148d08ac9db5f7a96e8dd97f5db46bad7b71 100644 (file)
@@ -1,11 +1,12 @@
-onak (0.4.2-1+git) unstable; urgency=low
+onak (0.4.3-1) unstable; urgency=low
 
-  * Development build
+  * New upstream release
   * Fix issue with pre-seeding key database on install.
   * Add systemd service files using new systemd socket activation support.
   * Bump Debian Standards-Version to 3.9.6.0
+  * Switch to debhelper.
 
- -- Jonathan McDowell <noodles@earth.li>  Sun, 06 Oct 2013 13:18:38 +0100
+ -- Jonathan McDowell <noodles@earth.li>  Tue, 30 Sep 2014 10:09:28 +0100
 
 onak (0.4.2-1) unstable; urgency=low
 
index 975a70c92575a8a496c3b69f5b5a3c3dc6a74947..3d683072c7be1d8233a8ca4fbaf64a8edab954e7 100644 (file)
@@ -5,7 +5,7 @@ It was downloaded from http://www.earth.li/projectpurple/progs/onak.html
 
 Upstream Author: Jonathan McDowell <noodles@earth.li>
 
-Copyright: 2002-2013 Jonathan McDowell <noodles@earth.li>
+Copyright: 2002-2014 Jonathan McDowell <noodles@earth.li>
 
    This package is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by