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 Jan 7, 2025
1 parent ad855ba commit aa6d4e9
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 6 deletions.
34 changes: 32 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
# Changelog

## [6.2.3] 2024-12-19
* TODO
## [6.2.3] 2025-01-07
* Platforms, build and packaging:
* [pillow 11.1.0](https://github.com/Xpra-org/xpra/commit/e6891f9dffa6f6ab8cd2b78418870350a3d0d3f8)
* [`exe` installer standalone step](https://github.com/Xpra-org/xpra/commit/05ff96bfe332d5086ca1348984cee670e33cb18f)
* [handle diverging RHEL clone packaging behaviour](https://github.com/Xpra-org/xpra/commit/cbcaa56c822e56a609406358e85114c32dc23568)
* [move default package list for newer build script default](https://github.com/Xpra-org/xpra/commit/81a84f72bb2cdd500284cfb52f2fef16600819c2)
* RHEL 10 builds:
* [package Qt6 client](https://github.com/Xpra-org/xpra/commit/dd9043eebc3a7c697baa1e25bcce3d27fcedaa72)
* [use `weston` + `Xwayland` as xvfb on RHEL 10](https://github.com/Xpra-org/xpra/commit/31f5ad2348e37c298996c7779956c8eb31e5a677)
* [provide wrapper script for `weston` + `Xwayland`](https://github.com/Xpra-org/xpra/commit/98f8f7011dfdaed45b36ba50acc8f0b9ac8e8cd8)
* [replace `noopenh264` with `openh264`](https://github.com/Xpra-org/xpra/commit/788456259fb3deae8b8361f814fd811dc35ab383)
* [`AlmaLinux` `10-kitten` package list](https://github.com/Xpra-org/xpra/commit/c9a9e2c7834f5a9e746d6c57224aa17488ac2f55)
* [`CentOS` `stream10` package list](https://github.com/Xpra-org/xpra/commit/745f3e8745277ad333b07776bc87c17e96be2ec2)
* Major:
* [Network Manager API errors in some environments](https://github.com/Xpra-org/xpra/commit/ad855baecd62fc204c69508b59e0cfe908a0d634)
* [websocket connection loss with some proxies sending empty payloads](https://github.com/Xpra-org/xpra/commit/9c4a12e6a9b4639de9bc348623e20760e39a8814)
* [handle broken `pyopengl-accelerate` installations more gracefully](https://github.com/Xpra-org/xpra/commit/3d45e2986bb8fc962eaea4fea0e2b88ec2b9ee95)
* Clipboard:
* [always claim the clipboard selection when updated](https://github.com/Xpra-org/xpra/commit/8b1fd56e7e5e0198f2aed0d89b329bd7c9bcbcf6)
* [always update the peer when the owner changes](https://github.com/Xpra-org/xpra/commit/e7e5f68ac6a2c89bcdf560b4d8ea02856f04cd12)
* Desktop mode:
* [better compatibility with some window managers when resizing](https://github.com/Xpra-org/xpra/commit/bcfdec08695ae86d2e1cd96a385ed1b264057940)
* [handle fixed size desktops correctly](https://github.com/Xpra-org/xpra/commit/2a1854e3f2267c2bacce76bf0fe6d1900cf8e93a)
* Minor:
* [hide 'configure shadow server' on light builds](https://github.com/Xpra-org/xpra/commit/7de653ee886aa9c5bab1eecb22ec481ee1db5f49)
* [typo in `nvjpeg` encoder / decoder build switches](https://github.com/Xpra-org/xpra/commit/8f88a0659ae05fd7469160e4706d1924d6297cc3)
* [`libexec` scripts installed twice](https://github.com/Xpra-org/xpra/commit/83825717f43800f49b47263f7d3024ffb0c9159a)
* [icon glob lookup mismatch](https://github.com/Xpra-org/xpra/commit/a68bf4e0cdee8c5e5453bbc6803cdad80892aca4)
* [division by zero on MS Windows](https://github.com/Xpra-org/xpra/commit/e55643b5e28bf4eee036f8378c0c15376f53565d)
* [update keyboard layout mapping for `ku` and `ir`](https://github.com/Xpra-org/xpra/commit/9713037378b8f3333396f54b2f54073eddef25fd)
* Cosmetic:
* [`openh264` license tag](https://github.com/Xpra-org/xpra/commit/1a18f6e8b0f1b86f2cb36c1d31028b8ff0b863a5)

## [6.2.2] 2024-12-10
* Platforms, build and packaging:
Expand Down
34 changes: 32 additions & 2 deletions packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
xpra (6.2.3-1) UNRELEASED; urgency=low
* TODO
* Platforms, build and packaging:
pillow 11.1.0
`exe` installer standalone step
handle diverging RHEL clone packaging behaviour
move default package list for newer build script default
* RHEL 10 builds:
package Qt6 client
use `weston` + `Xwayland` as xvfb on RHEL 10
provide wrapper script for `weston` + `Xwayland`
replace `noopenh264` with `openh264`
`AlmaLinux` `10-kitten` package list
`CentOS` `stream10` package list
* Major:
Network Manager API errors in some environments
websocket connection loss with some proxies sending empty payloads
handle broken `pyopengl-accelerate` installations more gracefully
* Clipboard:
always claim the clipboard selection when updated
always update the peer when the owner changes
* Desktop mode:
better compatibility with some window managers when resizing
handle fixed size desktops correctly
* Minor:
hide 'configure shadow server' on light builds
typo in `nvjpeg` encoder / decoder build switches
`libexec` scripts installed twice
icon glob lookup mismatch
division by zero on MS Windows
update keyboard layout mapping for `ku` and `ir`
* Cosmetic:
`openh264` license tag

-- Antoine Martin <[email protected]> Thu, 19 Dec 2024 15:30:36 +0700
-- Antoine Martin <[email protected]> Tue, 07 Jan 2025 14:11:08 +0700

xpra (6.2.2-1) UNRELEASED; urgency=low
* Platforms, build and packaging:
Expand Down
35 changes: 33 additions & 2 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,39 @@ fi


%changelog
* Thu Dec 19 2024 Antoine Martin <[email protected]> 6.2.3-10
- TODO
* Tue Jan 07 2025 Antoine Martin <[email protected]> 6.2.3-10
- Platforms, build and packaging:
pillow 11.1.0
`exe` installer standalone step
handle diverging RHEL clone packaging behaviour
move default package list for newer build script default
- RHEL 10 builds:
package Qt6 client
use `weston` + `Xwayland` as xvfb on RHEL 10
provide wrapper script for `weston` + `Xwayland`
replace `noopenh264` with `openh264`
`AlmaLinux` `10-kitten` package list
`CentOS` `stream10` package list
- Major:
Network Manager API errors in some environments
websocket connection loss with some proxies sending empty payloads
handle broken `pyopengl-accelerate` installations more gracefully
- Clipboard:
always claim the clipboard selection when updated
always update the peer when the owner changes
- Desktop mode:
better compatibility with some window managers when resizing
handle fixed size desktops correctly
- Minor:
hide 'configure shadow server' on light builds
typo in `nvjpeg` encoder / decoder build switches
`libexec` scripts installed twice
icon glob lookup mismatch
division by zero on MS Windows
update keyboard layout mapping for `ku` and `ir`
- Cosmetic:
`openh264` license tag

* Tue Dec 10 2024 Antoine Martin <[email protected]> 6.2.2-10
- Platforms, build and packaging:
MSYS2 aarch64 build fix and prefix detection
Expand Down

0 comments on commit aa6d4e9

Please sign in to comment.