aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2017-12-01 13:29:04 +0000
committerAndre Heinecke <[email protected]>2017-12-01 13:35:11 +0000
commit7d1ac5d61de3c55bf7ff14997b4b111a0f90c177 (patch)
treebf299f329509fe090e861b793eb0021260e0cf45 /NEWS
parentcpp: Wrap create_key and create_subkey (diff)
downloadgpgme-7d1ac5d61de3c55bf7ff14997b4b111a0f90c177.tar.gz
gpgme-7d1ac5d61de3c55bf7ff14997b4b111a0f90c177.zip
qt: Add job for quick commands
* lang/qt/src/qgpgmequickjob.cpp, lang/qt/src/qgpgmequickjob.h, lang/qt/src/quickjob.h: New. * lang/qt/src/Makefile.am, lang/qt/src/protocol.h, lang/qt/src/protocol_p.h, lang/qt/src/job.cpp: Update accordingly. -- Keeping it in line with the Job for everything pattern. Although it's reduced to one job for four commands as the commands all behave the same.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83c8f5f2..fd26ad22 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ Noteworthy changes in version 1.10.0 (unreleased)
cpp: Context::startCreateKey NEW.
cpp: Context::createSubkey NEW.
cpp: Context::startCreateSubkey NEW.
+ qt: QuickJob NEW.
py: DecryptResult EXTENDED: New boolean field 'is_de_vs'.
py: Signature EXTENDED: New boolean field 'is_de_vs'.
py: GpgError EXTENDED: Partial results in 'results'.