mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
core: add version 4.3.6 in ChangeLog
This commit is contained in:
@@ -90,6 +90,14 @@
|
||||
- tests: fix compilation of tests on Fedora 40 ([#2116](https://github.com/weechat/weechat/issues/2116))
|
||||
- tests: fix compilation of tests on Rocky 9.4
|
||||
|
||||
## Version 4.3.6 (2024-08-15)
|
||||
|
||||
### Fixed
|
||||
|
||||
- core: fix generation of TOTP on FreeBSD ([#2171](https://github.com/weechat/weechat/issues/2171))
|
||||
- relay/api: fix crash when sending data to a remote buffer when the remote has been deleted ([#2157](https://github.com/weechat/weechat/issues/2157))
|
||||
- relay/api: fix timezone of dates sent to clients ([#2151](https://github.com/weechat/weechat/issues/2151))
|
||||
|
||||
## Version 4.3.5 (2024-07-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
|
||||
#
|
||||
|
||||
weechat_stable="4.3.5"
|
||||
weechat_stable="4.3.6"
|
||||
weechat_devel="4.4.0-dev"
|
||||
|
||||
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)
|
||||
|
||||
Reference in New Issue
Block a user