]> the.earth.li Git - onak.git/commitdiff
0.4.6 release onak-0.4.6
authorJonathan McDowell <noodles@earth.li>
Tue, 25 Aug 2015 15:19:14 +0000 (16:19 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 25 Aug 2015 15:47:15 +0000 (16:47 +0100)
Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.

Doxyfile
HISTORY
README
configure.ac
debian/changelog

index 07558d8fc4e5b77cbb5c8169e82ac749030dff90..1f5e15eadff19a13dc14444ece91c916831a40e9 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.5
+PROJECT_NUMBER         = 0.4.6
 
 # 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 7226cff7cca876d037bda8b6d1af1e516cef5466..6d9f4a7c86fe8b8d4cace7da2acea15207ff3b3c 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 0.4.5 - 3rd October 2014
 
 * Fix for detecting systemd socket support with more recent versions of systemd
+
+0.4.6 - 25th August 2015
+
+* Add additional ECC OIDs (Ed25519/Brainpool/secp256k1/Curve25519)
+* Re-order linking for backend plugins to cope with ld --as-needed
+* Add de-duplication of subkeys on a key
+* Add support for displaying EDDSA keys (type 22)
+* Add config file option to specify keyd socket directory
diff --git a/README b/README
index 7e37f054288178f4850848a199e160f3bf9a9a2f..420295ddbc23c1ab51e168bd6c9e1c9295a9b28c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.4.5
-Copyright 2003-2014 Jonathan McDowell
+onak 0.4.6
+Copyright 2003-2015 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
index 2eee054c89e7fe6f4822303b387bc8d89d118922..5286ccc279cafa49bd0fd14cda3efde276a07217 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.5],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.6],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index c6cf27e1af95de468f46df90f1e707a8d14c49f6..8c1bf94b34d4f2a52932eb61f35af3b51338c2d4 100644 (file)
@@ -1,3 +1,12 @@
+onak (0.4.6-1) unstable; urgency=low
+
+  * New upstream release
+    * Re-order linking for backend plugins to cope with ld --as-needed.
+      (Closes: #772433)
+    * Update debian/watch file to deal with non-gz compressed tarballs.
+
+ -- Jonathan McDowell <noodles@earth.li>  Tue, 25 Aug 2015 16:18:12 +0100
+
 onak (0.4.5-2) unstable; urgency=low
 
   * Don't build-depend on systemd dev packages for non-Linux architectures.