diff options
Diffstat (limited to 'NEWS')
-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) ------------------------------------------------- |