-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ xpra (6.2.3-1) UNRELEASED; urgency=low | |
handle diverging RHEL clone packaging behaviour | ||
move default package list for newer build script default | ||
invalid refresh rate detected on some MS Windows configurations | ||
normalize smooth scroll wheel values on macos | ||
* RHEL 10 builds: | ||
package Qt6 client | ||
use `weston` + `Xwayland` as xvfb on RHEL 10 | ||
|
@@ -17,6 +18,9 @@ xpra (6.2.3-1) UNRELEASED; urgency=low | |
websocket connection loss with some proxies sending empty payloads | ||
handle broken `pyopengl-accelerate` installations more gracefully | ||
keyboard layout group regression | ||
* Encodings: | ||
batch delay increase compounded | ||
avoid damage storms: switch to full frames earlier | ||
* Clipboard: | ||
always claim the clipboard selection when updated | ||
always update the peer when the owner changes | ||
|
@@ -36,11 +40,14 @@ xpra (6.2.3-1) UNRELEASED; urgency=low | |
update keyboard layout mapping for `ku` and `ir` | ||
avoid lowering quality for `text` content type, avoid scaling and subsampling | ||
avoid potential logging loop | ||
close splash screen on server start error | ||
* Cosmetic: | ||
`openh264` license tag | ||
remove outdated Wayland clipboard warning | ||
typo | ||
strict mode type mismatch | ||
incorrect compression debug logging | ||
incorrect damage elapsed time in debug logging | ||
|
||
-- Antoine Martin <[email protected]> Tue, 14 Jan 2025 13:53:12 +0700 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -922,6 +922,7 @@ fi | |
handle diverging RHEL clone packaging behaviour | ||
move default package list for newer build script default | ||
invalid refresh rate detected on some MS Windows configurations | ||
normalize smooth scroll wheel values on macos | ||
- RHEL 10 builds: | ||
package Qt6 client | ||
use `weston` + `Xwayland` as xvfb on RHEL 10 | ||
|
@@ -934,6 +935,9 @@ fi | |
websocket connection loss with some proxies sending empty payloads | ||
handle broken `pyopengl-accelerate` installations more gracefully | ||
keyboard layout group regression | ||
- Encodings: | ||
batch delay increase compounded | ||
avoid damage storms: switch to full frames earlier | ||
- Clipboard: | ||
always claim the clipboard selection when updated | ||
always update the peer when the owner changes | ||
|
@@ -953,11 +957,14 @@ fi | |
update keyboard layout mapping for `ku` and `ir` | ||
avoid lowering quality for `text` content type, avoid scaling and subsampling | ||
avoid potential logging loop | ||
close splash screen on server start error | ||
- Cosmetic: | ||
`openh264` license tag | ||
remove outdated Wayland clipboard warning | ||
typo | ||
strict mode type mismatch | ||
incorrect compression debug logging | ||
incorrect damage elapsed time in debug logging | ||
|
||
* Tue Dec 10 2024 Antoine Martin <[email protected]> 6.2.2-10 | ||
- Platforms, build and packaging: | ||
|