[Lunar-commits] r24414 - moonbase/trunk/net/tightvnc

Florin Braescu florin at lunar-linux.org
Sun May 13 06:22:06 CEST 2007


Author: florin
Date: 2007-05-13 06:22:06 +0200 (Sun, 13 May 2007)
New Revision: 24414

Modified:
   moonbase/trunk/net/tightvnc/DETAILS
Log:
bump the version from 1.2.9 to 1.3.9. Changes:
 - All platforms: Added support for the standard RFB protocol version
    3.8 with TightVNC extensions.

  - All platforms: Made "host:port" parsing maximally compatible with
    VNC4. Interpreting a number in host names like somehost:5900 as an
    actual port number if it's not in the range [0..99].

  - Unix Server: Applied patches from Debian Linux that port Xvnc to
    x86_64 platform (tightvnc-1.2.9-amd64support.p and
    tightvnc-1.3_alpha7-x86_64.patch).

  - Java viewer: Implemented scaling, either with a fixed scaling
    factor or automatic. If Java 2D API is available (Java 1.2 and
    higher), then high-quality scaling is used. From the other side,
    the viewer remains compatible with Java 1.1 where it would simply
    use scaling with much decreased image quality. Scaling can be
    enabled with new "Scaling Factor" parameter but cannot be
    controlled from the GUI yet.

  - Java viewer: Added support for ZRLE encoding.

  - Java viewer: Disabled focus traversal keys under JVMs 1.4 and
    higher. This fixes the problem with not sending Tab key events to
    the VNC server.

  - Java viewer: Fixed wrong pixel format interpretation at decoding
    RichCursor pseudo-encoding (local cursor could be rendered in
    wrong colors).

  - Other improvements and bugfixes.
  

Modified: moonbase/trunk/net/tightvnc/DETAILS
===================================================================
--- moonbase/trunk/net/tightvnc/DETAILS	2007-05-13 04:20:38 UTC (rev 24413)
+++ moonbase/trunk/net/tightvnc/DETAILS	2007-05-13 04:22:06 UTC (rev 24414)
@@ -1,13 +1,13 @@
           MODULE=tightvnc
-         VERSION=1.2.9
+         VERSION=1.3.9
           SOURCE=tightvnc-${VERSION}_unixsrc.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/vnc_unixsrc/
       SOURCE_URL=$SFORGE_URL/vnc-tight/
-      SOURCE_VFY=sha1:62b55237676bbdc7f08771e6ff72c0f70264f4ee
+      SOURCE_VFY=sha1:a9529a262a060517402fb9845ef63a0d18c3141f
         WEB_SITE=http://www.tightvnc.com/
          ENTERED=20020617
          UPDATED=20030823
-           SHORT="vnc server and client for low bandwidth connections."
+           SHORT="vnc server and client for low bandwidth connections"
            PSAFE=no
 
 cat << EOF



More information about the Lunar-commits mailing list