summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2005-09-29 17:33:37 +0000
committerdscho <dscho>2005-09-29 17:33:37 +0000
commit1a20edd73f930424b658b7bedfbe4dd653cdf06c (patch)
tree9381326f5f407cbe9ecd349ddc2e11ea77c68a88
parent0a909fde7a283fb22c22bbdbc16bcf4c0fe391ec (diff)
downloadlibtdevnc-1a20edd7.tar.gz
libtdevnc-1a20edd7.zip
more TODOs, and an update to the website
-rw-r--r--TODO3
-rw-r--r--index.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 10cf756..67c4cdc 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
immediate:
----------
+ANSIfy tightvnc-filetransfer
+implement PseudoEncoding support in rfbProtocolExtension
VisualNaCro testing
test IRIX -overlay (x11vnc)
java vncviewer doesn't do colour cursors?
@@ -11,7 +13,6 @@ teach SDLvncviewer about CopyRect...
implement "-record" in libvncclient
libtoolize
come up with an alpha cursor patch for Windows vncviewer
-release ;-)
later:
------
diff --git a/index.html b/index.html
index 3ae3ffa..1ee3fc4 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,8 @@
<p>
<h2> News </h2>
+ <strong>2005/09/29</strong> LibVNCServer now sports a brand new method to extend the protocol, thanks to Rohit Kumar! He also extended the library to support RFB 3.7. Furthermore, he contributed TightVNC file transfer protocol support to LibVNCServer!
+<p>
<strong>2005/05/25</strong> LibVNCClient now features ZRLE decoding!
<p>
<strong>2005/05/15</strong> Another round of valgrinding completed. This time it is augmented by changes instigated by using Linus' sparse. In the course, the complete sources were converted to ANSI C.