aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 13 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 36bbed9a..5064333a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,28 @@
-Noteworthy changes in version 2.0.2 (unreleased) [C45/A0/R)]
+Noteworthy changes in version 2.1.0 (unreleased) [C45/A0/R)]
------------------------------------------------
* New flags "is_de_vs" and "beta_compliance" for encryption results.
[T6702]
+ * New decryption flag GPGME_DECRYPT_SESSION_HASH and new field
+ session_hash in gpgme_decrypt_result_t. For details see the gpg
+ option --show-session-key. [rM63f18298d3]
+
* New context flag "export-filter". [T8033]
* Extend the internal gpgsm_assuan_simple_command to consume all
received lines. This fixes a possible lockup introduced by the
fix for T7759. [T8187]
- * Interface changes relative to the 2.0.1 release:
+ * Interface changes relative to the 2.0.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- gpgme_set_ctx_flag EXT: New flag 'export-filter'.
- gpgme_decrypt_result_t EXT: New fields is_de_vs and beta_compliance.
+ gpgme_set_ctx_flag EXT: New flag "export-filter".
+ gpgme_decrypt_result_t EXT: New fields is_de_vs,
+ beta_compliance, and session_hash.
+ GPGME_DECRYPT_SESSION_HASH NEW.
+
+ Release-info: https://dev.gnupg.org/T8237
+
Noteworthy changes in version 2.0.1 (2025-09-23) [C45/A0/R1]
------------------------------------------------