Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 28, 2024
1 parent 1b7a4ea commit 6559e64
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Changelog

## [5.0.11] 2024-10-19
## [5.0.11] 2024-10-28
* Platforms, build and packaging:
* [don't build ffmpeg encoder on MacOS](https://github.com/Xpra-org/xpra/commit/bf2f1a3f4927428da0ae4c5d40e5125c4c8617d0)
* [RPM builds without nvidia codecs failed](https://github.com/Xpra-org/xpra/commit/eeb6fd4cfb7c9c486b0c5649a993c4dc79099f34)
* [RPM simplify Fedora feature checks](https://github.com/Xpra-org/xpra/commit/034b0a5c5891595b9cbda687f1fed2c25607e4cb)
* [unnecessary module import on MacOS](https://github.com/Xpra-org/xpra/commit/6c7e63b93f40bc3a2fc710b82edff80c8450b38d)
* [match `comtypes` module changes](https://github.com/Xpra-org/xpra/commit/51c589e30159e2d3559e144d8f6e64fd3644b869)
* [run CI on Ubuntu 22.04 image](https://github.com/Xpra-org/xpra/commit/37cbdc2ca3f6991f792ae40786f84da3109db197)
* [generate SBOM for MS Windows builds](https://github.com/Xpra-org/xpra/commit/3a060d5adfbedc48b71f8fb5ab7cebc610eeb0a8)
* Major:
* [verify ssl certificates can be accessed - not just the parent directory](https://github.com/Xpra-org/xpra/commit/f6e1caf75025a9f9354b587262d1350f7f915944)
* [automatic re-connection path errors with MS Windows clients](https://github.com/Xpra-org/xpra/commit/6bfd2dc03bf5a6253f389f32525bef4b3bbb255a)
* [ssl redirection errors](https://github.com/Xpra-org/xpra/commit/4e64fb776f4e14f6929dd1faa2a68202705883e5)
* [focus lost](https://github.com/Xpra-org/xpra/commit/2551a32bac64aee8354c4962426e80eb9fe3a298)
* [raise maximum number of AES key stretching iterations](https://github.com/Xpra-org/xpra/commit/c6c055490605a85bfb02fbff7ac9c3f8e4867989), [and default](https://github.com/Xpra-org/xpra/commit/a296babb5020f1f78232cb8142005fcb44c8831f)
* [automatic port assignment error](https://github.com/Xpra-org/xpra/commit/cc6582e6c5a61c6a05107c3fd2f9a11f338683c0)
* [keycode mapping for Wayland clients](https://github.com/Xpra-org/xpra/commit/1b7a4ea01a964a0a249c1121d89568b1587852cb)
* Minor:
* [quality and speed options can be used with generic encodings](https://github.com/Xpra-org/xpra/commit/28034bef38b8b675fd802c55643b443669a63991)
* [support pointer polling](https://github.com/Xpra-org/xpra/commit/8a7df98a6683f3af958df74308090e5734306b75)
* [version update dialog cannot be closed](https://github.com/Xpra-org/xpra/commit/7643e477bf57dda71e137e73fe51f9ebe7ccbd60)
* [prevent missing menu data from causing connection errors](https://github.com/Xpra-org/xpra/commit/deab47e10cc95005ca13d13afdc9e0f3e05a7c6e)
Expand Down
21 changes: 20 additions & 1 deletion packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
21 changes: 20 additions & 1 deletion packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6559e64

Please sign in to comment.