diff options
| author | Werner Koch <[email protected]> | 2025-10-22 10:40:16 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-10-22 10:40:16 +0000 |
| commit | 1f85a6794ebad541d1fd9470a74cd0037fae6c95 (patch) | |
| tree | 2f5fef89c8de28c8b939264ad9538dfc253c9567 | |
| parent | gpg: Error out on unverified output for non-detached signatures. (diff) | |
| download | gnupg-1f85a6794ebad541d1fd9470a74cd0037fae6c95.tar.gz gnupg-1f85a6794ebad541d1fd9470a74cd0037fae6c95.zip | |
Update NEWS
--
| -rw-r--r-- | NEWS | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,6 +1,47 @@ Noteworthy changes in version 2.5.13 (unreleased) ------------------------------------------------- + * gpg: Fix de-vs compliance with OCB and additional password. + [T7804] + + * gpg: Detect duplicate keys with --add-recipients. [T1825] + + * gpg: Take care about the prefix for cv25519 encryption. [T7649] + + * gpg: Avoid potential downgrade to SHA1 in 3rd party key + signatures. [rGdb9705ef59] + + * gpg: Error out on unverified output for non-detached signatures. + [rG8abc320f2a] + + * gpgsm: Use KEM interface for en- and decryption. [T7811,T7845] + + * gpgsm: Fix delete and store certificate locking glitches. [T7855] + + * gpg,gpgsm: Run keybox compression only when there are no other + users. [T7855] + + * gpg,gpgsm: Improve keybox closing and locking order on read and + write. [T7855] + + * gpg,gpgsm: Always use share mode read-write for the keybox file + access. [T7829] + + * scd:openpgp: Fix an oddity in changing the PIN. [T7840] + + * dirmngr: New LDAP keyserver flag "upload". [T7866] + + * agent: Retry private key deletion in case of sharing violations + for up to 400ms. [T7863] + + * Take care of a possible race on daemon startup under Windows. + [T7829] + + * Improve file renaming on Windows in case of a sharing violation + error. [T7829] + + Release-info: https://dev.gnupg.org/T7801 + Noteworthy changes in version 2.5.12 (2025-09-02) ------------------------------------------------- |
