SHA256
1
0
forked from pool/xpra

Accepting request 793925 from home:alois:branches:X11:Utilities

- Update to version 3.0.9
  * fix HTML5 client XSS
  * fix focus issues
  * fix server hangs and unpainted windows due to invalid
    dimensions
  * fix window icons and cursors visual corruption or crashes
  * fix unbearably slow screen updates when vrefresh value is
    invalid
  * fix client OpenGL crashes with remote starts (run probe
    first)
  * fix keypad regression (AltGr changes, again)
  * fix MS Windows shadow servers
  * fix race condition collecting latency data for session info
  * fix missing pycuda dependency for nvenc on MS Windows
  * fix missing signatures on MS Windows EXE and MSI builds
  * fix scoring of NVENC codec (should be used ahead of sofware
    encoders)
  * fix start menu updates getting lost
  * fix OpenGL diagnostic messages getting cut off
  * fix change of encoding from the system tray
  * fix quality and speed changes from the system tray
  * fix clipboard and popup menu problems with Eclipse
  * fix name of shadow server process on MS Windows, used in log
    file names
  * fix audio query subprocess with MS shadow servers
  * fix unlikely race condition in speaker forwarding shutdown
    sequence
  * fix desktop-fullscreen=yes automatic scaling
  * fix missing bug report data due to uninitialized X11 bindings
  * fix bug report error if we cannot grab a screenshot (ie:
    Wayland)
  * fix error saving binary data with python3 builds of the bug
    report tool
  * fix errors querying the display under Wayland
  * hide scary stacktraces when shutting down ssh proxy commands
  * if we have an ssh password we can use, try that first
  * blacklist VirtualBox's SVGA3D OpenGL driver (fixes black
    windows)
  * don't use webp with image dimensions beyond its limits
  * use regular X11 system tray with i3
  * hide confusing named-pipe prefix in empty output on MS
    Windows
  * HTML5 fixes: invalid IMG tag, reserved keyword, language
    detection, draw debugging, etc
  * don't try to read /proc if not on Posix
  * use a more specific python3 interpreter version
  * update application content-type mappings
  * remove out of date information from man page

OBS-URL: https://build.opensuse.org/request/show/793925
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=43
This commit is contained in:
Luigi Baldoni 2020-04-14 16:28:06 +00:00 committed by Git OBS Bridge
parent 549b1af367
commit e86808f069
4 changed files with 56 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bdca48529431e72d02d071bb1f49ea5bcb5a3eaf6fb4c98b7dc0ea08f5de834
size 2758424

3
xpra-3.0.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:277e6a03fd5b81a966cb0227c39ab1c159d7464365f69ba36b6bdfd0c39f1a13
size 2760888

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Tue Apr 14 16:14:15 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 3.0.9
* fix HTML5 client XSS
* fix focus issues
* fix server hangs and unpainted windows due to invalid
dimensions
* fix window icons and cursors visual corruption or crashes
* fix unbearably slow screen updates when vrefresh value is
invalid
* fix client OpenGL crashes with remote starts (run probe
first)
* fix keypad regression (AltGr changes, again)
* fix MS Windows shadow servers
* fix race condition collecting latency data for session info
* fix missing pycuda dependency for nvenc on MS Windows
* fix missing signatures on MS Windows EXE and MSI builds
* fix scoring of NVENC codec (should be used ahead of sofware
encoders)
* fix start menu updates getting lost
* fix OpenGL diagnostic messages getting cut off
* fix change of encoding from the system tray
* fix quality and speed changes from the system tray
* fix clipboard and popup menu problems with Eclipse
* fix name of shadow server process on MS Windows, used in log
file names
* fix audio query subprocess with MS shadow servers
* fix unlikely race condition in speaker forwarding shutdown
sequence
* fix desktop-fullscreen=yes automatic scaling
* fix missing bug report data due to uninitialized X11 bindings
* fix bug report error if we cannot grab a screenshot (ie:
Wayland)
* fix error saving binary data with python3 builds of the bug
report tool
* fix errors querying the display under Wayland
* hide scary stacktraces when shutting down ssh proxy commands
* if we have an ssh password we can use, try that first
* blacklist VirtualBox's SVGA3D OpenGL driver (fixes black
windows)
* don't use webp with image dimensions beyond its limits
* use regular X11 system tray with i3
* hide confusing named-pipe prefix in empty output on MS
Windows
* HTML5 fixes: invalid IMG tag, reserved keyword, language
detection, draw debugging, etc
* don't try to read /proc if not on Posix
* use a more specific python3 interpreter version
* update application content-type mappings
* remove out of date information from man page
-------------------------------------------------------------------
Tue Mar 31 21:08:47 UTC 2020 - aloisio@gmx.com

View File

@ -19,7 +19,7 @@
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: 3.0.8
Version: 3.0.9
Release: 0
Summary: Remote display server for applications and desktops
License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later AND MIT