doc: Update NEWS

--

GnuPG-bug-id: 6342
This commit is contained in:
Ingo Klöcker 2023-01-31 11:57:49 +01:00
parent d3a8c2c8b6
commit 7b2188aca1
No known key found for this signature in database
GPG Key ID: F5A5D1692277A1E9

6
NEWS
View File

@ -34,7 +34,7 @@ Noteworthy changes in version 1.19.0 (unreleased)
* qt: Allow deferred start of import jobs. [T6323] * 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: * 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: ImportJob::startLater NEW.
qt: FileListDataProvider NEW. qt: FileListDataProvider NEW.
qt: EncryptArchiveJob NEW. qt: EncryptArchiveJob NEW.
qt: SignArchiveJob NEW.
qt: SignEncryptArchiveJob NEW.
qt: Protocol::encryptArchiveJob NEW. qt: Protocol::encryptArchiveJob NEW.
qt: Protocol::signArchiveJob NEW.
qt: Protocol::signEncryptArchiveJob NEW.
Release-info: https://dev.gnupg.org/T6341 Release-info: https://dev.gnupg.org/T6341