summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2005-10-03 14:40:18 +0000
committerdscho <dscho>2005-10-03 14:40:18 +0000
commit8490de3ff0e488233d7047d7e6ba3b5c278c5484 (patch)
treeec7395a2942fb1aa37a66240f86f473a68f87ef6 /ChangeLog
parent1a20edd73f930424b658b7bedfbe4dd653cdf06c (diff)
downloadlibtdevnc-8490de3ff0e488233d7047d7e6ba3b5c278c5484.tar.gz
libtdevnc-8490de3ff0e488233d7047d7e6ba3b5c278c5484.zip
add enablePseudoEncoding() to rfbProtocolExtension
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d252555..39b35a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-03 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
+ * libvncserver/rfbserver.c, rfb/rfb.h: add a method to the
+ extension struct which is called to enable pseudo encodings.
+ This is a versatile mechanism to enable/disable custom
+ extensions with custom clients and servers.
+
2005-09-28 Rohit Kumar <rokumar@novell.com>
* examples/filetransfer.c, rfb/rfb.h, configure.ac,
libvncserver/{auth,cargs,main,rfbserver,sockets}.c,