From 8e377085b8b824818cc0a60620666526054685d0 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 15 Oct 2018 17:09:44 +0200 Subject: [PATCH] tigervnc: Update version from 1.8.0 to 1.9.0 [Release notes][1]: > The new TigerVNC 1.9.0 is now available. Lots of changes have been > made since the last release, but the highlights are: > > * Alternative, "raw" keyboard mode in the native client and all servers > * CapsLock/NumLock/ScrollLock synchronisation in the native client and all servers > * Automatic "repair" of JPEG artefacts on screen in all servers > * Support for UNIX sockets in the native client and in the UNIX servers > * Both clients now warn when sending the password over a possibly insecure channel > * Performance improvements in the Java client > * The Java client now requires Java 7 > * Improved high latency handling in all servers > * Better keyboard handling in the native client on Windows > * Slightly better keyboard handling in x0vncserver > * x0vncserver now supports cursors and screen resize > * Xorg 1.20 can now be used as a base for Xvnc/libvnc.so This rebuilds against X.Org X Server 1.20.1. Additionally, as systemd with libsystemd is now used on all systems, TigerVNC will be built against systemd too. [1]: https://github.com/TigerVNC/tigervnc/releases --- tigervnc.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tigervnc.be0 b/tigervnc.be0 index 1ee45cea9..a70af3e20 100755 --- a/tigervnc.be0 +++ b/tigervnc.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION tigervnc-1.8.0-2 +# BEE_VERSION tigervnc-1.9.0-0 -XORG_SERVER_VERSION=1.19.6 -XORG_SERVER_NNN=119 +XORG_SERVER_VERSION=1.20.2 +XORG_SERVER_NNN=120 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)