From 10a984d25048a09d1c489224bae866372e8066a1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 2 May 2018 20:28:38 +0200 Subject: Release 1.31. * configure.ac: Set LT version to C24/A24/R2. --- NEWS | 8 ++++++-- configure.ac | 2 +- 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) -- cgit v1.2.3