- Update to tigervnc 1.8.0

* Overhaul of the Java client to match the look and behaviour of the native client
  * Initial work for multi-threaded decoding in the Java client
  * vncconfig no longer needed for clipboard with Xvnc/libvnc.so
  * vncserver has system wide config support
  * Full support for alpha cursors in Xvnc/libvnc.so and both viewers
- Removed patches:
  * U_Add-xorg-xserver-1.19-support.patch
  * U_tigervnc-fix-inetd-not-working-with-xserver-1-19.patch
  * U_tigervnc-better-check-for-screen-visibility.patch

- U_tigervnc-better-check-for-screen-visibility.patch
  * Crop operations to visible screen. (bnc#1032272)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=108
This commit is contained in:
Michal Srb
2017-05-31 11:59:52 +00:00
committed by Git OBS Bridge
parent 491381fafa
commit 3e36489820
9 changed files with 55 additions and 676 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed May 31 11:33:52 UTC 2017 - msrb@suse.com
- Update to tigervnc 1.8.0
* Overhaul of the Java client to match the look and behaviour of the native client
* Initial work for multi-threaded decoding in the Java client
* vncconfig no longer needed for clipboard with Xvnc/libvnc.so
* vncserver has system wide config support
* Full support for alpha cursors in Xvnc/libvnc.so and both viewers
- Removed patches:
* U_Add-xorg-xserver-1.19-support.patch
* U_tigervnc-fix-inetd-not-working-with-xserver-1-19.patch
* U_tigervnc-better-check-for-screen-visibility.patch
-------------------------------------------------------------------
Mon Apr 10 14:24:51 UTC 2017 - msrb@suse.com
- U_tigervnc-better-check-for-screen-visibility.patch
* Crop operations to visible screen. (bnc#1032272)
-------------------------------------------------------------------
Thu Mar 2 14:19:27 UTC 2017 - msrb@suse.com