Accepting request 670339 from home:alois:branches:X11:Utilities
- Update to version 2.4.3 * fix minor glib timer handle leak and unnecessary timer scheduling * fix keyboard backwards compatibility with older 1.0 servers * fix error in keyboard debug logging * fix h264 decoding in HTML5 client * fix session info and bug report windows not getting dismissed in HTML5 client * fix precise wheel motion events with HTML5 client * fix clipboard with MacOS GTK2 clients * fix swap-keys menu entry wrongly disabled * fix potential memory leaks and errors in codecs due to cast error * fix crashy codecs on MS Windows: disable x264, 32-bit vpx with large sizes * fix validation errors with some quality and speed control commands * fix buggy parsing of clipboard-contents packets * fix jpeg encoder and decoder library version requirements (ie: for CentOS 7.x) * fix starting sessions via ssh on Ubuntu (workaround buggy systemd-run) * fix MS Windows clients handling system tray icons without an alpha channel * fix error in video exception message formating * fix errors handling pointer events with extra relative pointer data * fix potential string substitution errors with python2 * fix connection to hosts that resolve to ipv6 only addresses * fix dbus mixin attributes initialized twice (wrong values) * fix race condition error with network congestion events * fix compatibility with newer ArchLinux Xorg path * fix exec-auth module timeout not being honoured * fix exec-auth wrongly returning success on MacOS * workaround SSH errors with Windows Services for Linux * reduce impact of fullscreen and maxmimized attributes on window refresh rate * never lock the batch delay when mmap is enabled OBS-URL: https://build.opensuse.org/request/show/670339 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=12
This commit is contained in:
parent
2955f2e1ce
commit
5c57dd7576
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1e44778e6d5a883c107fc0769ae2c496a2a868000c115806509bbac40cca407
|
||||
size 2433596
|
3
xpra-2.4.3.tar.xz
Normal file
3
xpra-2.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c62235d13abd1d01a160b83de810a219016dcdb289fe0cca754abbb2ebbf025f
|
||||
size 2434852
|
42
xpra.changes
42
xpra.changes
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 12:22:06 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 2.4.3
|
||||
* fix minor glib timer handle leak and unnecessary timer
|
||||
scheduling
|
||||
* fix keyboard backwards compatibility with older 1.0 servers
|
||||
* fix error in keyboard debug logging
|
||||
* fix h264 decoding in HTML5 client
|
||||
* fix session info and bug report windows not getting
|
||||
dismissed in HTML5 client
|
||||
* fix precise wheel motion events with HTML5 client
|
||||
* fix clipboard with MacOS GTK2 clients
|
||||
* fix swap-keys menu entry wrongly disabled
|
||||
* fix potential memory leaks and errors in codecs due to cast
|
||||
error
|
||||
* fix crashy codecs on MS Windows: disable x264, 32-bit vpx
|
||||
with large sizes
|
||||
* fix validation errors with some quality and speed control
|
||||
commands
|
||||
* fix buggy parsing of clipboard-contents packets
|
||||
* fix jpeg encoder and decoder library version requirements
|
||||
(ie: for CentOS 7.x)
|
||||
* fix starting sessions via ssh on Ubuntu (workaround buggy
|
||||
systemd-run)
|
||||
* fix MS Windows clients handling system tray icons without an
|
||||
alpha channel
|
||||
* fix error in video exception message formating
|
||||
* fix errors handling pointer events with extra relative
|
||||
pointer data
|
||||
* fix potential string substitution errors with python2
|
||||
* fix connection to hosts that resolve to ipv6 only addresses
|
||||
* fix dbus mixin attributes initialized twice (wrong values)
|
||||
* fix race condition error with network congestion events
|
||||
* fix compatibility with newer ArchLinux Xorg path
|
||||
* fix exec-auth module timeout not being honoured
|
||||
* fix exec-auth wrongly returning success on MacOS
|
||||
* workaround SSH errors with Windows Services for Linux
|
||||
* reduce impact of fullscreen and maxmimized attributes on
|
||||
window refresh rate
|
||||
* never lock the batch delay when mmap is enabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 09:19:57 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xpra
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012-2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -13,7 +13,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
%endif
|
||||
%global __requires_exclude ^typelib\\(GtkosxApplication\\).*$
|
||||
Name: xpra
|
||||
Version: 2.4.2
|
||||
Version: 2.4.3
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user