From 43bddcfdf386d6fff29deec57db3426932c8c8da Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 26 Oct 2014 18:09:25 -0400 Subject: [PATCH] Version 3.0.12. --- NEWS | 13 +++++++++++++ TODO.org | 3 --- configure.ac | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index a0b6e598..d3022773 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +PWMD v3.0.12 +------------ +When opening a new file then opening another, the first file would be cached +when not saved. So remove the cache entry for non-saved file to prevent a +possible DoS. + +Fixed the verbose flag of LIST to not append a "T" flag when no target +existed for a root element. + +Updated Debian packaging info so 'make deb' should now reflect the current +version. + + PWMD v3.0.11 ------------ Update to work with newest gpg-agent. This adds configuration parameter diff --git a/TODO.org b/TODO.org index 0eee8e84..f9a4b13e 100644 --- a/TODO.org +++ b/TODO.org @@ -1,7 +1,4 @@ * TODO -** Other public key algorithms other than RSA, DSA and ELG. To be honest, - its beyond me at the moment. -** Use libgpgme and remove pwmd's file format (see above). ** Add command line and SAVE option --sign-keyparam To generate a new key-pair used for signing. This would require a new inquire keyword GENKEY_SIGN. diff --git a/configure.ac b/configure.ac index 4f8d54de..c034ba64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(pwmd, 3.0.11, [Ben Kibbey bjk@luxsci.net]) +AC_INIT(pwmd, 3.0.12, [Ben Kibbey bjk@luxsci.net]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(build) AC_CANONICAL_TARGET -- 2.11.4.GIT