]> the.earth.li Git - onak.git/commitdiff
0.5.0 release onak-0.5.0
authorJonathan McDowell <noodles@earth.li>
Sun, 28 Aug 2016 15:26:17 +0000 (16:26 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 28 Aug 2016 15:26:17 +0000 (16:26 +0100)
Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.

Doxyfile
HISTORY
README
configure.ac
debian/NEWS.Debian
debian/changelog

index 1f5e15eadff19a13dc14444ece91c916831a40e9..7249d9f866653182a4c402d9af0ad54e41699161 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -32,7 +32,7 @@ PROJECT_NAME           = onak
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.4.6
+PROJECT_NUMBER         = 0.5.0
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer
diff --git a/HISTORY b/HISTORY
index 6d9f4a7c86fe8b8d4cace7da2acea15207ff3b3c..b60201702cfb5fcdfcbbe24cf4a17f49a5f2e0ba 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * Add de-duplication of subkeys on a key
 * Add support for displaying EDDSA keys (type 22)
 * Add config file option to specify keyd socket directory
+
+0.5.0 - 28th August 2016
+
+* Use mail_dir for the incoming mail lock file
+* Switch to .ini style config file
+* Add dumpconfig command to dump running config in .ini format
+* Add stacked backend
+* Include statistics for fetch by SKS hash in 'keydctl status'
+* Pull key updates into keyd protocol rather than using delete/store
+* Various robustness cleanups from American Fuzzy Lop testing
diff --git a/README b/README
index a8e17eb66d3d1af490d6df9c41a17b4b4bc4ada7..c329b3b19554fee874949005ddf9417edd00bf47 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.4.6
-Copyright 2003-2015 Jonathan McDowell
+onak 0.5.0
+Copyright 2003-2016 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
index a9ab03cc11fcfd3fb6f5494b4b16a5d6caa3de70..0e67c09c9ea954f6d0a68ef9fc07a7b02d0ebfc5 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.6],[noodles-onak@earth.li])
+AC_INIT([onak],[0.5.0],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index 60b3af0a4da8016b8fd5e54f6a1dfe9b0c732c23..6c4509db70ed315c2bbb3693399f7686fd8bccd6 100644 (file)
@@ -1,4 +1,4 @@
-onak (0.4.6-1+git) UNRELEASED; urgency=low
+onak (0.5.0-1) unstable; urgency=low
 
  Upstream onak has migrated to a new .ini style configuration file,
  referred to as onak.ini instead of onak.conf. If you had local modifications
@@ -10,5 +10,5 @@ onak (0.4.6-1+git) UNRELEASED; urgency=low
  in a future release and no new configuration options will be available in
  the old config file format.
 
- -- Jonathan McDowell <noodles@earth.li>  Tue, 07 Jun 2016 16:05:43 +0100
+ -- Jonathan McDowell <noodles@earth.li>  Sun, 28 Aug 2016 16:16:10 +0100
 
index 33c4efdf40055539dda1f1508c103be1c6b45370..f6be103fcf837d890a5113c7e7a8f88e16fe00de 100644 (file)
@@ -1,4 +1,4 @@
-onak (0.4.6-1+git) UNRELEASED; urgency=low
+onak (0.5.0-1) unstable; urgency=low
 
   * Remove Ross Burton from Uploaders.
   * Bump Debian Standards-Version to 3.9.8.0
@@ -7,7 +7,7 @@ onak (0.4.6-1+git) UNRELEASED; urgency=low
   * Add onak to Provides: in init script rather than just pgp-keyserver.
   * Add all hardening options (in particular for bindnow + pie).
 
- -- Jonathan McDowell <noodles@earth.li>  Sun, 17 Jan 2016 14:14:00 +0000
+ -- Jonathan McDowell <noodles@earth.li>  Sun, 28 Aug 2016 16:16:10 +0100
 
 onak (0.4.6-1) unstable; urgency=low