diff options
author | Werner Koch <[email protected]> | 2023-10-25 09:35:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-10-25 09:35:46 +0000 |
commit | 93293487ecc01d0b8db5860c30c548253831beb4 (patch) | |
tree | 89dee26aae03675e75c4d84569d1bd5c816d306c | |
parent | sm: Flag Brainpool curves as compliant for all other operations. (diff) | |
download | gnupg-93293487ecc01d0b8db5860c30c548253831beb4.tar.gz gnupg-93293487ecc01d0b8db5860c30c548253831beb4.zip |
Add new NEWS items
--
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,9 @@ Noteworthy changes in version 2.2.42 (unreleased) * gpg: Fix subkey re-import if a stub key still exists. [T3456] + * gpg: Allow to specify seconds since Epoch beyond 2038 on 32-bit + platforms. [T6736] + * gpgsm: Support ECC certificates. [T6253] * gpgsm: Print PROGRESS status lines. Add new --input-size-hint. @@ -96,6 +99,8 @@ Noteworthy changes in version 2.2.41 (2022-12-09) * scd: Support the Telesec Signature Card v2.0. [T6252] + * scd: Update the OpenPGP card code to be more in sync with 2.4.3. + * Fix build regression depending on libgpg-error version. [T6244] Release-info: https://dev.gnupg.org/T6280 |