diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-10-20 21:00:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-10-20 21:00:22 +0200 |
commit | d6343020aafa86e6819d3d12aac46c4f009d65a0 (patch) | |
tree | e0eca3b1356f44ece02b2aeb1b277c343584b596 /ChangeLog.adoc | |
parent | 8a389395b9e3b23640eb0226b63056f9998728d1 (diff) | |
download | weechat-d6343020aafa86e6819d3d12aac46c4f009d65a0.zip |
core: fix random timeouts when a lot of concurrent processes are launched with hook_process (closes #2033)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 2df687836..a4865a1e5 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,6 +20,7 @@ New features:: Bug fixes:: + * core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033) * irc: revert compute of nick colors to case sensitive way, deprecate again infos "irc_nick_color" and "irc_nick_color_name" (issue #194, issue #2032) Build:: |