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