summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-11-21 21:19:26 +0100
committerWerner Koch <wk@gnupg.org>2014-11-21 21:19:26 +0100
commitc62ce32b9c01ee9ceb1d69e7344fb79a9162d232 (patch)
tree71601583fe7737fb2c9f3f896559c8e76730e69e
parent81ce87111f5a3f966188629abb07a4d0702e6db0 (diff)
downloadgpgme-c62ce32b9c01ee9ceb1d69e7344fb79a9162d232.tar.gz
Release 1.5.2.gpgme-1.5.2
* configure.ac: Set LT version to C24/A13/R1.
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index af127439..aed5a297 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-Noteworthy changes in version 1.5.2 (unreleased) [C__/A__/R_]
+Noteworthy changes in version 1.5.2 (2014-11-21) [C24/A13/R1]
-------------------------------------------------------------
* gpgme-tool is now installed.
+ * Fix external listing for modern keyservers.
+
+ * Minor other fixes.
+
Noteworthy changes in version 1.5.1 (2014-07-30) [C24/A13/R0]
-------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5cf46f7d..0ffe847a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ LIBGPGME_LT_CURRENT=24
# Subtract 2 from this value if you want to make the LFS transition an
# ABI break. [Note to self: Remove this comment with the next regular break.]
LIBGPGME_LT_AGE=13
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=1
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1