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

core: add version 4.7.1

This commit is contained in:
Sébastien Helleu
2025-08-16 22:00:21 +02:00
parent bff910cae3
commit 08651ba820
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -12,6 +12,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
- relay/api: fix crash when an invalid HTTP request is received from a client
## Version 4.7.1 (2025-08-16)
### Fixed
- relay/api: fix crash when an invalid HTTP request is received from a client
## Version 4.7.0 (2025-07-19)
### Changed
+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.0"
weechat_stable="4.7.1"
weechat_devel="4.8.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)