summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2005-07-02 02:45:13 +0000
committerrunge <runge>2005-07-02 02:45:13 +0000
commitc59929365c6b73d89fd0ccbdcb223c0ec44a4d40 (patch)
treeb1eb874bfde00f93ec5b316f7c48fa2735aebdb9 /ChangeLog
parent462ffd3f3eddd9b428e76b0fd32d3f988660bac0 (diff)
downloadlibtdevnc-c59929365c6b73d89fd0ccbdcb223c0ec44a4d40.tar.gz
libtdevnc-c59929365c6b73d89fd0ccbdcb223c0ec44a4d40.zip
x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2927f96..1a264a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-01 Karl Runge <runge@karlrunge.com>
+ * libvncserver/httpd.c: make sure httpListenSock >=0 in rfbHttpCheckFds
+ * x11vnc: add simple "-gui tray" mode for small icon like x0rfbserver
+ had (someday/somehow to auto embed in a tray/dock)
+
2005-06-28 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* libvncclient/zrle.c: fix handling of raw and fill subtypes
(off-by-one and off-by-many bug)