From 24fbeaf36ee8cd15979444eaf6a46df4c6e34118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 30 Oct 2024 12:48:47 +0100 Subject: [PATCH] core: add version 4.4.3 --- CHANGELOG.md | 8 ++++++++ version.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28babd0de..c99cac760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,14 @@ - lua: fix compilation on Fedora with Lua < 5.2.0 ([#2173](https://github.com/weechat/weechat/issues/2173), [#2174](https://github.com/weechat/weechat/issues/2174)) - core: fix build on Android ([#2180](https://github.com/weechat/weechat/issues/2180)) +## Version 4.4.3 (2024-10-30) + +### Fixed + +- irc: fix crash on /list buffer when a filter is set ([#2197](https://github.com/weechat/weechat/issues/2197)) +- core: always send the signal "buffer_switch", even when the buffer is opening ([#2198](https://github.com/weechat/weechat/issues/2198)) +- core: fix build on Android ([#2180](https://github.com/weechat/weechat/issues/2180)) + ## Version 4.4.2 (2024-09-08) ### Fixed diff --git a/version.sh b/version.sh index 8811355f6..9f2fc4cb2 100755 --- a/version.sh +++ b/version.sh @@ -39,7 +39,7 @@ # devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev") # -weechat_stable="4.4.2" +weechat_stable="4.4.3" weechat_devel="4.5.0-dev" stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)