diff options
author | Werner Koch <[email protected]> | 2024-04-25 08:20:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-04-25 08:20:00 +0000 |
commit | faed9c271ad22bbd2ed265d8e11badb53b7a2f32 (patch) | |
tree | 7992b4c7bd0fc68193968e7992aca2f57d3afd4c /NEWS | |
parent | yat2m: Improve html output. (diff) | |
download | libgpg-error-faed9c271ad22bbd2ed265d8e11badb53b7a2f32.tar.gz libgpg-error-faed9c271ad22bbd2ed265d8e11badb53b7a2f32.zip |
Release 1.49libgpg-error-1.49
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.49 (unreleased) [C35/A35/R_] +Noteworthy changes in version 1.49 (2024-04-25) [C36/A36/R0] ----------------------------------------------- * Two new functions to improve the logging interface. The @@ -7,6 +7,11 @@ Noteworthy changes in version 1.49 (unreleased) [C35/A35/R_] select log output by domain. It also provide a non yet functional feature to include a hex dump. + * Add a "trunc" keyword to gpgrt_log_printhex. [rE0a39fbefcb] + + * Avoid an endless loop in the argparser due to a conf file read + error. [rE2dc93cfecc] + * Interface changes relative to the 1.48 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_add_post_log_func NEW. |