summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2006-01-10 14:07:58 +0000
committerdscho <dscho>2006-01-10 14:07:58 +0000
commit0b7a0030acc27377b01e3afa41f672dc4d6a7561 (patch)
tree7499d9d059b095970be9e0e8312004e5fe348dd2 /ChangeLog
parent71f2ec79180185a6c3db0c87f9d53c491dc31e76 (diff)
downloadlibtdevnc-0b7a0030acc27377b01e3afa41f672dc4d6a7561.tar.gz
libtdevnc-0b7a0030acc27377b01e3afa41f672dc4d6a7561.zip
rfbProcessEvents() has to iterate also over clients with sock < 0 to close them
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b59e07..0fb4066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-10 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
+ * libvncserver/{main.c,rfbserver.c}: fix timely closing of clients;
+ the client iterator in rfbProcessEvents() has to iterate also
+ over clients whose sock < 0. Noticed by Karl.
+
2006-01-08 Karl Runge <runge@karlrunge.com>
* x11vnc: the big split. (and -afteraccept and -passwdfile read:..)
* examples/pnmshow24.c: fix typo.