aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-12-03 10:28:10 +0000
committerWerner Koch <[email protected]>2014-12-03 10:28:10 +0000
commit17b4662984b4669d8dcbbd6705ccfbe6c263319c (patch)
tree9a05c91ba2c9cd32ca141f2af6f57f1d769f4dff /NEWS
parentagent: Replace some sprintf. (diff)
downloadgnupg-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df40c2d49..7643a02fb 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
------------------------------------------------