diff options
author | Andre Heinecke <[email protected]> | 2016-10-11 17:57:35 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-10-11 17:57:35 +0000 |
commit | 5f64018af89e07dd0494775d6dfc82564536d6e0 (patch) | |
tree | 46ad2a999f797062c3df1fa8895200a53392f403 | |
parent | qt: Add missing implementation of MultiDeleteJob (diff) | |
download | gpgme-5f64018af89e07dd0494775d6dfc82564536d6e0.tar.gz gpgme-5f64018af89e07dd0494775d6dfc82564536d6e0.zip |
Mention Qt API fixes in news
--
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,11 @@ Noteworthy changes in version 1.7.1 (unreleased) [C26/A15/R_] ------------------------------------------------ + * qt: Missed API from the Qt Binding inclusion has + been added again. + + * qt: abstractimportjob.h is now installed to that + ImportJobs can be used again. * Interface changes relative to the 1.7.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -10,6 +15,8 @@ Noteworthy changes in version 1.7.1 (unreleased) [C26/A15/R_] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WksPublishJob::startReceive NEW. WksPublishJob::startRecieve REMOVED. + MultiDeleteJob NEW. + AbstractImportJob NEW. * cpp Interface changes relative to the 1.7.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |