1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: return error string to callback of hook_connect if getaddrinfo fails in child process

This commit is contained in:
Sebastien Helleu
2012-08-06 16:39:58 +02:00
parent 9258a63a6b
commit c13b2ca57d
2 changed files with 206 additions and 64 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.9-dev, 2012-08-04
v0.3.9-dev, 2012-08-06
Version 0.3.9 (under dev!)
--------------------------
* core: return error string to callback of hook_connect if getaddrinfo fails in
child process
* core: add option weechat.startup.sys_rlimit to set system resource limits for
WeeChat process
* core: add option "swap" for command /buffer (task #11373)