[git] GnuPG - branch, master, updated. gnupg-2.1.0-beta783-31-g3a896db

by Werner Koch cvs at cvs.gnupg.org
Fri Sep 12 10:59:42 CEST 2014


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  3a896db26d1cdb1d1a4706a4e9037b04a610bba7 (commit)
       via  16ae4ca33e56ec48161ce40b945b2c2458972cf2 (commit)
      from  3d250d21d36e8a0935b645f1ed5134ef9083530e (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 3a896db26d1cdb1d1a4706a4e9037b04a610bba7
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Sep 12 10:57:49 2014 +0200

    build: Require libgpg-error 1.15
    
    --
    
    1.14 had a problem in its ABI and was thus remove from the FTP Server
    after 3 days. 1.15 fixes this.

diff --git a/configure.ac b/configure.ac
index 80af6fa..a522dd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist))
 m4_esyscmd([echo ]mym4_version[>VERSION])
 AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
 
-NEED_GPG_ERROR_VERSION=1.14
+NEED_GPG_ERROR_VERSION=1.15
 
 NEED_LIBGCRYPT_API=1
 NEED_LIBGCRYPT_VERSION=1.6.0

commit 16ae4ca33e56ec48161ce40b945b2c2458972cf2
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Sep 12 10:49:31 2014 +0200

    doc: Small grammar fix
    
    --

diff --git a/doc/gpg.texi b/doc/gpg.texi
index e9bcff3..cee8ace 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -966,8 +966,8 @@ such a non-exportable signature already exists the
 
 This command uses reasonable defaults and thus does not provide the
 full flexibility of the "sign" subcommand from @option{--edit-key}.
-Its intended use to help unattended signing using a list of verified
-fingerprints.
+Its intended use is to help unattended key signing by utilizing a list
+of verified fingerprints.
 @end ifset
 
 @ifclear gpgone

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

Summary of changes:
 configure.ac |    2 +-
 doc/gpg.texi |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


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




More information about the Gnupg-commits mailing list