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 @@

News

+ 2005/09/29 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! +

2005/05/25 LibVNCClient now features ZRLE decoding!

2005/05/15 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.