From 7b2188aca159f42b1e1d02afdd48152bab187463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Tue, 31 Jan 2023 11:57:49 +0100 Subject: [PATCH] doc: Update NEWS -- GnuPG-bug-id: 6342 --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 499e3775..496e6950 100644 --- a/NEWS +++ b/NEWS @@ -34,7 +34,7 @@ Noteworthy changes in version 1.19.0 (unreleased) * qt: Allow deferred start of import jobs. [T6323] - * qt: Support creating encrypted archives. [T6342] + * qt: Support creating signed and encrypted archives. [T6342] * Interface changes relative to the 1.18.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -59,7 +59,11 @@ Noteworthy changes in version 1.19.0 (unreleased) qt: ImportJob::startLater NEW. qt: FileListDataProvider NEW. qt: EncryptArchiveJob NEW. + qt: SignArchiveJob NEW. + qt: SignEncryptArchiveJob NEW. qt: Protocol::encryptArchiveJob NEW. + qt: Protocol::signArchiveJob NEW. + qt: Protocol::signEncryptArchiveJob NEW. Release-info: https://dev.gnupg.org/T6341