diff options
author | Werner Koch <[email protected]> | 2014-07-30 09:36:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-07-30 09:36:03 +0000 |
commit | 998e454a320db77361feddf0dcc5ba39ebd9a49b (patch) | |
tree | d825c5b80b123c55ad03227e9a4a05b4404d93b8 /NEWS | |
parent | Fix possible realloc overflow for gpgsm and uiserver engines. (diff) | |
download | gpgme-1.4.4.tar.gz gpgme-1.4.4.zip |
Release 1.4.4gpgme-1.4.4
* configure.ac: Change LT version to C22/A11/R1.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -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. |