1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add version 4.7.2

This commit is contained in:
Sébastien Helleu
2025-11-23 14:17:25 +01:00
parent dd454dfc50
commit c18d8ecc1d
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -49,6 +49,14 @@ SPDX-License-Identifier: GPL-3.0-or-later
- relay/api: return HTTP error 404 instead of 400 when the buffer is not found in resources completion and input
- relay/api: return HTTP error 400 in case of invalid body in resource ping
## Version 4.7.2 (2025-11-23)
### Fixed
- api: fix file descriptor leak in hook_url when a timeout occurs or if the hook is removed during the transfer ([#2284](https://github.com/weechat/weechat/issues/2284))
- irc: fix colors in messages 367 (ban mask), 728 (quiet mask) and MODE ([#2286](https://github.com/weechat/weechat/issues/2286))
- irc: fix reset of color when multiple modes are set with command `/mode`
## Version 4.7.1 (2025-08-16)
### Fixed
+1 -1
View File
@@ -41,7 +41,7 @@
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
#
weechat_stable="4.7.1"
weechat_stable="4.7.2"
weechat_devel="4.8.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)