[git] gnupg-doc - branch, master, updated. cd30c85d4e9c65753809c096bfc0324146f1ebe7
by Werner Koch
cvs at cvs.gnupg.org
Wed Mar 22 13:04:08 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, master has been updated
via cd30c85d4e9c65753809c096bfc0324146f1ebe7 (commit)
from e0a846a50bd44c95c4331a4c24e049c21124a1c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cd30c85d4e9c65753809c096bfc0324146f1ebe7
Author: Werner Koch <wk at gnupg.org>
Date: Wed Mar 22 13:00:42 2017 +0100
faq: Minor addition to whats-new-in-2.1.org
diff --git a/web/faq/whats-new-in-2.1.org b/web/faq/whats-new-in-2.1.org
index b4782d4..392b57c 100644
--- a/web/faq/whats-new-in-2.1.org
+++ b/web/faq/whats-new-in-2.1.org
@@ -452,6 +452,25 @@ pub ed25519/8CFDE12197965A9A 2014-08-19
uid [ unknown] Sample 2 <me at example.org>
#+end_example
+Since version 2.1.17 the expiration date of the primary key can be
+changed directly:
+
+#+begin_example
+$ gpg --quick-set-expire 5B83120DB1E3A65AE5A8DCF6AA43F1DCC7FED1B7 2017-12-31
+$ gpg -K 5B83120DB1E3A65AE5A8DCF6AA43F1DCC7FED1B7
+sec rsa2048 2016-06-22 [SC] [expires: 2017-12-31]
+ 5B83120DB1E3A65AE5A8DCF6AA43F1DCC7FED1B7
+uid [ultimate] steve.biko at example.net
+ssb rsa2048 2016-06-22 [E]
+
+$ gpg --quick-set-expire 5B83120DB1E3A65AE5A8DCF6AA43F1DCC7FED1B7 none
+$ gpg -K 5B83120DB1E3A65AE5A8DCF6AA43F1DCC7FED1B7
+sec rsa2048 2016-06-22 [SC]
+ 5B83120DB1E3A65AE5A8DCF6AA43F1DCC7FED1B7
+uid [ultimate] steve.biko at example.net
+ssb rsa2048 2016-06-22 [E]
+#+end_example
+
** Improved Pinentry support
:PROPERTIES:
@@ -653,6 +672,10 @@ for the SmartCard-HSM has been added. More card readers with a PIN
pad are supported. The internal CCID driver does now also work with
certain non-auto-configuration equipped readers.
+Since version 2.1.19 multiple card readers are support and the format
+of the Pinentry prompts has been changed to show more information on
+the requested card.
+
** New format for key listings
:PROPERTIES:
:CUSTOM_ID: keylist
@@ -822,7 +845,7 @@ will be added with one of the next point releases.
#+BEGIN_ASCII
-# Copyright 2014--2016 The GnuPG Project.
+# Copyright 2014--2017 The GnuPG Project.
# This work is licensed under the Creative Commons
# Attribution-ShareAlike 4.0 International License. To view a copy of
# this license, visit http://creativecommons.org/licenses/by-sa/4.0/
-----------------------------------------------------------------------
Summary of changes:
web/faq/whats-new-in-2.1.org | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list