diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,7 +9,7 @@ Noteworthy changes in version 1.24.0 (unrelease) * Add information about designated revocation keys. [T7118] - * New context flag "import-options". [#7152] + * New context flag "import-options". [T7152] * cpp: Provide information about designated revocation keys for a Key. [T7118] @@ -20,6 +20,8 @@ Noteworthy changes in version 1.24.0 (unrelease) * qt: Allow writing the decrypted/encrypted/signed/verified data directly to files. [T6550] + * qt: Allow specifying import options when importing keys. [T7152] + * Interface changes relative to the 1.23.2 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPGME_ENCRYPT_FILE NEW. @@ -71,6 +73,8 @@ Noteworthy changes in version 1.24.0 (unrelease) qt: VerifyOpaqueJob::inputFile NEW. qt: VerifyOpaqueJob::setOutputFile NEW. qt: VerifyOpaqueJob::outputFile NEW. + qt: ImportJob::setImportOptions NEW. + qt: ImportJob::importOptions NEW. Noteworthy changes in version 1.23.2 (2023-11-28) |