diff options
author | Werner Koch <[email protected]> | 2025-03-25 08:39:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-03-25 08:39:33 +0000 |
commit | a762f69648ee73f6373f1d82ac29e1ecf9da873b (patch) | |
tree | 731a7980951655961433ac4c2c5ee4210b88a26d /NEWS | |
parent | gpgsm: Simplify the expiration check. (diff) | |
download | gnupg-a762f69648ee73f6373f1d82ac29e1ecf9da873b.tar.gz gnupg-a762f69648ee73f6373f1d82ac29e1ecf9da873b.zip |
doc: Update NEWS
--
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ Noteworthy changes in version 2.5.6 (unreleased) ------------------------------------------------ + * gpg: Add a flag to the filter expressions for left anchored + substring match. [rGc12b7d047e] + + * gpg: Fix double free of internal data. [T7547] + + * gpgsm: Extend --learn-card by an optional s/n argument. [T7379] + + * gpgsm: Skip expired certificates when selection a certificate by + subject. [rG4cf83273e8] + + * scd: Fix posssible lockup on Windows due to a lost select + result. [rGa7ec3792c5] + + * card: New command "ll" as alias for "list --cards". [rGd6ee7adebe] + + * gpgconf: Fix reload and kill of keyboxd. [T7569] + + Release-info: https://dev.gnupg.org/T7586 + Noteworthy changes in version 2.5.5 (2025-03-07) ------------------------------------------------ |