0.4.1 release
authorJonathan McDowell <noodles@earth.li>
Wed, 25 Apr 2012 04:30:22 +0000 (21:30 -0700)
committerJonathan McDowell <noodles@earth.li>
Wed, 25 Apr 2012 04:30:22 +0000 (21:30 -0700)
  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 2ba6f631112f5d8f06d1c80462d4042329e87606..4f578c54671c82daf299d34547cd31f4aa903128 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * Add a stats command to keyd
 * Clean up use of PATH_MAX in keydb_fs.c
 * Output details of key search after retrieval for pks/lookup
+
+0.4.1 - 24th April 2012
+
+* Add basic testing infrastructure + initial tests
+* Change fd_write to use fwrite instead of fputc
+* Fix buffer_getchar to only error if we'd exceed the buffer size
+* Add support for calculating SKS style key hashes
+* Add support for key retrieval by SKS hash
+* Add support for displaying/retrieving by SKS hash to lookup and onak CLI
+* Add /pks/hashquery
+* Cleanup lookup/gpgwww trailers
+* Define OpenPGP constants and use them rather than magic numbers
+* Clean up file header copyrights
+* Add some more subpacket types to the list to ignore
+* Clean up "set but not used" GCC warnings
+* Use nettle for hashing when available rather than internal MD5/SHA1 routines
+* Add AC_PROG_CC_C99 to configure.ac
+* Fix display of SHA-1 fingerprints
+* Always put a leading 0x on keyids in HTML output links
+* Allow retrieval of key by full fingerprint
+* Add keyid to DB4 backend deletion error messages
diff --git a/README b/README
index d514755b05ad007773b9616051cf94c89363adc3..63b2a21a6ddff82883b93f108f3dbc08ac72eea0 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.4.0
-Copyright 2003-2011 Jonathan McDowell
+onak 0.4.1
+Copyright 2003-2012 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
index c654ab8ed13f469d0eba3221cafd961c6c2c29ed..80e7d73f1df3cf61ff5eb6cbc3b8a795e2f1a048 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.0],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.1],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index d435bf89e1c6dc3b3be053d6e82b3d9e14743fd8..0771176351b0e28323dc6abb283314bb3c9be47d 100644 (file)
@@ -1,9 +1,10 @@
-onak (0.4.0-1+bzr) unstable; urgency=low
+onak (0.4.1-1) unstable; urgency=low
 
-  * Development build
+  * New upstream release
+    * Fix onak-mail race condition. (Closes: #650557)
   * Drop HISTORY file in /usr/share/doc; it's already present as changelog.gz
 
- -- Jonathan McDowell <noodles@earth.li>  Sun, 24 Apr 2011 16:42:15 -0700
+ -- Jonathan McDowell <noodles@earth.li>  Tue, 24 Apr 2012 21:29:17 -0700
 
 onak (0.4.0-1) unstable; urgency=low