]> the.earth.li Git - onak.git/commitdiff
0.3.6 release. 0.3.6
authorJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 13:18:45 +0000 (14:18 +0100)
committerJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 13:18:45 +0000 (14:18 +0100)
  Release; update version string in configure.ac, README.
  Update HISTORY and debian/changelog.

HISTORY
README
configure.ac
debian/changelog

diff --git a/HISTORY b/HISTORY
index 892b3c48e3055fe4b77383c577a318d15c93b38a..e006f45d8e915fd6be39f6792e6a722397ff715f 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 
 * 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 9bdfe8b5fc0a2fbe0445748996b64117affd51e5..be0d3ac1553dd6d267a11f78586d83ebed4fc702 100644 (file)
--- 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
 
index 4c2f800925bca8e3a60e06f408c0f411b604467c..de52c53f6faa0cca121d9cccade91cd8074ee2ca 100644 (file)
@@ -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)
 
index 8280598482c07173e5006a4328f8a22fd3d13890..8d2e20926b5dc9495afe32efacd750dd2cb30648 100644 (file)
@@ -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