aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-04-30 06:33:14 +0000
committerWerner Koch <[email protected]>2018-04-30 06:33:14 +0000
commitcac048bf8454ade95a905f9d3840b1ec284fce20 (patch)
tree36b4eefd1d214473d2229fd1749fa81304bfa2fd
parentbuild: More release creation automation. (diff)
downloadlibgpg-error-cac048bf8454ade95a905f9d3840b1ec284fce20.tar.gz
libgpg-error-cac048bf8454ade95a905f9d3840b1ec284fce20.zip
Release 1.30.libgpg-error-1.30
* configure.ac: Bump LT version to C24/A/24/R1. Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9c1459f..a84f9cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-Noteworthy changes in version 1.30 (unreleased) [C24/A24/R_]
+Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1]
-----------------------------------------------
+ * Fix for a hang on Windows when using gpgrt_poll under nPth.
+
+ * Build fix for Solaris. [#3869]
+
Noteworthy changes in version 1.29 (2018-04-11) [C24/A24/R0]
-----------------------------------------------
diff --git a/configure.ac b/configure.ac
index 2026128..fb2891a 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=0
+LIBGPG_ERROR_LT_REVISION=1
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)