aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-01-04 15:08:35 +0000
committerIngo Klöcker <[email protected]>2022-01-04 15:08:35 +0000
commit062e4b1f0f4cd2ff420829c91fc52347da3caaa8 (patch)
treea6b930a89211a9d6ee1ccc26f6ff2259ef006385
parentqt: Add factory function for secret subkey export job (diff)
downloadgpgme-062e4b1f0f4cd2ff420829c91fc52347da3caaa8.tar.gz
gpgme-062e4b1f0f4cd2ff420829c91fc52347da3caaa8.zip
doc: Update NEWS
-- GnuPG-bug-id: 5757
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
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'.