Release 1.5.1
* configure.ac: Change LT version to C24/A13/R0.
This commit is contained in:
parent
2cbd76f791
commit
16835c3b5d
8
NEWS
8
NEWS
@ -1,10 +1,10 @@
|
|||||||
Noteworthy changes in version 1.5.1 (unreleased) [C__/A__/R_]
|
Noteworthy changes in version 1.5.1 (2014-07-30) [C24/A13/R0]
|
||||||
-------------------------------------------------------------
|
-------------------------------------------------------------
|
||||||
|
|
||||||
* Fix possible overflow in gpgsm and uiserver engines.
|
* Fixed possible overflow in gpgsm and uiserver engines.
|
||||||
[CVE-2014-35640]
|
[CVE-2014-3564]
|
||||||
|
|
||||||
* Add support for GnuPG 2.1's --with-secret option.
|
* Added support for GnuPG 2.1's --with-secret option.
|
||||||
|
|
||||||
* Interface changes relative to the 1.5.0 release:
|
* Interface changes relative to the 1.5.0 release:
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -55,10 +55,10 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org])
|
|||||||
# (Interfaces added: AGE++)
|
# (Interfaces added: AGE++)
|
||||||
# (Interfaces removed/changed: AGE=0)
|
# (Interfaces removed/changed: AGE=0)
|
||||||
#
|
#
|
||||||
LIBGPGME_LT_CURRENT=23
|
LIBGPGME_LT_CURRENT=24
|
||||||
# Subtract 2 from this value if you want to make the LFS transition an
|
# 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.]
|
# ABI break. [Note to self: Remove this comment with the next regular break.]
|
||||||
LIBGPGME_LT_AGE=12
|
LIBGPGME_LT_AGE=13
|
||||||
LIBGPGME_LT_REVISION=0
|
LIBGPGME_LT_REVISION=0
|
||||||
|
|
||||||
# If the API is changed in an incompatible way: increment the next counter.
|
# If the API is changed in an incompatible way: increment the next counter.
|
||||||
|
Loading…
Reference in New Issue
Block a user