diff options
author | Werner Koch <[email protected]> | 2018-04-30 06:33:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-30 06:33:14 +0000 |
commit | cac048bf8454ade95a905f9d3840b1ec284fce20 (patch) | |
tree | 36b4eefd1d214473d2229fd1749fa81304bfa2fd | |
parent | build: More release creation automation. (diff) | |
download | libgpg-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-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -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) |