aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-10-18 17:23:59 +0000
committerWerner Koch <[email protected]>2016-10-18 17:23:59 +0000
commit2c490cdb3e50761c498357982445ebb01f18dc1e (patch)
tree0d61b90ee2c6f21d73900e4bfaed5cfe4b2b7140
parenttests: Make t-cancel more portable. (diff)
downloadgpgme-2c490cdb3e50761c498357982445ebb01f18dc1e.tar.gz
gpgme-2c490cdb3e50761c498357982445ebb01f18dc1e.zip
Release 1.7.1.gpgme-1.7.1
* configure.ac: Set LT version to C27/A16/R0. Note that the LT versions for cpp and Qt have already been updated. Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--NEWS34
-rw-r--r--configure.ac6
2 files changed, 22 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index a34d37cb..e726c77a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,31 +1,35 @@
-Noteworthy changes in version 1.7.1 (unreleased) [C26/A15/R_]
+Noteworthy changes in version 1.7.1 (2016-10-18)
------------------------------------------------
+ * Fixed problems with the new language bindings.
+
+ * New helper function gpgme_addrspec_from_uid.
+
+ * Use option --exit-on-status-write-error with newer gpg versions.
+
* qt: Missed API from the Qt Binding inclusion has
been added again.
* qt: abstractimportjob.h is now installed to that
ImportJobs can be used again.
+ * qt: Fixed spelling error in API (startReceive).
+
* Interface changes relative to the 1.7.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_addrspec_from_uid NEW.
+ qt: WksPublishJob::startRecieve RENAMED to ::startReceive.
+ qt: MultiDeleteJob NEW.
+ qt: AbstractImportJob NEW.
+ qt: SpecialJob NEW.
+ cpp: Signature::key(bool, bool) NEW.
+ cpp: UserID::addrSpecFromString(const char*) NEW.
+ cpp: UserID::addrSpec() NEW.
- * qt Interface changes relative to the 1.7.0 release:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- WksPublishJob::startReceive NEW.
- WksPublishJob::startRecieve REMOVED.
- MultiDeleteJob NEW.
- AbstractImportJob NEW.
- SpecialJob NEW.
+ [c=C27/A16/R0 cpp=C8/A2/R0 qt=C7/A0/R0]
- * cpp Interface changes relative to the 1.7.0 release:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Signature::key(bool, bool) NEW.
- UserID::addrSpecFromString(const char*) NEW.
- UserID::addrSpec() NEW.
-Noteworthy changes in version 1.7.0 (2016-09-21) [C26/A15/R0]
+Noteworthy changes in version 1.7.0 (2016-09-21)
------------------------------------------------
* New language bindings for Python 2 and 3.
@@ -129,6 +133,8 @@ Noteworthy changes in version 1.7.0 (2016-09-21) [C26/A15/R0]
GPGME_KEYSIGN_LFSEP NEW.
GPGME_INTERACT_CARD NEW.
+ [c=C26/A15/R0 cpp=C6/A0/R1 qt=C6/A0/R1]
+
Noteworthy changes in version 1.6.0 (2015-08-26) [C25/A14/R0]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 0cfda5e7..6580b7c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,10 +55,8 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=26
-# 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=15
+LIBGPGME_LT_CURRENT=27
+LIBGPGME_LT_AGE=16
LIBGPGME_LT_REVISION=0
LIBGPGMEPP_LT_CURRENT=8