From: Jonathan McDowell <noodles@earth.li>
Date: Sat, 29 Dec 2007 10:51:25 +0000 (+0000)
Subject: 0.3.4 release.
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/e716b97f1bc82183e1390de6c3082cdd6fc919a0?ds=inline;hp=f218b438192e93b340848e25e7dd8c3ee5932bdf

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

diff --git a/HISTORY b/HISTORY
index ca241fc..69f3d32 100644
--- a/HISTORY
+++ b/HISTORY
@@ -203,3 +203,9 @@
 * Fix assumption that a signature on a public key is a revocation.
 * Document test keys.
 * Check signature time as well as keyid for key merges.
+
+0.3.4 - 29th December 2007
+
+* Fix dynamic backends bug involving passing the config to the backend.
+* Add an install target to the Makefile.
+* Add a man page for keyd. 
diff --git a/README b/README
index 86df9b9..7369860 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-onak 0.3.3
+onak 0.3.4
 Copyright 2003-2007 Project Purple. Written by Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
diff --git a/configure.ac b/configure.ac
index a94dbbe..f8bb689 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.3+arch],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.4],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
diff --git a/debian/changelog b/debian/changelog
index 31d0340..2419eeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-onak (0.3.3+arch-1) unstable; urgency=low
+onak (0.3.4) unstable; urgency=low
 
-  * Tag as arch version.
+  * New upstream release
+    * Fix config passing to backends (Closes: #413762)
   * Lintian cleanups
     * Add #DEBHELPER# tokens to postinst/postrm.
     * Update FSF address in copyright file.
@@ -8,7 +9,7 @@ onak (0.3.3+arch-1) unstable; urgency=low
     * Update Standards-Version to 3.7.3.0 (no changes)
   * Update Apache recommendation to Apache2
 
- -- Jonathan McDowell <noodles@earth.li>  Sun, 04 Mar 2007 23:16:51 +0000
+ -- Jonathan McDowell <noodles@earth.li>  Sat, 29 Dec 2007 10:50:33 +0000
 
 onak (0.3.3-1) unstable; urgency=low