summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2003-02-20 13:44:14 +0000
committerdscho <dscho>2003-02-20 13:44:14 +0000
commit069808dbcac3dc8e6cc97e0d421563fd3e000bd2 (patch)
tree433a0cee39d66db396161c734a7d2284a7bc0f06 /ChangeLog
parent54da39ba2d73f41c7e6312764da9fb8fbb831e92 (diff)
downloadlibtdevnc-069808db.tar.gz
libtdevnc-069808db.zip
update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 700f6ad..d2852ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+
+ when closing a client and no longer listening for new ones, don't crash
+ fixed a bug with ClientConnectionGone
+ endianness is checked at configure time
+ fixed a bug that prevented the first client from being closed
+ fixed that annoying "libvncserver-config --link" bug
+ make rfbReverseByte public (for rdp2vnc)
+ fixed compilation on OS X, IRIX, Solaris
+ install target for headers is now ${prefix}/include/rfb ("#include <rfb/rfb.h>")
+ renamed "sraRegion.h" to "rfbregion.h"
+ CARD{8,16,32} are more standard uint{8,16,32}_t now
fixed LinuxVNC colour handling
fixed a bug with pthreads where the connection was not closed
moved vncterm to main package (LinuxVNC included)