From 161348e6477daa0ee706e08d18c356b8039ecf24d4b6f39634ebf3624f7adfed Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sun, 11 Jul 2021 05:26:25 +0000 Subject: [PATCH] Accepting request 905616 from home:alois:branches:X11:Utilities - Update to version 4.2.1 build and packaging fixes: * missing dependencies * remove unused outdated code * remove runtime dependency on distutils for 'which' * cryptic error when a pkg_config file is missing proxy server: * deadlocks when queues fill up too quickly * honour mode and display * disconnections under heavy load Network: * fix RFB server protocol, sockets not timing out with VNC clients * invalid error when bind option points to a directory * detect wifi network connections more reliably * fix 'xpra' packet type auto detection * default to ssl-mode if the 'wss' socket option is not specified * 'keydata' connection attribute should override other options * correct exit code for encryption errors Encodings: * disable vaapi in ffmpeg codec by default (crashy / buggy) * NVENC errors when retrying after a transient failure * scroll detection bugs * webp encoder invalid memory access (corruption) Misc: * notification forwarding errors with SVG icons * disable SVG icon resizing (potential crashes on some platforms) * missing log prefix for 'xpra recover' subcommand * faster server startup failures: don't wait for things that were not started (ie: audio) * fix commands started twice when upgrading (ie: ibus-daemon) * local start with explicit attach was broken on Posix * 'attach' option should not be forwarded to the server (which then fails) * invalid window resize counter (used for resize loop prevention) * missing icon errors when html5 client disconnects from system-wide proxy server * file transfer errors when a 'top' client is connected * don't claim that non-interactive clients use the screen * retry once after X11 query tree errors during startup * provide XDG_RUNTIME_DIR if it is not defined * add new 3x4K Xdummy modeline * minor cosmetic and debug logging fixes OBS-URL: https://build.opensuse.org/request/show/905616 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=86 --- xpra-4.2.1.tar.gz | 3 +++ xpra-4.2.tar.gz | 3 --- xpra.changes | 50 +++++++++++++++++++++++++++++++++++++++++++++++ xpra.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 xpra-4.2.1.tar.gz delete mode 100644 xpra-4.2.tar.gz diff --git a/xpra-4.2.1.tar.gz b/xpra-4.2.1.tar.gz new file mode 100644 index 0000000..91d67e5 --- /dev/null +++ b/xpra-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a3baddbe088d9f2b1b18d9a95f92256fbdbaece48187a64c214dc70a670d3f +size 3878766 diff --git a/xpra-4.2.tar.gz b/xpra-4.2.tar.gz deleted file mode 100644 index 9fa252c..0000000 --- a/xpra-4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a4430e0525e1f81b98d9e0674fdda5d9df3c6ee0600b6e2388e8f38a256e9f9 -size 4057304 diff --git a/xpra.changes b/xpra.changes index e1bb39e..c16e7f7 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Sun Jul 11 05:16:05 UTC 2021 - Luigi Baldoni + +- Update to version 4.2.1 + build and packaging fixes: + * missing dependencies + * remove unused outdated code + * remove runtime dependency on distutils for 'which' + * cryptic error when a pkg_config file is missing + proxy server: + * deadlocks when queues fill up too quickly + * honour mode and display + * disconnections under heavy load + Network: + * fix RFB server protocol, sockets not timing out with VNC + clients + * invalid error when bind option points to a directory + * detect wifi network connections more reliably + * fix 'xpra' packet type auto detection + * default to ssl-mode if the 'wss' socket option is not + specified + * 'keydata' connection attribute should override other options + * correct exit code for encryption errors + Encodings: + * disable vaapi in ffmpeg codec by default (crashy / buggy) + * NVENC errors when retrying after a transient failure + * scroll detection bugs + * webp encoder invalid memory access (corruption) + Misc: + * notification forwarding errors with SVG icons + * disable SVG icon resizing (potential crashes on some + platforms) + * missing log prefix for 'xpra recover' subcommand + * faster server startup failures: don't wait for things that + were not started (ie: audio) + * fix commands started twice when upgrading (ie: ibus-daemon) + * local start with explicit attach was broken on Posix + * 'attach' option should not be forwarded to the server (which + then fails) + * invalid window resize counter (used for resize loop + prevention) + * missing icon errors when html5 client disconnects from + system-wide proxy server + * file transfer errors when a 'top' client is connected + * don't claim that non-interactive clients use the screen + * retry once after X11 query tree errors during startup + * provide XDG_RUNTIME_DIR if it is not defined + * add new 3x4K Xdummy modeline + * minor cosmetic and debug logging fixes + ------------------------------------------------------------------- Sun Jun 20 11:22:17 UTC 2021 - Ferdinand Thiessen diff --git a/xpra.spec b/xpra.spec index 245640a..9f85b65 100644 --- a/xpra.spec +++ b/xpra.spec @@ -22,7 +22,7 @@ %endif %bcond_with pandoc -%define xpra_ver 4.2 +%define xpra_ver 4.2.1 %define html5_ver 4.2 %define uglifyjs_ver 3.13.9 %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$