From a571db123f11249b779c6a2dca50a3111d156290 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Wed, 28 Dec 2016 00:42:58 -0500 Subject: [PATCH] Update NEWS. --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index c4ec35f8..6656c5ff 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +PWMD v3.1-beta2 +--------------- +The SAVE command now allows only a single signer. Although, multiple +recipients may be specified. + +Removed the --inquire-keyparam option from the SAVE command. This is replaced +with new options to specify the userid, algorithm and key expiry. + +New command GENKEY to generate a new keypair or subkey of an existing key +without saving the data file to disk. The command options are similar options +to to the SAVE command. + +LISTKEYS no longer requires an open data file. + +Added configuration parameter "strict_open" to prevent a (non-invoking) client +from creating a new data file. + +New command DELETEKEY to remove the private key associated with the currently +opened data file from the keyring. + + PWMD v3.1-beta1 --------------- Ported to libgpgme. Data files are now OpenPGP encrypted and signed. A signer -- 2.11.4.GIT