From: Jonathan McDowell <noodles@earth.li>
Date: Tue, 2 Jun 2009 14:52:18 +0000 (+0100)
Subject: 0.3.7 release
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/d3e43ff563940e161075fe6cad02dd558e85ed8d?ds=inline

0.3.7 release

  Release; update version string in configure.ac, README.
  Update HISTORY and debian/changelog.
---

diff --git a/HISTORY b/HISTORY
index e006f45..4ce9996 100644
--- a/HISTORY
+++ b/HISTORY
@@ -224,3 +224,11 @@
 * "Recognize" some extra critical subpacket types.
 * Add support for upgrading db4 DBs built with older DB4 version.
 * Various minor code cleanups.
+
+0.3.7 - 2nd June 2009
+
+* Escape colons and similar in MRHKP output. (Debian bug #487284)
+* Add support for displaying Elgamal encrypt or sign keys. (deprecated)
+* Ensure DB4 backend dbconns memory is initialised to zero.
+* Open DB read only for onak lookup function.
+* Obey binary flag for "onak get".
diff --git a/README b/README
index be0d3ac..09fada5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.3.6
-Copyright 2003-2008 Project Purple. Written by Jonathan McDowell
+onak 0.3.7
+Copyright 2003-2009 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
diff --git a/configure.ac b/configure.ac
index de52c53..4f0a1db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.6],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.7],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
diff --git a/debian/changelog b/debian/changelog
index 8d2e209..39fa7de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+onak (0.3.7-1) unstable; urgency=low
+
+  * New upstream release
+    * Fix escaping of : in HKP output. (Closes: #487284)
+    * Build with libdb4.7 (Closes: #520117)
+
+ -- Jonathan McDowell <noodles@earth.li>  Tue, 02 Jun 2009 15:51:09 +0100
+
 onak (0.3.6-1) unstable; urgency=low
 
   * New upstream release