[git] GPG-ERROR - branch, master, updated. libgpg-error-1.23-12-g2314063

by Werner Koch cvs at cvs.gnupg.org
Thu Jul 14 09:59:11 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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  231406339b96f087b63dc649144c8b7e1858ce84 (commit)
       via  bb1269c85bb41dbb6391756a65e8bc357d82d6b6 (commit)
      from  387eeb5d5b57e4390c4eaf101bb5cf9cf3cbd4ba (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 231406339b96f087b63dc649144c8b7e1858ce84
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jul 14 09:56:48 2016 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 096de6d..e25129a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.25 (unreleased) [C19/A19/R_)
+-----------------------------------------------
+
+
 Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1)
 -----------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index a099aba..61b3b47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ min_automake_version="1.14"
 # another commit, and a push so that the git magic is able to work.
 # See below for the LT versions.
 m4_define([mym4_version_major], [1])
-m4_define([mym4_version_minor], [24])
+m4_define([mym4_version_minor], [25])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit bb1269c85bb41dbb6391756a65e8bc357d82d6b6
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jul 14 09:47:55 2016 +0200

    Release 1.24

diff --git a/NEWS b/NEWS
index 5f8d6f2..096de6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Noteworthy changes in version 1.24 (unreleased) [C19/A19/R_)
+Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1)
 -----------------------------------------------
 
+ * Fixes a bug in es_fclose_snatch when used used after es_fseek.
+
+ * Fixes building without thread support.
+
+ * New configure option --disable-tests.
+
+
 Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0)
 -----------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index d19943d..a099aba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_INIT([libgpg-error],[mym4_full_version],[https://bugs.gnupg.org])
 # Note that added error codes don't constitute an interface change.
 LIBGPG_ERROR_LT_CURRENT=19
 LIBGPG_ERROR_LT_AGE=19
-LIBGPG_ERROR_LT_REVISION=0
+LIBGPG_ERROR_LT_REVISION=1
 ################################################
 
 AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
diff --git a/doc/errorref.txt b/doc/errorref.txt
index f3b4b3d..5044572 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -687,6 +687,7 @@ GPG_ERR_BAD_MAC			The MAC does not verify
 
 GPG_ERR_UNEXPECTED_MSG         Unexpected message
 
+    GNUPG:  - An unexpected WKS message was received.
     NTBTLS: - Unexpected message received.
 
 GPG_ERR_COMPR_FAILED           Compression or decompression failed

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

Summary of changes:
 NEWS             | 13 ++++++++++++-
 configure.ac     |  4 ++--
 doc/errorref.txt |  1 +
 3 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list