From eee806370b83011dac6764797d99f9fcbc414528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 30 Nov 2024 10:46:03 +0100 Subject: [PATCH] core: add version 4.4.4 --- CHANGELOG.md | 10 ++++++++++ version.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a873ae6..f4e95695f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,16 @@ - 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.4 (2024-11-30) + +### Fixed + +- script: fix crash on /script buffer when a filter is set ([#2214](https://github.com/weechat/weechat/issues/2214), [#2215](https://github.com/weechat/weechat/issues/2215)) +- core: fix too many sorts of hotlist when buffers are moved ([#2097](https://github.com/weechat/weechat/issues/2097)) +- relay, xfer: fix letters with actions displayed on top of buffer +- build: fix detection of Ruby on macOS 14, require CMake ≥ 3.18 ([#1156](https://github.com/weechat/weechat/issues/1156)) +- perl: fix crash when unloading Perl scripts with Perl 5.38 ([#2209](https://github.com/weechat/weechat/issues/2209), [#2213](https://github.com/weechat/weechat/issues/2213)) + ## Version 4.4.3 (2024-10-30) ### Fixed diff --git a/version.sh b/version.sh index 9f2fc4cb2..cdb5f5574 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.3" +weechat_stable="4.4.4" weechat_devel="4.5.0-dev" stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)