summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--doc/errorref.txt1
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