aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-11-06 10:38:59 +0000
committerWerner Koch <[email protected]>2024-11-06 10:38:59 +0000
commit98b10fbc63b323a146e66a2ea8f7ff8f216b31d7 (patch)
tree3bba199926851d2b6398a757dc0e91fd805ebfcb /NEWS
parentInclude the full commit id. (diff)
downloadgpgme-98b10fbc63b323a146e66a2ea8f7ff8f216b31d7.tar.gz
gpgme-98b10fbc63b323a146e66a2ea8f7ff8f216b31d7.zip
Release 1.24.0gpgme-1.24.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ec89488d..703284ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.24.0 (unrelease)
+Noteworthy changes in version 1.24.0 (2024-11-06)
-------------------------------------------------
* Extended gpgme_op_decrypt* and gpgme_op_verify* to allow writing the
@@ -15,6 +15,8 @@ Noteworthy changes in version 1.24.0 (unrelease)
* New context flag "known-notations". [T4060]
+ * New info flags "beta_compliance". [rM1a7bc88ee7]
+
* New function gpgme_op_setownertrust to make changing the owner trust
easier and to allow enabling/disabling of keys (requires GnuPG 2.4.6).
[T7239]
@@ -55,11 +57,16 @@ Noteworthy changes in version 1.24.0 (unrelease)
GPGME_SIG_MODE_FILE NEW.
GPGME_ENCRYPT_ADD_RECP NEW.
GPGME_ENCRYPT_CHG_RECP NEW.
- gpgme_key_t EXTENDED: New field 'revkeys'.
+ gpgme_key_t EXT: New field 'revkeys'.
gpgme_revocation_key_t NEW.
- gpgme_set_ctx_flag EXTENDED: New flag 'import-options'.
+ gpgme_set_ctx_flag EXT: New flag 'import-options'.
+ gpgme_set_ctx_flag EXT: New flag 'proc-all-sigs'.
+ gpgme_set_ctx_flag EXT: New flag 'known-notation'.
gpgme_op_setownertrust_start NEW.
gpgme_op_setownertrust NEW.
+ gpgme_subkey_t EXT: New field 'beta_compliance'.
+ gpgme_signature_t EXT: New field 'beta_compliance'.
+ gpgme_decrypt_result_t EXT: New field 'beta_compliance'.
cpp: Context::EncryptFile NEW.
cpp: Context::setOwnerTrust NEW.
cpp: Context::startSetOwnerTrust NEW.
@@ -128,6 +135,10 @@ Noteworthy changes in version 1.24.0 (unrelease)
qt: ImportJob::importOptions NEW.
qt: QuickJob::startSetKeyEnabled NEW.
+ [c=C44/A33/R0 cpp=C27/A21/R0 qt=C21/A6/R0]
+
+ Release-info: https://dev.gnupg.org/T7376
+
Noteworthy changes in version 1.23.2 (2023-11-28)
-------------------------------------------------