-
-
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
3 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 |
---|---|---|
|
@@ -13,6 +13,7 @@ xpra (5.0.10-1) UNRELEASED; urgency=low | |
- aioquic 1.2.0 | ||
- pynvml 12.555.43 | ||
- pycuda 2024.1.2 | ||
- pycuda RPMs to link against the system boost library | ||
* Major: | ||
- MS Windows PDF printing crash, library mismatch | ||
- honour `ssh` option when re-connecting | ||
|
@@ -27,14 +28,19 @@ xpra (5.0.10-1) UNRELEASED; urgency=low | |
- xshape windows should still honour the window border | ||
- clipboard `INCR` transfers get stuck | ||
- `scroll` paint corruption | ||
- connection drops when downscaling | ||
- always set a default initial resolution | ||
* Encodings: | ||
- `mmap` race condition | ||
- validate openh264 colorspace | ||
- test used potentially invalid colorspace | ||
- avoid slow modules and slow encoders | ||
- reduce how often quality swings cause scaling changes | ||
- stick to the same video scaling value longer | ||
- sub-optimal non-scroll areas | ||
- prettier sampling filter when downscaling | ||
* Keyboard: | ||
- `keyboard-sync` switch not honoured | ||
- ignore MS Windows keyboard layouts without a valid X11 layout name | ||
- try harder to identify the key event string | ||
- don't show duplicate keyboard layout names | ||
|
@@ -65,7 +71,7 @@ xpra (5.0.10-1) UNRELEASED; urgency=low | |
- log opengl probe command | ||
- clarify display name message | ||
|
||
-- Antoine Martin <[email protected]> Tue, 13 Aug 2024 22:03:09 +0700 | ||
-- Antoine Martin <[email protected]> Sun, 18 Aug 2024 19:56:54 +0700 | ||
|
||
xpra (5.0.9-1) UNRELEASED; urgency=low | ||
* Encodings: | ||
|
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 |
---|---|---|
|
@@ -775,7 +775,7 @@ fi | |
|
||
|
||
%changelog | ||
* Tue Aug 13 2024 Antoine Martin <[email protected]> 5.0.10-10 | ||
* Sun Aug 18 2024 Antoine Martin <[email protected]> 5.0.10-10 | ||
- Platforms, build and packaging: | ||
syntax compatibility fixes | ||
`openssl.cnf` location in MS Windows builds | ||
|
@@ -790,6 +790,7 @@ fi | |
aioquic 1.2.0 | ||
pynvml 12.555.43 | ||
pycuda 2024.1.2 | ||
pycuda RPMs to link against the system boost library | ||
- Major: | ||
MS Windows PDF printing crash, library mismatch | ||
honour `ssh` option when re-connecting | ||
|
@@ -804,14 +805,19 @@ fi | |
xshape windows should still honour the window border | ||
clipboard `INCR` transfers get stuck | ||
`scroll` paint corruption | ||
connection drops when downscaling | ||
always set a default initial resolution | ||
- Encodings: | ||
`mmap` race condition | ||
validate openh264 colorspace | ||
test used potentially invalid colorspace | ||
avoid slow modules and slow encoders | ||
reduce how often quality swings cause scaling changes | ||
stick to the same video scaling value longer | ||
sub-optimal non-scroll areas | ||
prettier sampling filter when downscaling | ||
- Keyboard: | ||
`keyboard-sync` switch not honoured | ||
ignore MS Windows keyboard layouts without a valid X11 layout name | ||
try harder to identify the key event string | ||
don't show duplicate keyboard layout names | ||
|