summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-04-20 10:22:12 +0200
committerWerner Koch <wk@gnupg.org>2018-04-20 10:32:54 +0200
commit2e9a14912fb906c17017553ccd0941d172e095ff (patch)
tree0f56c09ece6403b52b17e74acb09f61e8ce4e87b
parentf779362ffbc7b9334d98f9ee50bfe3c2dc177215 (diff)
downloadgpgme-2e9a14912fb906c17017553ccd0941d172e095ff.tar.gz
Release 1.11.1gpgme-1.11.1
* configure.ac: Bump LT version to C31/A20/R1. For cpp to C13/A7/R0. For qt to: C10/A3/R2. Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--NEWS9
-rw-r--r--configure.ac8
2 files changed, 12 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6deb3256..76031309 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-Noteworthy changes in version 1.11.1 (unreleased)
+Noteworthy changes in version 1.11.1 (2018-04-20)
-------------------------------------------------
+ * Fixed build problems in the 1.11.0 release.
+
+ * Added C++ interfaces which were planned for 1.11.0.
+
* Interface changes relative to the 1.10.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpp: Key::origin NEW.
@@ -8,6 +12,9 @@ Noteworthy changes in version 1.11.1 (unreleased)
cpp: UserID::origin NEW.
cpp: UserID::lastUpdate NEW.
+ [c=C31/A20/R1 cpp=C13/A7/R0 qt=C10/A3/R2]
+
+
Noteworthy changes in version 1.11.0 (2018-04-18)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5268a69c..2a35404d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,18 +56,18 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org])
#
LIBGPGME_LT_CURRENT=31
LIBGPGME_LT_AGE=20
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=1
# If there is an ABI break in gpgmepp or qgpgme also bump the
# version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
-LIBGPGMEPP_LT_CURRENT=12
-LIBGPGMEPP_LT_AGE=6
+LIBGPGMEPP_LT_CURRENT=13
+LIBGPGMEPP_LT_AGE=7
LIBGPGMEPP_LT_REVISION=0
LIBQGPGME_LT_CURRENT=10
LIBQGPGME_LT_AGE=3
-LIBQGPGME_LT_REVISION=1
+LIBQGPGME_LT_REVISION=2
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1