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@gnupg.org>
This commit is contained in:
parent
05e8e1260b
commit
2c490cdb3e
34
NEWS
34
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]
|
||||
------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user