[Pkg-gnupg-commit] [libgpg-error] 11/15: Release 1.24

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Jul 14 23:49:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository libgpg-error.

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

    Release 1.24
---
 NEWS             | 9 ++++++++-
 configure.ac     | 2 +-
 doc/errorref.txt | 1 +
 3 files changed, 10 insertions(+), 2 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git



More information about the Pkg-gnupg-commit mailing list