diff options
author | Werner Koch <[email protected]> | 2018-10-08 08:28:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-10-08 09:17:01 +0000 |
commit | 1aff2512d846ea640d400caa31c20c40230b3b04 (patch) | |
tree | 9f6eec32676836c8b1b5d20f9ede46604f3da7c1 /NEWS | |
parent | build: Update .gitignore (diff) | |
download | gpgme-1.12.0.tar.gz gpgme-1.12.0.zip |
Release 1.12.0gpgme-1.12.0
* configure.ac: Bump core LT version to C32/A21/R0. Bump C++ LT
version to C14/A8/R0.
* lang/qt/tests/Makefile.am (CLEANFILES): Add reader status files.
* Makefile.am (EXTRA_DIST): Add conf/whatisthis.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,6 +1,12 @@ -Noteworthy changes in version 1.11.2 (unreleased) +Noteworthy changes in version 1.12.0 (2018-10-08) ------------------------------------------------- + * Enhanced the JSON based interface tool gpgme-json to support Native + Messaging as well as new Javascript code to support the browser + site. See lang/js/README for details. + + * Major overhaul of the Python language bindings documentation. + * Even for old versions of gpg a missing MDC will now lead to a decryption failure. @@ -9,6 +15,12 @@ Noteworthy changes in version 1.11.2 (unreleased) * New data function to create a data object from an estream. + * Add more interfaces to the C++ bindings. + + * Improved error codes on decryption failure. + + * Lots of minor fixes. + * Interface changes relative to the 1.11.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_data_new_from_estream NEW. @@ -25,6 +37,10 @@ Noteworthy changes in version 1.11.2 (unreleased) cpp: Context::getFlag NEW. cpp: Context::createKeyEx NEW. + [c=C32/A21/R0 cpp=C14/A8/R0 qt=C10/A3/R2] + + Release-info: https://dev.gnupg.org/T4109 + Noteworthy changes in version 1.11.1 (2018-04-20) ------------------------------------------------- |