Release 1.4.4
* configure.ac: Change LT version to C22/A11/R1.
This commit is contained in:
parent
1755f33a47
commit
998e454a32
19
NEWS
19
NEWS
@ -1,5 +1,20 @@
|
||||
Noteworthy changes in version 1.4.3 (2013-08-12)
|
||||
------------------------------------------------
|
||||
Noteworthy changes in version 1.4.4 (2014-07-30) [C22/A11/R1]
|
||||
-------------------------------------------------------------
|
||||
|
||||
Backported from 1.5.1:
|
||||
|
||||
* Fixed possible overflow in gpgsm and uiserver engines.
|
||||
[CVE-2014-3564]
|
||||
|
||||
* Fixed possibled segv in gpgme_op_card_edit.
|
||||
|
||||
* Fixed minor memleaks and possible zombie processes.
|
||||
|
||||
* Fixed prototype inconsistencies and void pointer arithmetic.
|
||||
|
||||
|
||||
Noteworthy changes in version 1.4.3 (2013-08-12) [C22/A11/R0]
|
||||
-------------------------------------------------------------
|
||||
|
||||
* The default engine names are now taken from the output of gpgconf.
|
||||
If gpgconf is not found the use of gpg 1 is assumed.
|
||||
|
@ -29,7 +29,7 @@ min_automake_version="1.11"
|
||||
# for the LT versions.
|
||||
m4_define(mym4_version_major, [1])
|
||||
m4_define(mym4_version_minor, [4])
|
||||
m4_define(mym4_version_micro, [3])
|
||||
m4_define(mym4_version_micro, [4])
|
||||
|
||||
# Below is m4 magic to extract and compute the revision number, the
|
||||
# decimalized short revision number, a beta version string, and a flag
|
||||
@ -59,7 +59,7 @@ LIBGPGME_LT_CURRENT=22
|
||||
# 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=11
|
||||
LIBGPGME_LT_REVISION=0
|
||||
LIBGPGME_LT_REVISION=1
|
||||
|
||||
# If the API is changed in an incompatible way: increment the next counter.
|
||||
GPGME_CONFIG_API_VERSION=1
|
||||
|
Loading…
Reference in New Issue
Block a user