From 1eed2d0e50db0fa4c90abce55803933a2f4f1730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 20 Jan 2024 09:11:53 +0100 Subject: [PATCH] core: add version 4.0.8 in ChangeLog and release notes --- ChangeLog.adoc | 11 +++++++++++ ReleaseNotes.adoc | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 7c23df3b9..80996a4dd 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -120,6 +120,17 @@ Build:: * core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found (issue #2026) * core, logger, relay: make zstd dependency optional (issue #2024) +[[v4.0.8]] +== Version 4.0.8 (2024-01-20) + +Bug fixes:: + + * core: fix crash on plugin reload when using musl libc (issue #2052) + * core: fix infinite loop in display when the chat area is too small (issue #2053) + * irc: check if arguments are not NULL in some infos + * irc: fix info "irc_is_message_ignored" (issue #2059) + * irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005 + [[v4.0.7]] == Version 4.0.7 (2023-12-03) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index b51025435..0cb3cd225 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -145,6 +145,11 @@ You can reset it with this command: /reset weechat.key_mouse.@chat(fset.fset):button1 ---- +[[v4.0.8]] +== Version 4.0.8 (2024-01-20) + +No release notes. + [[v4.0.7]] == Version 4.0.7 (2023-12-03)