0.3.3 release.
authorJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 23:10:55 +0000 (23:10 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 23:10:55 +0000 (23:10 +0000)
Release (finally!); 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 dd8ff09f614414019e0717d547f9600e47667e40..ca241fcdfcd7793994845dfdcf528c5833c3e564 100644 (file)
--- a/HISTORY
+++ b/HISTORY
   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 44989034aa0fec47beb281ab26282ee065bc4361..86df9b9b63d2b7d36aec80e55f365703b64b3b88 100644 (file)
--- 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
 
 
index bc93f4bbcafb42cf92a64f266d9149579f9ab292..1b2105351bac6c65af70bfcbe6394440e06152de 100644 (file)
@@ -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)
 
index c3478f89b003b151ffc2972bc101ca25241dc04b..59ddc7fe15c9b06e8418e659f787b541ac053a4e 100644 (file)
@@ -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