diff options
author | NIIBE Yutaka <[email protected]> | 2023-08-04 05:36:22 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-08-04 05:37:18 +0000 |
commit | ce35bd9bf3187ab25a84c0d7248a836904dcf980 (patch) | |
tree | 2b007b9666fe49085845fc6f146f44f630f4ac0d /NEWS | |
parent | Fix for v2 support: ASSUAN_REALLY_REQUIRE_V2_NPTH_SYSTEM_HOOKS (diff) | |
download | libassuan-ce35bd9bf3187ab25a84c0d7248a836904dcf980.tar.gz libassuan-ce35bd9bf3187ab25a84c0d7248a836904dcf980.zip |
Add NEWS entries for 2.5.6 from libassuan 2.5 branch.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -32,6 +32,19 @@ Noteworthy changes in version 3.0.0 (unreleased) [C_/A_/R_] assuan_pipe_kill_server NEW. +Noteworthy changes in version 2.5.6 (2023-06-19) [C8/A8/R6] +------------------------------------------------ + + * Fix logging of confidential data. [rA0fc31770fa] + + * Fix memory wiping. [T5977] + + * Fix macOS build problem. [T5440,T5610] + + * Upgrade autoconf stuff. + + Release-info: https://dev.gnupg.org/T6542 + Noteworthy changes in version 2.5.5 (2021-03-22) [C8/A8/R5] ------------------------------------------------ |