From 45aa1540aaa3d76a4ca5509c4666d98ce272c000 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@meepok>
Date: Sat, 7 Jun 2008 14:18:45 +0100
Subject: [PATCH] 0.3.6 release.

  Release; update version string in configure.ac, README.
  Update HISTORY and debian/changelog.
---
 HISTORY          | 10 ++++++++++
 README           |  2 +-
 configure.ac     |  2 +-
 debian/changelog |  8 ++++++++
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/HISTORY b/HISTORY
index 892b3c4..e006f45 100644
--- a/HISTORY
+++ b/HISTORY
@@ -214,3 +214,13 @@
 
 * Fix dumb mistake with db4 backend. Serves me right for testing with
   the file one.
+
+0.3.6 - 7th June 2008
+
+* Make key addition success text more like SKS/PKS. (Thanks to Timothy Legge)
+* Allow the use of search text for gets, rather than just keyids. ""
+* Fix fetching key by text bug in db4 backend (we'd fetch too many keys).
+* Fix lookup display for more than one photo id. (Thanks to Philippe Teuwen)
+* "Recognize" some extra critical subpacket types.
+* Add support for upgrading db4 DBs built with older DB4 version.
+* Various minor code cleanups.
diff --git a/README b/README
index 9bdfe8b..be0d3ac 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-onak 0.3.5
+onak 0.3.6
 Copyright 2003-2008 Project Purple. Written by Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
diff --git a/configure.ac b/configure.ac
index 4c2f800..de52c53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.5],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.6],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
diff --git a/debian/changelog b/debian/changelog
index 8280598..8d2e209 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+onak (0.3.6-1) unstable; urgency=low
+
+  * New upstream release
+    * Fix lookup display for more than one photo id. (Closes: #467020)
+    * Build with libdb4.6 (Closes: #421951)
+
+ -- Jonathan McDowell <noodles@earth.li>  Sat, 07 Jun 2008 13:29:01 +0100
+
 onak (0.3.5-1) unstable; urgency=low
 
   * New upstream release
-- 
2.39.5