0.4.0 release
authorJonathan McDowell <noodles@earth.li>
Wed, 20 Apr 2011 05:00:14 +0000 (22:00 -0700)
committerJonathan McDowell <noodles@earth.li>
Wed, 20 Apr 2011 05:00:14 +0000 (22:00 -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 faeaae912c4fd676a39beada9a8cbc3a85ddc871..2ba6f631112f5d8f06d1c80462d4042329e87606 100644 (file)
--- a/HISTORY
+++ b/HISTORY
   #542187)
 * Change PostgreSQL backend to use PQescapeStringConn
 * Fix PostgreSQL backend key iteration
+
+0.4.0 - 19th April 2011
+
+* Fix delete_key function in keyd backend
+* Send close command when cleaning up keyd backend
+* Actually close the socket in keyd/the keyd backend
+* Update the copy of my key to my 4096R one
+* Update maxpath/sixdegrees to my "new" RSA key
+* Add -c option to specify keyd config file on command line
+* Make keyd background itself by default
+* Add use_keyd config file option to select keyd as the backend
+* Clean up remaining uses of %llX for printing keyids
+* Fix fs backend compilation/linking
+* Configure db4 locks according to maxkeys and actually check maxkeys
+* Explicitly use 32 bits for keyd socket commands
+* Log when we're doing a clean keyd shutdown
+* Add help text for keyd
+* Add keydctl for talking to keyd backend
+* Add the bzr version number to non release builds
+* Allow db4 backend to compile with later versions of Berkeley DB
+* 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
diff --git a/README b/README
index 276dea485e655bec2ca33940580ad9a715631b21..d514755b05ad007773b9616051cf94c89363adc3 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.3.8
-Copyright 2003-2009 Jonathan McDowell
+onak 0.4.0
+Copyright 2003-2011 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
index f3821439a2e82d42d274283b7fe5203b350bd6cc..76462ad52ef1221f4817269557f08163279f7df2 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.8],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.0],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index 0cb0a8d872a8cc62f54d1c9152c82ddeb5fac1a7..40c7138b1c00cff156aead0cd67e5339156d4761 100644 (file)
@@ -1,3 +1,15 @@
+onak (0.4.0) unstable; urgency=low
+
+  * Only seed empty database for if we're using default config
+  * Use generic db dependencies rather than 4.8 versioned ones.
+    (Closes: #621426)
+  * Bump Debian Standards-Version to 3.9.2.0
+  * Add ${perl:Depends} to dependencies
+  * Add init.d file for keyd
+  * Add logrotate config snippet
+
+ -- Jonathan McDowell <noodles@earth.li>  Tue, 19 Apr 2011 21:59:28 -0700
+
 onak (0.3.8-1) unstable; urgency=low
 
   * New upstream release