1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-25 22:19:59 +01:00

doc: Update NEWS

--
This commit is contained in:
Werner Koch 2025-03-25 09:39:33 +01:00
parent 2869de63b5
commit a762f69648
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 20 additions and 0 deletions

19
NEWS
View File

@ -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)
------------------------------------------------

View File

@ -448,6 +448,7 @@ set_one_pref (int val, int type, const char *item, byte *buf, int *nbuf)
* "pref" (something like: "S10 S3 H3 H2 Z2 Z1") or the actual
* cipher/hash/compress names. Use NULL to set the default
* preferences. Returns: 0 = okay
* PERSONAL is either 0 or one PREFTYPE_*
*/
int
keygen_set_std_prefs (const char *string,int personal)