diff options
author | Werner Koch <[email protected]> | 2021-01-08 17:14:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-01-08 17:14:33 +0000 |
commit | bb9880778fb16cdb6de83905e45bf6c965770013 (patch) | |
tree | c27fc711b1d075f017ead75b52bbe433d75d8864 /NEWS | |
parent | Make distcheck make target a bit more reliable. (diff) | |
download | gpgme-1.15.1.tar.gz gpgme-1.15.1.zip |
Release 1.15.1gpgme-1.15.1
Diffstat (limited to '')
-rw-r--r-- | NEWS | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,8 +1,20 @@ -Noteworthy changes in version 1.15.1 (unreleased) +Noteworthy changes in version 1.15.1 (2021-01-08) ------------------------------------------------- - [c=C35/A24/R0 cpp=C18/A12/R0 qt=C12/A5/R0] - Release-info: https://dev.gnupg.org/T5131 + * Fix another bug in the secret key export. [#5046] + + * Make listing of signatures work if only secret keys are listed. [#3580] + + * Fix build problem on FreeBSD. [a6220adf30] + + * qt: Avoid empty "[email protected]" signature notations. [#5142] + + * python: Fix key_export functions. [#5149] + + + [c=C35/A24/R1 cpp=C18/A12/R1 qt=C12/A5/R1] + + Release-info: https://dev.gnupg.org/T5225 Noteworthy changes in version 1.15.0 (2020-11-12) |