diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,8 @@ Noteworthy changes in version 1.14.1 (unreleased) * qt: Extended ChangeExpiryJob to support changing the expiry of subkeys. [#4717] + * qt: Extended QuickJob to support revoking of key signatures. [#5094] + * qt: Added QDebug stream operator for GpgME::Error. * Interface changes relative to the 1.14.0 release: @@ -34,6 +36,7 @@ Noteworthy changes in version 1.14.1 (unreleased) cpp: Context::revokeSignature NEW. cpp: Context::startRevokeSignature NEW. qt: operator<<(QDebug debug, const GpgME::Error &err) NEW. + qt: QuickJob::startRevokeSignature NEW. Noteworthy changes in version 1.14.0 (2020-07-16) |