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

core: enable background process under Cygwin to connect to servers, fix reconnection problem (bug #34626)

The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
This commit is contained in:
Sebastien Helleu
2011-10-23 12:07:30 +02:00
parent 60e88df4f2
commit 71bef80ce2
2 changed files with 4 additions and 13 deletions
+4 -1
View File
@@ -1,12 +1,15 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.7-dev, 2011-10-22
v0.3.7-dev, 2011-10-23
Version 0.3.7 (under dev!)
--------------------------
* core: enable background process under Cygwin to connect to servers, fix
reconnection problem (bug #34626)
Version 0.3.6 (2011-10-22)
--------------------------