From 062e4b1f0f4cd2ff420829c91fc52347da3caaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Tue, 4 Jan 2022 16:08:35 +0100 Subject: [PATCH] doc: Update NEWS -- GnuPG-bug-id: 5757 --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 1395c5db..dbbbd908 100644 --- a/NEWS +++ b/NEWS @@ -7,11 +7,22 @@ Noteworthy changes in version 1.16.1 (unreleased) * New export mode to export secret subkeys. [#5757] + * cpp,qt: Add support for export of secret keys and secret subkeys. + [#5757] + * qt: Extend ChangeExpiryJob to change expiration of primary key and of subkeys at the same time. [#4717] * Interface changes relative to the 1.16.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + qt: Protocol::secretSubkeyExportJob NEW. + cpp: Context::exportSecretSubkeys NEW. + cpp: Context::startSecretSubkeyExport NEW. + qt: Protocol::secretKeyExportJob CHANGED: Param 'charset' is ignored. + cpp: Context::exportKeys NEW. + cpp: Context::startKeyExport NEW. + cpp: Context::exportSecretKeys NEW. + cpp: Context::startSecretKeyExport NEW. GPGME_EXPORT_MODE_SECRET_SUBKEY NEW. gpgme_set_ctx_flag EXTENDED: New flag 'key-origin'. gpgme_set_ctx_flag EXTENDED: New flag 'import-filter'.