[git] gnupg-doc - branch, master, updated. 6175b3ddffbd780a1b80206d66a6bca87ea171b2

by Werner Koch cvs at cvs.gnupg.org
Tue May 12 18:46:38 CEST 2015


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  6175b3ddffbd780a1b80206d66a6bca87ea171b2 (commit)
      from  37522ec7c38e5ea2665b39b8d40d3db8e0fa8001 (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 6175b3ddffbd780a1b80206d66a6bca87ea171b2
Author: Werner Koch <wk at gnupg.org>
Date:   Tue May 12 18:39:44 2015 +0200

    web: Add 2.1.4 release announcement.

diff --git a/web/faq/whats-new-in-2.1.org b/web/faq/whats-new-in-2.1.org
index 1056dd0..9290b2f 100644
--- a/web/faq/whats-new-in-2.1.org
+++ b/web/faq/whats-new-in-2.1.org
@@ -396,6 +396,22 @@ user ids of a key, list those user id verbatim after the fingerprint.
 To create a non-exportable key signature, use the command
 =--quick-lsign-key= instead.
 
+Since version 2.1.4 it possible to directly add another user id to an
+existing key:
+
+#+begin_example
+$ gpg2 -k 8CFDE12197965A9A
+pub   ed25519/8CFDE12197965A9A 2014-08-19
+uid               [ unknown] EdDSA sample key 1
+$ gpg2 --quick-adduid 8CFDE12197965A9A 'Sample 2 <me at example.org>'
+$ gpg2 -k 8CFDE12197965A9A
+pub   ed25519/8CFDE12197965A9A 2014-08-19
+uid               [ unknown] Sample 2 <me at example.org>
+uid               [ unknown] EdDSA sample key 1
+#+end_example
+
+
+
 ** Improved Pinentry support
 :PROPERTIES:
 :CUSTOM_ID: pinentry
diff --git a/web/index.org b/web/index.org
index 98fda69..cd1f3d7 100644
--- a/web/index.org
+++ b/web/index.org
@@ -65,6 +65,11 @@ The latest release news:\\
 # point or paste the [[news.en.rss][RSS file]] into your aggregator.
 
 
+** GnuPG 2.1.4 released (2015-05-12)
+
+A new version of the /modern/ branch of GnuPG has been released.
+Read the full [[https://lists.gnupg.org/pipermail/gnupg-announce/2015q2/000366.html][anouncement mail]] for details.
+
 ** GnuPG 2.1.3 released (2015-04-11)
 
 This is another release of the /modern/ branch of GnuPG.  It fixes

-----------------------------------------------------------------------

Summary of changes:
 web/faq/whats-new-in-2.1.org | 16 ++++++++++++++++
 web/index.org                |  5 +++++
 2 files changed, 21 insertions(+)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list