From 9a175415f2fc42cb7af0170dfc218739c2782a48 Mon Sep 17 00:00:00 2001 From: totaam Date: Sun, 11 Jul 2021 11:02:22 +0700 Subject: [PATCH] add latest fixes to the release notes --- docs/CHANGELOG.md | 35 +++++++++++++++++++-------------- packaging/debian/xpra/changelog | 35 +++++++++++++++++++-------------- packaging/rpm/xpra.spec | 35 +++++++++++++++++++-------------- 3 files changed, 60 insertions(+), 45 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 81a910ebad..33357090ef 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.2.1] 2021-07-10 +## [4.2.1] 2021-07-11 * build and packaging fixes: * missing dependencies * nvjpeg DEB packaging @@ -11,8 +11,6 @@ * remove unused outdated code * remove runtime dependency on distutils for 'which' * cryptic error when a pkg_config file is missing - * updated MS Windows GStreamer module list - * MacOS GStreamer packaging of dylib modules, man page * proxy server: * deadlocks when queues fill up too quickly * honour mode and display @@ -21,25 +19,32 @@ * spurious OpenGL warnings during sanity checks * printer enumeration crash and stalls * small cursors showing random pixel values -* disable vaapi in ffmpeg codec by default (crashy / buggy) + * updated MS Windows GStreamer module list +* MacOS: + * MacOS GStreamer packaging of dylib modules, man page + * MacOS update to GTK 3.24.30 + * MacOS Big Sur error with 'Xpra_Browser' subcommand +* 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) * notification forwarding errors with SVG icons -* fix RFB server protocol, sockets not timing out with VNC clients -* scroll detection bugs -* NVENC errors when retrying after a transient failure -* MacOS Big Sur error with 'Xpra_Browser' subcommand -* invalid error when bind option points to a directory -* 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 +* 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) -* webp encoder invalid memory access (corruption) * invalid window resize counter (used for resize loop prevention) -* disable SVG icon resizing (potential crashes on some platforms) * 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 diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index a6c95441f7..abd78c25a0 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -9,8 +9,6 @@ xpra (4.2.1-1) UNRELEASED; urgency=low - remove unused outdated code - remove runtime dependency on distutils for 'which' - cryptic error when a pkg_config file is missing - - updated MS Windows GStreamer module list - - MacOS GStreamer packaging of dylib modules, man page * proxy server: - deadlocks when queues fill up too quickly - honour mode and display @@ -19,25 +17,32 @@ xpra (4.2.1-1) UNRELEASED; urgency=low - spurious OpenGL warnings during sanity checks - printer enumeration crash and stalls - small cursors showing random pixel values - * disable vaapi in ffmpeg codec by default (crashy / buggy) + - updated MS Windows GStreamer module list + * MacOS: + - MacOS GStreamer packaging of dylib modules, man page + - MacOS update to GTK 3.24.30 + - MacOS Big Sur error with 'Xpra_Browser' subcommand + * 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) * notification forwarding errors with SVG icons - * fix RFB server protocol, sockets not timing out with VNC clients - * scroll detection bugs - * NVENC errors when retrying after a transient failure - * MacOS Big Sur error with 'Xpra_Browser' subcommand - * invalid error when bind option points to a directory - * 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 + * 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) - * webp encoder invalid memory access (corruption) * invalid window resize counter (used for resize loop prevention) - * disable SVG icon resizing (potential crashes on some platforms) * 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 @@ -46,7 +51,7 @@ xpra (4.2.1-1) UNRELEASED; urgency=low * add new 3x4K Xdummy modeline * minor cosmetic and debug logging fixes - -- Antoine Martin Sat, 10 Jul 2021 15:39:02 +0700 + -- Antoine Martin Sun, 11 Jul 2021 11:01:22 +0700 xpra (4.2-1) UNRELEASED; urgency=low * use pinentry for password prompts and ssh prompts diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index e1113506d1..f7671eaab4 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -605,7 +605,7 @@ fi %changelog -* Sat Jul 10 2021 Antoine Martin 4.2.1-10 +* Sun Jul 11 2021 Antoine Martin 4.2.1-10 - build and packaging fixes: missing dependencies nvjpeg DEB packaging @@ -616,8 +616,6 @@ fi remove unused outdated code remove runtime dependency on distutils for 'which' cryptic error when a pkg_config file is missing - updated MS Windows GStreamer module list - MacOS GStreamer packaging of dylib modules, man page - proxy server: deadlocks when queues fill up too quickly honour mode and display @@ -626,25 +624,32 @@ fi spurious OpenGL warnings during sanity checks printer enumeration crash and stalls small cursors showing random pixel values -- disable vaapi in ffmpeg codec by default (crashy / buggy) + updated MS Windows GStreamer module list +- MacOS: + MacOS GStreamer packaging of dylib modules, man page + MacOS update to GTK 3.24.30 + MacOS Big Sur error with 'Xpra_Browser' subcommand +- 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) - notification forwarding errors with SVG icons -- fix RFB server protocol, sockets not timing out with VNC clients -- scroll detection bugs -- NVENC errors when retrying after a transient failure -- MacOS Big Sur error with 'Xpra_Browser' subcommand -- invalid error when bind option points to a directory -- 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 +- 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) -- webp encoder invalid memory access (corruption) - invalid window resize counter (used for resize loop prevention) -- disable SVG icon resizing (potential crashes on some platforms) - 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