Skip to content

Commit

Permalink
tigervnc: Update version from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
pmenzel committed Oct 16, 2018
1 parent f770bb0 commit 8e37708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tigervnc.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit 8e37708

Please sign in to comment.