From 549b1af36721a131e630f6d9177bf17423f3b2671f67a1ee847c8228bb75c6e7 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Tue, 31 Mar 2020 21:23:26 +0000 Subject: [PATCH] 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 --- xpra-3.0.7.tar.xz | 3 --- xpra-3.0.8.tar.xz | 3 +++ xpra.changes | 41 +++++++++++++++++++++++++++++++++++++++++ xpra.spec | 2 +- 4 files changed, 45 insertions(+), 4 deletions(-) delete mode 100644 xpra-3.0.7.tar.xz create mode 100644 xpra-3.0.8.tar.xz diff --git a/xpra-3.0.7.tar.xz b/xpra-3.0.7.tar.xz deleted file mode 100644 index 867c90a..0000000 --- a/xpra-3.0.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc88ab4f7011f0f50f79f2cba97dd14503b336b451db2849f92bdf921b2b8c44 -size 2757140 diff --git a/xpra-3.0.8.tar.xz b/xpra-3.0.8.tar.xz new file mode 100644 index 0000000..7475f8d --- /dev/null +++ b/xpra-3.0.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdca48529431e72d02d071bb1f49ea5bcb5a3eaf6fb4c98b7dc0ea08f5de834 +size 2758424 diff --git a/xpra.changes b/xpra.changes index b995fb2..5bc53a0 100644 --- a/xpra.changes +++ b/xpra.changes @@ -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 diff --git a/xpra.spec b/xpra.spec index 4b4ad8f..f2895af 100644 --- a/xpra.spec +++ b/xpra.spec @@ -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