summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-05-02 20:28:38 +0200
committerWerner Koch <wk@gnupg.org>2018-05-02 20:28:38 +0200
commit10a984d25048a09d1c489224bae866372e8066a1 (patch)
tree2ef20ac760d8f455dcd9cc78f98d29f064b5d48e
parentc4567a0ad64a18f88bfc58459961acca1bdb5fdb (diff)
downloadlibgpg-error-10a984d25048a09d1c489224bae866372e8066a1.tar.gz
Release 1.31.libgpg-error-1.31
* configure.ac: Set LT version to C24/A24/R2.
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9fb494a..d1f112e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,15 @@
-Noteworthy changes in version 1.31 (unreleased) [C24/A24/R_]
+Noteworthy changes in version 1.31 (2018-05-02) [C24/A24/R2]
-----------------------------------------------
+ * Fixes another problem with gpgrt_poll under Windows. [#3937]
+
+ * New translation for Spanish.
+
Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1]
-----------------------------------------------
- * Fix for a hang on Windows when using gpgrt_poll under nPth.
+ * Fixes a hang on Windows when using gpgrt_poll under nPth.
* Build fix for Solaris. [#3869]
diff --git a/configure.ac b/configure.ac
index 050272e..6711987 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
# Note that added error codes don't constitute an interface change.
LIBGPG_ERROR_LT_CURRENT=24
LIBGPG_ERROR_LT_AGE=24
-LIBGPG_ERROR_LT_REVISION=1
+LIBGPG_ERROR_LT_REVISION=2
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)