diff options
| -rw-r--r-- | NEWS | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -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 | 
