From 6631d44a8de33b15270c624c16415cdff989ce06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 26 Oct 2023 21:22:53 +0200 Subject: [PATCH] core: add version 4.0.6 --- ChangeLog.adoc | 14 ++++++++++++++ ReleaseNotes.adoc | 13 +++++++++++++ 2 files changed, 27 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 2dda20405..bfc434d5b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -102,6 +102,20 @@ 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.6]] +== Version 4.0.6 (2023-10-26) + +Bug fixes:: + + * core: fix crash when a custom bar item name is already used by a default bar item (issue #2034) + * core: fix generation of TOTP on Big Endian systems (issue #2021) + * irc: move value `-all` at the end of completions for command `/ignore del` + * irc: fix memory leak when joining channels with keys + +Build:: + + * core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found (issue #2026, issue #2031) + [[v4.0.5]] == Version 4.0.5 (2023-09-24) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index cab343fd8..3c89262e8 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -140,6 +140,19 @@ You can reset it with this command: /reset weechat.key_mouse.@chat(fset.fset):button1 ---- +[[v4.0.6]] +== Version 4.0.6 (2023-10-26) + +[[v4.0.6_custom_bar_items]] +=== Custom bar items + +Custom bar items must now have a different name than default bar items +(for example the custom bar item name `time` is now forbidden). + +If you have such names in your config, WeeChat will now fail to load them +(this should not happen anyway, since such bar items can not be properly used +and can cause a crash of WeeChat). + [[v4.0.5]] == Version 4.0.5 (2023-09-24)