From 4dbae51568a4e3492d931563d60df9b06505c840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 3 Dec 2023 19:12:59 +0100 Subject: [PATCH] core: add version 4.0.7 in ChangeLog and release notes --- ChangeLog.adoc | 15 +++++++++++++++ ReleaseNotes.adoc | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 8a428fd0a..b08721e0b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -109,6 +109,21 @@ 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.7]] +== Version 4.0.7 (2023-12-03) + +Bug fixes:: + + * core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached + * core: remove incorrect warning when binding keys kbd:[F10] to kbd:[F20] (issue #2039) + * core: fix memory leak when config version is invalid or not supported + * core: fix crash when "config_version" is present in a configuration file without a value + * core: display an error on startup if environment variable "HOME" is not set + * irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued + * irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time") + * relay: close properly connection with the IRC client in case of server disconnection (issue #2038) + * ruby: fix use of NULL variable when displaying exception + [[v4.0.6]] == Version 4.0.6 (2023-10-26) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 450cb4735..9ea11986e 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.7]] +== Version 4.0.7 (2023-12-03) + +No release notes. + [[v4.0.6]] == Version 4.0.6 (2023-10-26)