diff options
author | Werner Koch <[email protected]> | 2014-12-03 10:28:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-12-03 10:28:10 +0000 |
commit | 17b4662984b4669d8dcbbd6705ccfbe6c263319c (patch) | |
tree | 9a05c91ba2c9cd32ca141f2af6f57f1d769f4dff /NEWS | |
parent | agent: Replace some sprintf. (diff) | |
download | gnupg-17b4662984b4669d8dcbbd6705ccfbe6c263319c.tar.gz gnupg-17b4662984b4669d8dcbbd6705ccfbe6c263319c.zip |
gpg: Remove option aliases --[no-]throw-keyid and --notation-data.
* g10/gpg.c (opts): Remove them.
* g10/options.h (opt): s/throw_keyid/throw_keyids/ and change users.
--
See mails starting
http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029128.html
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Noteworthy changes in version 2.1.1 (unreleased) * More translations (but most of them are not complete). + * gpg: Removed the option aliases --throw-keyid and --notation-data; + use --throw-keyids and --set-notation instead. + Noteworthy changes in version 2.1.0 (2014-11-06) ------------------------------------------------ |