SHA256
1
0
forked from pool/xpra

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

- Update to version 3.0.8
  * fix handling of dpi command line switch (correctly this
    time?)
  * fix bug report window not getting focus on MacOS
  * fix spurious ssh key warnings with newer versions of paramiko
  * fix AltGr mode with non-X11 clients, layout-group changes
  * fix rare unexpected client exit on MS Windows
  * fix MS Windows clipboard:
    + update failures
    + convert CRLF line endings
  * Clipboard:
    + fix selection not shown as active in menus (MS Windows and
      MacOS)
    + fix spurious warnings when sharing a session
    + fix clipboard reset with python2 builds
    + selection translation for outbound data
    + support client applications that don't use TARGETS (ie:
      Motif)
    + reject invalid targets
  * fix 'xpra upgrade' wrongly updating non-xpra displays
  * fix logging error in client geometry debugging output
  * fix spurious de-iconifications
  * fix handling of server control commands with python3 clients
  * fix UDP backport bug sending control packets
  * fix vfb getting killed on upgrade failure
  * fix proxy server cleanup: force forwarders to terminate
  * fix session info errors during client exit
  * fix printer cleanup errors with invalid UTF8 printer names
  * fix transient-for popup window workaround
  * fix unicode errors saving xpra runner shell script with
    python3
  * better detection of Wayland environments
  * use python3 (if installed) by default on Ubuntu Xenial
  * don't use Xdummy on arm, too slow
  * don't show 'Download' button that we can't honour
  * show all pressed keys according to X11 server in 'xpra info'
  * try harder not to use video for tiny areas

OBS-URL: https://build.opensuse.org/request/show/790356
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=41
This commit is contained in:
Luigi Baldoni 2020-03-31 21:23:26 +00:00 committed by Git OBS Bridge
parent 32acd62b14
commit 549b1af367
4 changed files with 45 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Mar 31 21:08:47 UTC 2020 - aloisio@gmx.com
- Update to version 3.0.8
* fix handling of dpi command line switch (correctly this
time?)
* fix bug report window not getting focus on MacOS
* fix spurious ssh key warnings with newer versions of paramiko
* fix AltGr mode with non-X11 clients, layout-group changes
* fix rare unexpected client exit on MS Windows
* fix MS Windows clipboard:
+ update failures
+ convert CRLF line endings
* Clipboard:
+ fix selection not shown as active in menus (MS Windows and
MacOS)
+ fix spurious warnings when sharing a session
+ fix clipboard reset with python2 builds
+ selection translation for outbound data
+ support client applications that don't use TARGETS (ie:
Motif)
+ reject invalid targets
* fix 'xpra upgrade' wrongly updating non-xpra displays
* fix logging error in client geometry debugging output
* fix spurious de-iconifications
* fix handling of server control commands with python3 clients
* fix UDP backport bug sending control packets
* fix vfb getting killed on upgrade failure
* fix proxy server cleanup: force forwarders to terminate
* fix session info errors during client exit
* fix printer cleanup errors with invalid UTF8 printer names
* fix transient-for popup window workaround
* fix unicode errors saving xpra runner shell script with
python3
* better detection of Wayland environments
* use python3 (if installed) by default on Ubuntu Xenial
* don't use Xdummy on arm, too slow
* don't show 'Download' button that we can't honour
* show all pressed keys according to X11 server in 'xpra info'
* try harder not to use video for tiny areas
-------------------------------------------------------------------
Sat Mar 14 07:50:10 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.7
Version: 3.0.8
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