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)