-
-
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
15 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 |
---|---|---|
|
@@ -33,6 +33,8 @@ xpra (5.0.12-1) UNRELEASED; urgency=low | |
- remote clipboard option not honoured on some platorms | ||
- allow all clipboards by default | ||
* Encodings: | ||
- batch delay increase compounded | ||
- avoid damage storms: switch to full frames earlier | ||
- `rgb` errors at unusual bit depths | ||
- transparency detection with 10-bit per channel windows | ||
- use `pillow` encoder for 10-bit per channel pictures | ||
|
@@ -47,15 +49,17 @@ xpra (5.0.12-1) UNRELEASED; urgency=low | |
- clamp `vrefresh` to a useful range | ||
- division by zero on MS Windows | ||
- typo in nvjpeg encoder / decoder build switches | ||
- avoid potential remote logging loop | ||
* Cosmetic: | ||
- proxy error messages formatting | ||
- remove superfluous logging | ||
- don't log scary warning about missing `numpy_formathandler` | ||
- unset load-balancer CUDA option is valid | ||
- icon glob lookup mismatch | ||
- typo | ||
- value in debug logging is incorrect | ||
|
||
-- Antoine Martin <[email protected]> Sun, 12 Jan 2025 14:00:26 +0700 | ||
-- Antoine Martin <[email protected]> Tue, 14 Jan 2025 14:15:21 +0700 | ||
|
||
xpra (5.0.11-1) UNRELEASED; urgency=low | ||
* Platforms, build and packaging: | ||
|
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 |
---|---|---|
|
@@ -803,7 +803,7 @@ fi | |
|
||
|
||
%changelog | ||
* Sun Jan 12 2025 Antoine Martin <[email protected]> 5.0.12-10 | ||
* Tue Jan 14 2025 Antoine Martin <[email protected]> 5.0.12-10 | ||
- Platforms, build and packaging: | ||
MSYS2 aarch64 build fix and prefix detection | ||
RPM support for per-arch cuda pkgconfig | ||
|
@@ -838,6 +838,8 @@ fi | |
remote clipboard option not honoured on some platorms | ||
allow all clipboards by default | ||
- Encodings: | ||
batch delay increase compounded | ||
avoid damage storms: switch to full frames earlier | ||
`rgb` errors at unusual bit depths | ||
transparency detection with 10-bit per channel windows | ||
use `pillow` encoder for 10-bit per channel pictures | ||
|
@@ -852,13 +854,15 @@ fi | |
clamp `vrefresh` to a useful range | ||
division by zero on MS Windows | ||
typo in nvjpeg encoder / decoder build switches | ||
avoid potential remote logging loop | ||
- Cosmetic: | ||
proxy error messages formatting | ||
remove superfluous logging | ||
don't log scary warning about missing `numpy_formathandler` | ||
unset load-balancer CUDA option is valid | ||
icon glob lookup mismatch | ||
typo | ||
value in debug logging is incorrect | ||
|
||
* Fri Nov 22 2024 Antoine Martin <[email protected]> 5.0.11-10 | ||
- Platforms, build and packaging: | ||
|