summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-12-16 15:53:28 +0100
committerWerner Koch <wk@gnupg.org>2014-12-16 15:53:28 +0100
commit08c00cd4fe432d6852ad1d5c34a234c56aa3617c (patch)
treee5bfb84cf05797a66f31e33d6a64a57d497e969e
parentpo: auto update (diff)
downloadgnupg2-gnupg-2.1.1.tar.xz
gnupg2-gnupg-2.1.1.zip
Release 2.1.1gnupg-2.1.1
-rw-r--r--NEWS29
1 files changed, 25 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9b17fe14e..32f9710d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,41 @@
-Noteworthy changes in version 2.1.1 (unreleased)
+Noteworthy changes in version 2.1.1 (2014-12-16)
------------------------------------------------
* gpg: Detect faulty use of --verify on detached signatures.
* gpg: New import option "keep-ownertrust".
+ * gpg: New sub-command "factory-reset" for --card-edit.
+
+ * gpg: A stub key for smartcards is now created by --card-status.
+
* gpg: Fixed regression in --refresh-keys.
+ * gpg: Fixed regresion in %g and %p codes for --sig-notation.
+
* gpg: Fixed best matching hash algo detection for ECDSA and EdDSA.
* gpg: Improved perceived speed of secret key listisngs.
* gpg: Print number of skipped PGP-2 keys on import.
+ * gpg: Removed the option aliases --throw-keyid and --notation-data;
+ use --throw-keyids and --set-notation instead.
+
+ * gpg: New import option "keep-ownertrust".
+
+ * gpg: Skip too large keys during import.
+
+ * gpg,gpgsm: New option --no-autostart to avoid starting gpg-agent or
+ dirmngr.
+
+ * gpg-agent: New option --extra-socket to provide a restricted
+ command set for use with remote clients.
+
* gpgconf --kill does not anymore start a service only to kill it.
+ * gpg-pconnect-agent: Add convenience option --uiserver.
+
* Fixed keyserver access for Windows.
* Fixed build problems on Mac OS X
@@ -23,10 +44,10 @@ 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.
+ * To support remotely mounted home directories, the IPC sockets may
+ now be redirected. This feature requires Libassuan 2.2.0.
- * gpg: Skip too large keys during import.
+ * Improved portability and the usual bunch of bug fixes.
Noteworthy changes in version 2.1.0 (2014-11-06)