[Pkg-gnupg-commit] [gpgme] 45/53: Release 1.7.1.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Oct 24 19:26:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 2c490cdb3e50761c498357982445ebb01f18dc1e
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Oct 18 19:23:59 2016 +0200

    Release 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 <wk at gnupg.org>
---
 NEWS         | 34 ++++++++++++++++++++--------------
 configure.ac |  6 ++----
 2 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/NEWS b/NEWS
index a34d37c..e726c77 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 0cfda5e..6580b7c 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list