-
-
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
20 additions
and
2 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 |
---|---|---|
|
@@ -7,6 +7,8 @@ xpra (5.0.11-1) UNRELEASED; urgency=low | |
- match `comtypes` module changes | ||
- run CI on Ubuntu 22.04 image | ||
- generate SBOM for MS Windows builds | ||
- missing SVG loader on MS Windows | ||
- loaders cache not populated | ||
- record which repository is targeted | ||
- support providing build arguments using environment | ||
- syntax errors in the MS Windows build setup script | ||
|
@@ -19,6 +21,8 @@ xpra (5.0.11-1) UNRELEASED; urgency=low | |
- install clang++ on Debian distros that need it but not on riscv64 | ||
- newer libyuv needed newer patches | ||
* Major: | ||
- prevent buffer overflows in `libyuv` converter | ||
- handle padded video streams (ie: from NVENC) | ||
- `xpra top` corrupted output, initialization failure | ||
- focus lost | ||
- keycode mapping for Wayland clients | ||
|
@@ -35,12 +39,14 @@ xpra (5.0.11-1) UNRELEASED; urgency=low | |
- version update dialog cannot be closed | ||
- prevent missing menu data from causing connection errors | ||
- redirection context errors should not propagate | ||
- the `openh264` home page states that 4k is the encoder limit | ||
* Cosmetic: | ||
- silence http timeouts | ||
- typo in manpage | ||
- remove unused logger] | ||
- handle missing `python-pillow` more gracefully | ||
|
||
-- Antoine Martin <[email protected]> Fri, 22 Nov 2024 12:01:37 +0700 | ||
-- Antoine Martin <[email protected]> Fri, 22 Nov 2024 20:59:25 +0700 | ||
|
||
xpra (5.0.10-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 |
---|---|---|
|
@@ -794,6 +794,8 @@ fi | |
match `comtypes` module changes | ||
run CI on Ubuntu 22.04 image | ||
generate SBOM for MS Windows builds | ||
missing SVG loader on MS Windows | ||
loaders cache not populated | ||
record which repository is targeted | ||
support providing build arguments using environment | ||
syntax errors in the MS Windows build setup script | ||
|
@@ -806,6 +808,8 @@ fi | |
install clang++ on Debian distros that need it but not on riscv64 | ||
newer libyuv needed newer patches | ||
- Major: | ||
prevent buffer overflows in `libyuv` converter | ||
handle padded video streams (ie: from NVENC) | ||
`xpra top` corrupted output, initialization failure | ||
focus lost | ||
automatic port assignment error | ||
|
@@ -822,10 +826,12 @@ fi | |
version update dialog cannot be closed | ||
prevent missing menu data from causing connection errors | ||
redirection context errors should not propagate | ||
the `openh264` home page states that 4k is the encoder limit | ||
- Cosmetic: | ||
silence http timeouts | ||
typo in manpage | ||
remove unused logger] | ||
remove unused logger | ||
handle missing `python-pillow` more gracefully | ||
|
||
* Tue Sep 10 2024 Antoine Martin <[email protected]> 5.0.10-10 | ||
- Platforms, build and packaging: | ||
|