[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.1.13-160-g495feca
by Werner Koch
cvs at cvs.gnupg.org
Thu Jul 14 17:09:41 CEST 2016
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 GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via 495fecaf7d850304142f3ca4daa140105579ccd2 (commit)
via 09c448202ffb4c26d7ec2028351a78e2d3680396 (commit)
from be1e4560d5afb99a6a7b7c639cce980006530a9e (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 495fecaf7d850304142f3ca4daa140105579ccd2
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jul 14 17:07:27 2016 +0200
Post release updates
--
diff --git a/NEWS b/NEWS
index cbf5f28..4cbd153 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.1.15 (unreleased)
+-------------------------------------------------
+
+
Noteworthy changes in version 2.1.14 (2016-07-14)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 9bc32ee..14a55ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ min_automake_version="1.14"
m4_define([mym4_package],[gnupg])
m4_define([mym4_major], [2])
m4_define([mym4_minor], [1])
-m4_define([mym4_micro], [14])
+m4_define([mym4_micro], [15])
# To start a new development series, i.e a new major or minor number
# you need to mark an arbitrary commit before the first beta release
commit 09c448202ffb4c26d7ec2028351a78e2d3680396
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jul 14 16:00:06 2016 +0200
Release 2.1.14
diff --git a/NEWS b/NEWS
index f6583b7..cbf5f28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,60 @@
-Noteworthy changes in version 2.1.14 (unreleased)
+Noteworthy changes in version 2.1.14 (2016-07-14)
-------------------------------------------------
+ * gpg: Removed options --print-dane-records and --print-pka-records.
+ The new export options "export-pka" and "export-dane" can instead
+ be used with the export command.
+
+ * gpg: New options --import-filter and --export-filter.
+
+ * gpg: New import options "import-show" and "import-export".
+
+ * gpg: New option --no-keyring.
+
+ * gpg: New command --quick-revuid.
+
+ * gpg: New options -f/--recipient-file and -F/--hidden-recipient-file
+ to directly specify encryption keys.
+
+ * gpg: New option --mimemode to indicate that the content is a MIME
+ part. Does only enable --textmode right now.
+
+ * gpg: New option --rfc4880bis to allow experiments with proposed
+ changes to the current OpenPGP specs.
+
+ * gpg: Fix regression in the "fetch" sub-command of --card-edit.
+
+ * gpg: Fix regression since 2.1 in option --try-all-secrets.
+
+ * gpgv: Change default options for extra security.
+
+ * gpgsm: No more root certificates are installed by default.
+
+ * agent: "updatestartuptty" does now affect more environment
+ variables.
+
+ * scd: The option --homedir does now work with scdaemon.
+
+ * scd: Support some more GEMPlus card readers.
+
+ * gpgtar: Fix handling of '-' as file name.
+
+ * gpgtar: New commands --create and --extract.
+
+ * gpgconf: Tweak for --list-dirs to better support shell scripts.
+
+ * tools: Add programs gpg-wks-client and gpg-wks-server to implement
+ a Web Key Service. The configure option --enable-wks-tools is
+ required to build them; they should be considered Beta software.
+
+ * tests: Complete rework of the openpgp part of the test suite. The
+ test scripts have been changed from Bourne shell scripts to Scheme
+ programs. A customized scheme interpreter (gpgscm) is included.
+ This change was triggered by the need to run the test suite on
+ non-Unix platforms.
+
+ * The rendering of the man pages has been improved.
+
Noteworthy changes in version 2.1.13 (2016-06-16)
-------------------------------------------------
@@ -218,7 +272,8 @@ Noteworthy changes in version 2.1.9 (2015-10-09)
------------------------------------------------
* gpg: Allow fetching keys via OpenPGP DANE (--auto-key-locate). New
- option --print-dane-records.
+ option --print-dane-records. [Update: --print-dane-records replaced
+ in 2.1.4.]
* gpg: Fix for a problem with PGP-2 keys in a keyring.
@@ -372,7 +427,8 @@ Noteworthy changes in version 2.1.3 (2015-04-11)
* gpg: New option --with-icao-spelling.
* gpg: New option --print-pka-records. Changed the PKA method to use
- CERT records and hashed names.
+ CERT records and hashed names. [Update: --print-pka-records
+ replaced in 2.1.4.]
* gpg: New command --list-gcrypt-config. New parameter "curve"
for --list-config.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
configure.ac | 2 +-
2 files changed, 64 insertions(+), 4 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list