[git] GnuPG - branch, master, updated. gnupg-2.1.6-1-g279381b

by Werner Koch cvs at cvs.gnupg.org
Wed Jul 1 15:10:19 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 GNU Privacy Guard".

The branch, master has been updated
       via  279381b59e35e530ffa0f2b7b3a88e6c9216f5ec (commit)
       via  a499eeb6a6545d87ac9f1b64e32017bfdb4f67e6 (commit)
       via  f1490a3a0ecf4a5a03373c9563f7709630232ee3 (commit)
      from  30a6720a99a89c60e1a8d7c2ce042b840c51f439 (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 279381b59e35e530ffa0f2b7b3a88e6c9216f5ec
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jul 1 15:07:47 2015 +0200

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 37d8728..6932b92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.1.7 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 2.1.6 (2015-07-01)
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index cf49647..b38aa06 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], [6])
+m4_define([mym4_micro], [7])
 
 # 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 a499eeb6a6545d87ac9f1b64e32017bfdb4f67e6
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jul 1 14:16:40 2015 +0200

    Release 2.1.6

diff --git a/NEWS b/NEWS
index a3d1e56..37d8728 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,32 @@
-Noteworthy changes in version 2.1.6 (unreleased)
+Noteworthy changes in version 2.1.6 (2015-07-01)
 ------------------------------------------------
 
+ * agent: New option --verify for the PASSWD command.
+
+ * gpgsm: Add command option "offline" as an alternative to
+   --disable-dirmngr.
+
+ * gpg: Do not prompt multiple times for a password in pinentry
+   loopback mode.
+
+ * Allow the use of debug category names with --debug.
+
+ * Using gpg-agent and gpg/gpgsm with different locales will now show
+   the correct translations in Pinentry.
+
+ * gpg: Improve speed of --list-sigs and --check-sigs.
+
+ * gpg: Make --list-options show-sig-subpackets work again.
+
+ * gpg: Fix an export problem for old keyrings with PGP-2 keys.
+
+ * scd: Support PIN-pads on more readers.
+
+ * dirmngr: Properly cleanup zombie LDAP helper processes and avoid
+   hangs on dirmngr shutdown.
+
+ * Various other bug fixes.
+
 
 Noteworthy changes in version 2.1.5 (2015-06-11)
 ------------------------------------------------

commit f1490a3a0ecf4a5a03373c9563f7709630232ee3
Author: Daiki Ueno <ueno at gnu.org>
Date:   Wed Jul 1 10:39:40 2015 +0900

    agent: Unset INSIDE_EMACS on gpg-agent startup
    
    * agent/gpg-agent.c (main): Unset INSIDE_EMACS envvar.
    
    --
    
    The variable is set only temporarily when gpg is called from Emacs,
    keeping it during the session makes no sense.
    
    Signed-off-by: Daiki Ueno <ueno at gnu.org>

diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index c3ab175..84f8be0 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1183,6 +1183,11 @@ main (int argc, char **argv )
         gnupg_unsetenv ("DISPLAY");
 #endif
 
+      /* Remove the INSIDE_EMACS variable so that a pinentry does not
+         always try to interact with Emacs.  The variable is set when
+         a client requested this using an OPTION command.  */
+      gnupg_unsetenv ("INSIDE_EMACS");
+
       /* Create the sockets.  */
       socket_name = create_socket_name (GPG_AGENT_SOCK_NAME, 1);
       fd = create_server_socket (socket_name, 1, 0,

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

Summary of changes:
 NEWS              | 32 +++++++++++++++++++++++++++++++-
 agent/gpg-agent.c |  5 +++++
 configure.ac      |  2 +-
 3 files changed, 37 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list