]> the.earth.li Git - onak.git/commitdiff
0.3.4 release. 0.3.4
authorJonathan McDowell <noodles@earth.li>
Sat, 29 Dec 2007 10:51:25 +0000 (10:51 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 29 Dec 2007 10:51:25 +0000 (10:51 +0000)
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 ca241fcdfcd7793994845dfdcf528c5833c3e564..69f3d32db381f6ba82611a5c1f295e13675445b7 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * 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 86df9b9b63d2b7d36aec80e55f365703b64b3b88..73698602c6e6b03a4d2ac1125d1ab6441414cfd9 100644 (file)
--- 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
 
index a94dbbe9c2d59a0f3972eaad527d6a17eea8db7a..f8bb689169c7ad9469e1875b949bb108b7cac87a 100644 (file)
@@ -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)
 
index 31d034035f4aeb4ea4e63db684eea86ee291ffdd..2419eeb3f2c173c99fc39c14e47095c409c4fd8a 100644 (file)
@@ -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