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

Doxyfile
HISTORY
README
configure.ac
debian/changelog

index ecf09fc05ee4b0a1e9054456e219e33e11c2842f..ac534288a95550bb77c0f776fa9c43d0950d812b 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.3
+PROJECT_NUMBER         = 0.4.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/HISTORY b/HISTORY
index 745891f41f369d2050d65dfda9aca68fc1355391..b7512636ad7c74c4ac624977bb99837a2b525106 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * Switch DB4 backend to using key fingerprint as primary index
 * Sanity check signature data lengths
 * Add support for systemd socket activation
+
+0.4.4 - 30th September 2014
+
+* Fix key ID lookups using onak CLI tool on 32 bit platforms
diff --git a/README b/README
index 9bddf16da9fc381048ecbeff6cf25791e51bd376..0c09076c9285704482c8d2deea97dc669e4ea048 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-onak 0.4.3
+onak 0.4.4
 Copyright 2003-2014 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
index 3be7c841e80935822f8105187c248b57a7b95135..d43749adc679bba3cc7b2a057fdcdf280c17568d 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.3],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.4],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index 4212148d08ac9db5f7a96e8dd97f5db46bad7b71..e9332cf80ece367950126fd62f7df2d74f72e31d 100644 (file)
@@ -1,3 +1,10 @@
+onak (0.4.4-1) unstable; urgency=low
+
+  * New upstream release
+    * Fixes key lookups using onak CLI tool on 32 bit platforms.
+
+ -- Jonathan McDowell <noodles@earth.li>  Tue, 30 Sep 2014 22:36:34 +0100
+
 onak (0.4.3-1) unstable; urgency=low
 
   * New upstream release