Skip to content

Commit

Permalink
add latest fixes to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 11, 2021
1 parent ecdd608 commit 9a17541
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 45 deletions.
35 changes: 20 additions & 15 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
35 changes: 20 additions & 15 deletions packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 <antoine@nagafix.co.uk> Sat, 10 Jul 2021 15:39:02 +0700
-- Antoine Martin <antoine@nagafix.co.uk> Sun, 11 Jul 2021 11:01:22 +0700

xpra (4.2-1) UNRELEASED; urgency=low
* use pinentry for password prompts and ssh prompts
Expand Down
35 changes: 20 additions & 15 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ fi


%changelog
* Sat Jul 10 2021 Antoine Martin <antoine@xpra.org> 4.2.1-10
* Sun Jul 11 2021 Antoine Martin <antoine@xpra.org> 4.2.1-10
- build and packaging fixes:
missing dependencies
nvjpeg DEB packaging
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9a17541

Please sign in to comment.