1.0.1
Assets
- turbovnc-1.0.1.tar.gz is the official source tarball for this release. The automatically generated "Source code" assets are not supported.
- Refer to https://TurboVNC.org/Downloads/DigitalSignatures for information regarding the methods used to sign the files in this release and instructions for verifying the signatures.
- The binary packages were built with libjpeg-turbo 1.1.0, which includes a fix that eliminates visual artifacts when the JPEG quality level is set to 98 or higher and a fix that eliminates visual artifacts in grayscale JPEG compression caused by a typo in the RGB-to-luminance lookup tables.
Packaging Changes
- Debuginfo RPM packages are now provided. These packages install debugging symbols to facilitate using a debugger, such as GDB, with the TurboVNC Server.
Support
Code Quality: Stable
Current Support Category: EOL
Documentation
User’s Guide for TurboVNC 1.0.1
Release Notes
Significant changes relative to 1.0:
-
Fixed segfault in the Unix TurboVNC Server which occurred in the
miRegionDestroy()function under certain rare circumstances. -
Fixed segfault in the Unix TurboVNC Server which occurred in the
cfb32ClippedLineCopy()function under certain rare circumstances. -
vncserverarguments can now be specified in the /etc/sysconfig/tvncservers file using an array calledVNCSERVERARGS. This works the same as in RealVNC 4. -
The
-viaoption in the X11 TurboVNC Viewer now uses ephemeral ports to bind the client side of the SSH tunnel. This should prevent port conflicts that could occur when multiplevncviewerinstances tried to use the-viaoption simultaneously.