summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2004-04-13 23:56:54 +0000
committerrunge <runge>2004-04-13 23:56:54 +0000
commita6149f349e6b3f4d8666af051390757b1b910a37 (patch)
treee76e6078d1e732abc7a01bcb46d4479ba3c6c062 /ChangeLog
parent47eece6affcbfffdd09bbb9c5d453e6585c36ff1 (diff)
downloadlibtdevnc-a6149f349e6b3f4d8666af051390757b1b910a37.tar.gz
libtdevnc-a6149f349e6b3f4d8666af051390757b1b910a37.zip
x11vnc: do not send selection unless all clients are in RFB_NORMAL state.
increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b45437c..e468106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-13 Karl Runge <runge@karlrunge.com>
+ * x11vnc: do not send selection unless all clients
+ are in RFB_NORMAL state.
+ * increase rfbMaxClientWait when threaded to avoid
+ ReadExact() timeouts for some viewers.
+
2004-03-10 Karl Runge <runge@karlrunge.com>
* x11vnc options -blackout, -xinerama, -xwarppointer
* modify configure.ac to pick up -lXinerama