From: Jonathan McDowell <noodles@earth.li>
Date: Sun, 4 Mar 2007 23:10:55 +0000 (+0000)
Subject: 0.3.3 release.
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/b29df6ee43968324d986717ac10d6e0656925196?hp=6b2875384c152353e94c2f40e7b58ea85d3f7503

0.3.3 release.
Release (finally!); update version string in configure.ac, README.
Update HISTORY and debian/changelog.
---

diff --git a/HISTORY b/HISTORY
index dd8ff09..ca241fc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -190,3 +190,16 @@
   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.
+
+0.3.3 - 4th March 2007
+
+* Make onak-mail sequentially processes requests.
+* Fix db4 memory leak.
+* Add support for dynamic loading of backends.
+* Use 64bit key ids for HTML keyindex links and support these in lookup.
+* Add support for ADD to onak-mail.
+* Fix replyto address bug in onak-mail.
+* Gracefully fail when we can't open a db4 db.
+* 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.
diff --git a/README b/README
index 4498903..86df9b9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.3.2
-Copyright 2003-2005 Project Purple. Written by Jonathan McDowell
+onak 0.3.3
+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 bc93f4b..1b21053 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.2+arch],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.3],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
diff --git a/debian/changelog b/debian/changelog
index c3478f8..59ddc7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-onak (0.3.2+arch-1) unstable; urgency=low
+onak (0.3.3-1) unstable; urgency=low
 
-  * arch build.
+  * New upstream release
+    * Check signature creation times for merging (Closes: #410796)
+    * Don't assume direct signature is revocation (Closes: #334715)
+    * Gracefully fail when we can't open a DB4 DB (Closes: #370440)
+  * Cleanup logfile upon package purge (Closes: #338516)
+  * Add suggests on db4.2-utils (Closes: #317459)
+  * Acknowledge NMU (Closes: #408270)
  
- -- Jonathan McDowell <noodles@earth.li>  Sun, 04 Mar 2007 15:45:37 +0000
+ -- Jonathan McDowell <noodles@earth.li>  Sun, 04 Mar 2007 22:55:54 +0000
 
 onak (0.3.2-1.1) unstable; urgency=high