Accepting request 719274 from home:alois:branches:X11:Utilities
- Update to version 2.5.3 * fix HTML5 MSIE 11 detection * fix HTML5 path of audio script for IE * fix HTML5 CapsLock and NumLock state detection * fix HTML5 desktop server screen size not resizing to match window * fix shadow servers display resizing not being propagated * fix scroll encoding with multi monitor shadow servers * fix handling of uncompressed window icon pixel data * fix handling of unicode values for desktop names * fix remote ssh failures with python3-only installations * fix '_monitor' subcommand with python3 clients * fix client ping latency calculations * fix non-strict ssl host key not honoured with wss connections * fix handling of websocket and ssl traffic with unix-domain sockets * fix ssl and websocket connection upgrades with python3 servers * fix handling of websocket ping packets * fix unnecessary delay in initial connection handling * fix incorrect disconnections with non-UI clients * fix spurious socket warnings * fix distro information shown for proxied connections * fix invalid mdns records for rfb connections (desktop and shadow servers) * fix GTK3 signal handling before the main loop is running * fix file descriptor leak when running child commands * fix clipboard-direction setting not propagated to the client * fix clipboard datatype shortcut not taken due to a typo * fix clipboard bugs with python3 builds, invalid atoms * fix overzealous cleanup code in X11 root property handler * fix Xresources debug logging and error handler * fix errors during cleanup: close display later * fix uinput device mode with python3 servers * fix errors if md5 is not available: use sha1 * fix default build options for RedHat * fix typos in man page and docstrings * silence annoying atk warnings * avoid running invalid lpinfo commands * improve compatibility with 'xpra top' * make it possible to skip opengl probing during server startup * add missing modal-window entry in man page * reduce weak RPM dependencies on gnome components OBS-URL: https://build.opensuse.org/request/show/719274 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=21
This commit is contained in:
parent
50e3c8643e
commit
7169cad664
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7aa21f76ab34f7bb119f74c6184db53f69e0c0809e94c204b83d6706521270fd
|
|
||||||
size 2488676
|
|
3
xpra-2.5.3.tar.xz
Normal file
3
xpra-2.5.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:daaf3de7ec6e21be216316c56ec3d42e787d4b0137e9c91855032424242d43fb
|
||||||
|
size 2489488
|
47
xpra.changes
47
xpra.changes
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 27 13:08:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 2.5.3
|
||||||
|
* fix HTML5 MSIE 11 detection
|
||||||
|
* fix HTML5 path of audio script for IE
|
||||||
|
* fix HTML5 CapsLock and NumLock state detection
|
||||||
|
* fix HTML5 desktop server screen size not resizing to match
|
||||||
|
window
|
||||||
|
* fix shadow servers display resizing not being propagated
|
||||||
|
* fix scroll encoding with multi monitor shadow servers
|
||||||
|
* fix handling of uncompressed window icon pixel data
|
||||||
|
* fix handling of unicode values for desktop names
|
||||||
|
* fix remote ssh failures with python3-only installations
|
||||||
|
* fix '_monitor' subcommand with python3 clients
|
||||||
|
* fix client ping latency calculations
|
||||||
|
* fix non-strict ssl host key not honoured with wss connections
|
||||||
|
* fix handling of websocket and ssl traffic with unix-domain
|
||||||
|
sockets
|
||||||
|
* fix ssl and websocket connection upgrades with python3
|
||||||
|
servers
|
||||||
|
* fix handling of websocket ping packets
|
||||||
|
* fix unnecessary delay in initial connection handling
|
||||||
|
* fix incorrect disconnections with non-UI clients
|
||||||
|
* fix spurious socket warnings
|
||||||
|
* fix distro information shown for proxied connections
|
||||||
|
* fix invalid mdns records for rfb connections (desktop and
|
||||||
|
shadow servers)
|
||||||
|
* fix GTK3 signal handling before the main loop is running
|
||||||
|
* fix file descriptor leak when running child commands
|
||||||
|
* fix clipboard-direction setting not propagated to the client
|
||||||
|
* fix clipboard datatype shortcut not taken due to a typo
|
||||||
|
* fix clipboard bugs with python3 builds, invalid atoms
|
||||||
|
* fix overzealous cleanup code in X11 root property handler
|
||||||
|
* fix Xresources debug logging and error handler
|
||||||
|
* fix errors during cleanup: close display later
|
||||||
|
* fix uinput device mode with python3 servers
|
||||||
|
* fix errors if md5 is not available: use sha1
|
||||||
|
* fix default build options for RedHat
|
||||||
|
* fix typos in man page and docstrings
|
||||||
|
* silence annoying atk warnings
|
||||||
|
* avoid running invalid lpinfo commands
|
||||||
|
* improve compatibility with 'xpra top'
|
||||||
|
* make it possible to skip opengl probing during server startup
|
||||||
|
* add missing modal-window entry in man page
|
||||||
|
* reduce weak RPM dependencies on gnome components
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 14 07:11:10 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
Fri Jun 14 07:11:10 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
||||||
Name: xpra
|
Name: xpra
|
||||||
Version: 2.5.2
|
Version: 2.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote display server for applications and desktops
|
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
|
License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later AND MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user