From 0b5448fe699b652d965060467c595430c0a60137 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Fri, 25 Mar 2005 11:18:55 +0000
Subject: [PATCH 1/1] 0.3.2 release. Release; update version string in
 configure.ac, README. Update HISTORY and debian/changelog.

---
 HISTORY          | 9 +++++++++
 README           | 6 +++---
 configure.ac     | 2 +-
 debian/changelog | 6 +++---
 4 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/HISTORY b/HISTORY
index 0bb4e87..dd8ff09 100644
--- a/HISTORY
+++ b/HISTORY
@@ -181,3 +181,12 @@
 * 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 d320808..4498903 100644
--- 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:
diff --git a/configure.ac b/configure.ac
index 2535d0b..d156df0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
 
diff --git a/debian/changelog b/debian/changelog
index 5b735db..45292ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
-- 
2.39.5