From 720790ec755b0db06d7ddcf4e54929dff0a96237 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 30 Dec 2016 11:47:45 -0500 Subject: [PATCH] Update NEWS. --- NEWS | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 6656c5ff..0e00a5ce 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,15 @@ PWMD v3.1-beta2 --------------- -The SAVE command now allows only a single signer. Although, multiple -recipients may be specified. +New GENKEY command to generate a new keypair or subkey of an existing key +without saving the data file to disk. -Removed the --inquire-keyparam option from the SAVE command. This is replaced -with new options to specify the userid, algorithm and key expiry. +Removed key generation altogether from the SAVE command. You must generate a +new key with the GENKEY command or use an existing key and pass the +fingerprint to the --keyid option. The --sign-keyid option is also required +for new data files. -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. +The SAVE command now allows only a single signer. Although, multiple +recipients may be specified. LISTKEYS no longer requires an open data file. -- 2.11.4.GIT