summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge>2005-11-25 07:22:43 +0000
committerrunge <runge>2005-11-25 07:22:43 +0000
commit8eb18f6cd8793ea55f04d3c736885b04c41aba4f (patch)
treed447343f6495e703690217928e2783dc1636df26 /ChangeLog
parentde99644d2fa630828fd6e92ed206dd63da1fdfa9 (diff)
downloadlibtdevnc-8eb18f6cd8793ea55f04d3c736885b04c41aba4f.tar.gz
libtdevnc-8eb18f6cd8793ea55f04d3c736885b04c41aba4f.zip
fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ac3af0..bb08857 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2005-11-25 Karl Runge <runge@karlrunge.com>
+ * configure.ac: disable tightvnc-filetransfer if no libpthread.
+ add --without-pthread option.
+ * libvncserver/Makefile.am: enable WITH_TIGHTVNC_FILETRANSFER
+ conditional.
+ * libvncserver/rfbserver.c: fix deadlock from
+ rfbReleaseExtensionIterator(), fix no libz/libjpeg builds.
+ * libvncserver/{main.c,private.h}, rfb/rfbclient.h, libvncclient/{rfbproto.c,
+ tight.c,vncviewer.c}: fix no libz/libjpeg builds.
+ * libvncserver/tightvnc-filetransfer/rfbtightserver.c: fix no
+ libz/libjpeg builds. rm // comments.
+ * libvncserver/tightvnc-filetransfer/filetransfermsg{.c,.h},
+ libvncserver/auth.c: rm // comments.
+ * libvncserver/tightvnc-filetransfer/filelistinfo.h: set NAME_MAX if not
+ defined.
+ * x11vnc: throttle load if fb update requests not taking place.
+
2005-10-22 Karl Runge <runge@karlrunge.com>
* x11vnc: -filexfer file transfer, -slow_fb, -blackout noptr...