-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
44 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 |
---|---|---|
|
@@ -3,10 +3,29 @@ xpra (5.0.11-1) UNRELEASED; urgency=low | |
- don't build ffmpeg encoder on MacOS | ||
- RPM builds without nvidia codecs failed | ||
- RPM simplify Fedora feature checks | ||
- unnecessary module import on MacOS | ||
- match `comtypes` module changes | ||
- run CI on Ubuntu 22.04 image | ||
- generate SBOM for MS Windows builds | ||
* Major: | ||
- verify ssl certificates can be accessed - not just the parent directory | ||
- automatic re-connection path errors with MS Windows clients | ||
- ssl redirection errors | ||
- focus lost | ||
- raise maximum number of AES key stretching iterations | ||
- automatic port assignment error | ||
- keycode mapping for Wayland clients | ||
* Minor: | ||
- quality and speed options can be used with generic encodings | ||
- support pointer polling | ||
- version update dialog cannot be closed | ||
- prevent missing menu data from causing connection errors | ||
* Cosmetic: | ||
- silence http timeouts | ||
- typo in manpage | ||
- remove unused logger] | ||
|
||
-- Antoine Martin <[email protected]> Sat, 14 Sep 2024 22:13:37 +0700 | ||
-- Antoine Martin <[email protected]> Mon, 28 Sep 2024 22:40:31 +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 |
---|---|---|
|
@@ -785,13 +785,32 @@ fi | |
|
||
|
||
%changelog | ||
* Sat Sep 14 2024 Antoine Martin <[email protected]> 5.0.11-10 | ||
* Mon Oct 28 2024 Antoine Martin <[email protected]> 5.0.11-10 | ||
- Platforms, build and packaging: | ||
don't build ffmpeg encoder on MacOS | ||
RPM builds without nvidia codecs failed | ||
RPM simplify Fedora feature checks | ||
unnecessary module import on MacOS | ||
match `comtypes` module changes | ||
run CI on Ubuntu 22.04 image | ||
generate SBOM for MS Windows builds | ||
- Major: | ||
verify ssl certificates can be accessed - not just the parent directory | ||
automatic re-connection path errors with MS Windows clients | ||
ssl redirection errors | ||
focus lost | ||
raise maximum number of AES key stretching iterations | ||
automatic port assignment error | ||
keycode mapping for Wayland clients | ||
- Minor: | ||
quality and speed options can be used with generic encodings | ||
support pointer polling | ||
version update dialog cannot be closed | ||
prevent missing menu data from causing connection errors | ||
- Cosmetic: | ||
silence http timeouts | ||
typo in manpage | ||
remove unused logger] | ||
|
||
* Tue Sep 10 2024 Antoine Martin <[email protected]> 5.0.10-10 | ||
- Platforms, build and packaging: | ||
|