[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.1.22-34-gd6b40a9
by Werner Koch
cvs at cvs.gnupg.org
Wed Aug 9 17:04:20 CEST 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 GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via d6b40a9c866a8495d6a2c0bc3eac158ddd2928c7 (commit)
via e8ffa9a6ca5d76660b67207cd1157068e48483de (commit)
from 31a99733639ae91a9e091a6646a8eb809874af7c (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 d6b40a9c866a8495d6a2c0bc3eac158ddd2928c7
Author: Werner Koch <wk at gnupg.org>
Date: Wed Aug 9 16:58:47 2017 +0200
Post release updates
--
diff --git a/NEWS b/NEWS
index c3a7853..3b4e008 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.2.0 (unreleased)
+-------------------------------------------------
+
+
Noteworthy changes in version 2.1.23 (2017-08-09)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3ff5865..b52c86d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,8 +27,8 @@ min_automake_version="1.14"
# another commit and push so that the git magic is able to work.
m4_define([mym4_package],[gnupg])
m4_define([mym4_major], [2])
-m4_define([mym4_minor], [1])
-m4_define([mym4_micro], [23])
+m4_define([mym4_minor], [2])
+m4_define([mym4_micro], [0])
# 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 e8ffa9a6ca5d76660b67207cd1157068e48483de
Author: Werner Koch <wk at gnupg.org>
Date: Wed Aug 9 15:52:48 2017 +0200
Release 2.1.23
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/NEWS b/NEWS
index 70bef2e..c3a7853 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,39 @@
-Noteworthy changes in version 2.1.23 (unreleased)
+Noteworthy changes in version 2.1.23 (2017-08-09)
-------------------------------------------------
+ * gpg: "gpg" is now installed as "gpg" and not anymore as "gpg2".
+ If needed, the new configure option --enable-gpg-is-gpg2 can be
+ used to revert this.
+
+ * gpg: Options --auto-key-retrieve and --auto-key-locate "local,wkd"
+ are now used by default. Note: this enables keyserver and Web Key
+ Directory operators to notice when a signature from a locally
+ non-available key is being verified for the first time or when
+ you intend to encrypt to a mail address without having the key
+ locally. This new behaviour will eventually make key discovery
+ much easier and mostly automatic. Disable this by adding
+ no-auto-key-retrieve
+ auto-key-locate local
+ to your gpg.conf.
+
+ * agent: Option --no-grab is now the default. The new option --grab
+ allows to revert this.
+
+ * gpg: New import option "show-only".
+
+ * gpg: New option --disable-dirmngr to entirely disable network
+ access for gpg.
+
+ * gpg,gpgsm: Tweaked DE-VS compliance behaviour.
+
+ * New configure flag --enable-all-tests to run more extensive tests
+ during "make check".
+
+ * gpgsm: The keygrip is now always printed in colon mode as
+ documented in the man page.
+
+ * Fixed connection timeout problem under Windows.
+
Noteworthy changes in version 2.1.22 (2017-07-28)
-------------------------------------------------
@@ -44,6 +77,8 @@ Noteworthy changes in version 2.1.22 (2017-07-28)
* Many other bug fixes.
+ See-also: gnupg-announce/2017q3/000411.html
+
Noteworthy changes in version 2.1.21 (2017-05-15)
-------------------------------------------------
@@ -67,6 +102,8 @@ Noteworthy changes in version 2.1.21 (2017-05-15)
* Many minor bug fixes and code cleanup.
+ See-also: gnupg-announce/2017q2/000405.html
+
Noteworthy changes in version 2.1.20 (2017-04-03)
-------------------------------------------------
@@ -112,6 +149,7 @@ Noteworthy changes in version 2.1.20 (2017-04-03)
* Fixed build problems on some platforms.
+ See-also: gnupg-announce/2017q2/000404.html
Noteworthy changes in version 2.1.19 (2017-03-01)
-----------------------------------------------------------------------
Summary of changes:
NEWS | 44 +++++++++++++++++++++++++++++++++++++++++++-
configure.ac | 4 ++--
2 files changed, 45 insertions(+), 3 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list