Skip to content

1.0.1

Choose a tag to compare

@dcommander dcommander released this 30 Jul 00:22

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:

  1. Fixed segfault in the Unix TurboVNC Server which occurred in the miRegionDestroy() function under certain rare circumstances.

  2. Fixed segfault in the Unix TurboVNC Server which occurred in the cfb32ClippedLineCopy() function under certain rare circumstances.

  3. vncserver arguments can now be specified in the /etc/sysconfig/tvncservers file using an array called VNCSERVERARGS. This works the same as in RealVNC 4.

  4. The -via option 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 multiple vncviewer instances tried to use the -via option simultaneously.