[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.1.19-119-g943176c

by Werner Koch cvs at cvs.gnupg.org
Mon Apr 3 21:58:25 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  943176c73208f1484de8b0c34b2ad1d189e88495 (commit)
       via  e7eb9b12deaf7ebe26967bfb56e980b7efeebdc3 (commit)
       via  3533b854408fa93734742b2ee12b62aa0d55ff28 (commit)
       via  fce36d7ec87be14b874813db277781c87a64ea87 (commit)
       via  cc32ddbcba8c53d3e2cad952d72f62dc73911042 (commit)
       via  35c843c815306f36d1efbc52f5e2f6bac3f67aec (commit)
       via  5d873f288e86edfb684f4dd57ac36466b06494a4 (commit)
      from  c6b5611c230daf738a3e913092c8976734179904 (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 943176c73208f1484de8b0c34b2ad1d189e88495
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Apr 3 21:54:53 2017 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index ab81e31..3c2b899 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
+Noteworthy changes in version 2.1.21 (unreleased)
+-------------------------------------------------
+
+
 Noteworthy changes in version 2.1.20 (2017-04-03)
 -------------------------------------------------
 
-  * gpg: New properties 'expired', 'revoked', and 'disbaled' for the
+  * gpg: New properties 'expired', 'revoked', and 'disabled' for the
     import and export filters.
 
   * gpg: New command --quick-set-primary-uid.
diff --git a/configure.ac b/configure.ac
index df7a059..f58708c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # configure.ac - for GnuPG 2.1
-# Copyright (C) 1998-2012 Free Software Foundation, Inc.
-# Copyright (C) 1998-2016 Werner Koch
+# Copyright (C) 1998-2017 Free Software Foundation, Inc.
+# Copyright (C) 1998-2017 Werner Koch
 #
 # This file is part of GnuPG.
 #
@@ -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], [20])
+m4_define([mym4_micro], [21])
 
 # 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 e7eb9b12deaf7ebe26967bfb56e980b7efeebdc3
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Apr 3 20:59:47 2017 +0200

    Release 2.1.20
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/NEWS b/NEWS
index a19ac89..ab81e31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,48 @@
-Noteworthy changes in version 2.1.20 (unreleased)
+Noteworthy changes in version 2.1.20 (2017-04-03)
 -------------------------------------------------
 
+  * gpg: New properties 'expired', 'revoked', and 'disbaled' for the
+    import and export filters.
+
+  * gpg: New command --quick-set-primary-uid.
+
+  * gpg: New compliance field for the --with-colon key listing.
+
+  * gpg: Changed the key parser to generalize the processing of local
+    meta data packets.
+
+  * gpg: Fixed assertion failure in the TOFU trust model.
+
+  * gpg: Fixed exporting of zero length user ID packets.
+
+  * scd: Improved support for multiple readers.
+
+  * scd: Fixed timeout handling for key generation.
+
+  * agent: New option --enable-extended-key-format.
+
+  * dirmngr: Do not add a keyserver to a new dirmngr.conf.  Dirmngr
+    uses a default keyserver.
+
+  * dimngr: Do not treat TLS warning alerts as severe error when
+    building with GNUTLS.
+
+  * dirmngr: Actually take /etc/hosts in account.
+
+  * wks: Fixed client problems on Windows.  Published keys are now set
+    to world-readable.
+
+  * tests: Fixed creation of temporary directories.
+
+  * A socket directory for a non standard GNUGHOME is now created on
+    the fly under /run/user.  Thus "gpgconf --create-socketdir" is now
+    optional.  The use of "gpgconf --remove-socketdir" to clean up
+    obsolete socket directories is however recommended to avoid
+    cluttering /run/user with useless directories.
+
+  * Fixed build problems on some platforms.
+
+
 
 Noteworthy changes in version 2.1.19 (2017-03-01)
 -------------------------------------------------
@@ -49,6 +91,8 @@ Noteworthy changes in version 2.1.19 (2017-03-01)
 
   * Many other bug fixes and new regression tests.
 
+  See-also: gnupg-announce/2017q1/000402.html
+
 
 Noteworthy changes in version 2.1.18 (2017-01-23)
 -------------------------------------------------

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

Summary of changes:
 NEWS                       | 50 +++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac               |  6 +++---
 dirmngr/certcache.c        |  5 ++++-
 dirmngr/crlfetch.c         |  1 +
 dirmngr/dirmngr.c          |  4 ++++
 dirmngr/dirmngr.h          |  3 ++-
 dirmngr/dns-stuff.c        | 20 ++++++++++++++++---
 dirmngr/dns-stuff.h        |  4 ++++
 dirmngr/ks-engine-finger.c |  3 ++-
 dirmngr/ks-engine-hkp.c    |  8 ++++++--
 dirmngr/ks-engine-http.c   |  3 ++-
 dirmngr/ocsp.c             |  3 ++-
 doc/dirmngr.texi           |  5 +++--
 13 files changed, 99 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list