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

core: add version 4.6.3

This commit is contained in:
Sébastien Helleu
2025-05-11 11:47:01 +02:00
parent 7b674c2618
commit 999262cbf2
3 changed files with 22 additions and 1 deletions
+8
View File
@@ -30,6 +30,14 @@ The function [util_version_number](https://weechat.org/doc/weechat/plugin/#_util
has been fixed and now returns an "unsigned long" instead of "int", so that any
version up to "255.255.255.255" (0xFFFFFFFF) can be returned.
## Version 4.6.3
### API function util_version_number
An integer overflow has been fixed in the function
[util_version_number](https://weechat.org/doc/weechat/plugin/#_util_version_number)
which now returns a version up to "127.255.255.255" (0x7FFFFFFF).
## Version 4.6.0
### Relay remote commands