aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-01-27 10:53:45 +0000
committerIngo Klöcker <[email protected]>2023-01-27 11:20:53 +0000
commit7afd135ccec73585e06272f98b4a0895e3ee6579 (patch)
treeb97a2857f8af57592d440b875705c3ca222eb705 /NEWS
parentqt: Add data provider for list of file names (diff)
downloadgpgme-7afd135ccec73585e06272f98b4a0895e3ee6579.tar.gz
gpgme-7afd135ccec73585e06272f98b4a0895e3ee6579.zip
qt: Add job for creating encrypted archives
* lang/qt/src/encryptarchivejob.cpp, lang/qt/src/encryptarchivejob.h, lang/qt/src/encryptarchivejob_p.h, lang/qt/src/qgpgmeencryptarchivejob.cpp, lang/qt/src/qgpgmeencryptarchivejob.h: New. * lang/qt/src/protocol.h (class Protocol): Add pure virtual member function encryptArchiveJob * lang/qt/src/protocol_p.h (Protocol::encryptArchiveJob): ... and implement it. * lang/qt/src/Makefile.am: Update accordingly. * lang/qt/tests/run-encryptarchivejob.cpp: New. * lang/qt/tests/Makefile.am: Add new test runner. -- GnuPG-bug-id: 6342
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a96973cd..f36be620 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ Noteworthy changes in version 1.18.1 (unreleased)
* qt: Allow deferred start of import jobs. [T6323]
+ * qt: Support creating encrypted archives. [T6342]
+
* Interface changes relative to the 1.18.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_get_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'.
@@ -50,6 +52,8 @@ Noteworthy changes in version 1.18.1 (unreleased)
qt: Job::startNow NEW.
qt: ImportJob::startLater NEW.
qt: FileListDataProvider NEW.
+ qt: EncryptArchiveJob NEW.
+ qt: Protocol::encryptArchiveJob NEW.
Noteworthy changes in version 1.18.0 (2022-08-10)