Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.
# 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
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
-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
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)
+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.