0.3.2 release.
authorJonathan McDowell <noodles@earth.li>
Fri, 25 Mar 2005 11:18:55 +0000 (11:18 +0000)
committerJonathan McDowell <noodles@earth.li>
Fri, 25 Mar 2005 11:18:55 +0000 (11:18 +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 0bb4e87b4283bc423c649e58caba9c3ea4298b8d..dd8ff09f614414019e0717d547f9600e47667e40 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * Fix transaction around id32 updating in DB4 backend.
 * Compile warning cleanup; add missed include file.
 * Hard error when db version is < 4.
+
+0.3.2 - 25th March 2005
+
+* Change word split routine to split on punctuation/spaces. (Jason Harris)
+* Fix problem parsing empty config lines. (Thanks to Fred Strauss)
+* Do some checking before closing stderr in add.c. Fixes an issue seen in
+  RH by Fred Strauss.
+* Make sure we use the configured path to the MTA in sendsync.c
+* Support UID revokations. Thanks to Hanna Wallach for reporting this.
diff --git a/README b/README
index d320808fcfd703ce44678b1ee8d2ed969b2f73c6..44989034aa0fec47beb281ab26282ee065bc4361 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.3.1
-Copyright 2003-2004 Project Purple. Written by Jonathan McDowell
+onak 0.3.2
+Copyright 2003-2005 Project Purple. Written by Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
@@ -12,7 +12,7 @@ these is probably the pathfinder. This takes two keys, a & b, and
 attempts to find a path of trust from a to b in the key database. I
 started work on it because at the time there was no DFSG compliant
 server that supported multiple subkeys and could act as a drop in
-replacement for pksd, which I was running (and still am).
+replacement for pksd, which I was running at the time.
 
 
 Installation:
index 2535d0b4f125f96e0400deff71c45e64461e21c7..d156df0db81981b66d874b85097971ca76ff5543 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.1+arch],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.2],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index 5b735db75d0b4315c7ac6b2862b8fa5de5099532..45292cabe5cde31a38e741daccee879981261069 100644 (file)
@@ -1,8 +1,8 @@
-onak (0.3.1+arch-1) unstable; urgency=low
+onak (0.3.2-1) unstable; urgency=low
 
-  * Mark as arch build.
+  * New upstream release.
 
- -- Jonathan McDowell <noodles@earth.li>  Sat, 23 Oct 2004 18:18:47 +0100
+ -- Jonathan McDowell <noodles@earth.li>  Fri, 25 Mar 2005 11:17:44 +0000
 
 onak (0.3.1-1) unstable; urgency=low