From 3efb91471120bccb08a6e1e1518fb00d83179fbb Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 14 Jan 2025 22:35:38 +0700 Subject: [PATCH] add some release notes --- docs/CHANGELOG.md | 30 ++++++++++++++++++++++++++++-- packaging/debian/xpra/changelog | 31 ++++++++++++++++++++++++++++++- packaging/rpm/xpra.spec | 33 +++++++++++++++++++++++++++++++-- 3 files changed, 89 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bc3d0c563a..2ee661ee50 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,9 +1,35 @@ # Changelog -## [6.3] 2024-10-13 +## [6.3] 2025-01-14 +* Platforms, build and packaging: + * [rewritten MS Windows build script](https://github.com/Xpra-org/xpra/issues/4394) + * [`RHEL` 10 and clones](https://github.com/Xpra-org/xpra/issues/4282) + * [`weston` + `Xwayland` option for `xvfb`](https://github.com/Xpra-org/xpra/issues/4450) + * [per-branch version check](https://github.com/Xpra-org/xpra/issues/4386) + * [test tk client](https://github.com/Xpra-org/xpra/issues/4469) + * [test pyglet client](https://github.com/Xpra-org/xpra/issues/4467) + * [remove copyright end years](https://github.com/Xpra-org/xpra/issues/4455) +* Configuration: + * [`xvfb` aliases](https://github.com/Xpra-org/xpra/issues/4456) + * [easily modify settings](https://github.com/Xpra-org/xpra/issues/4461) * Features: * [server power events](https://github.com/Xpra-org/xpra/issues/4382) - * [per-branch version check](https://github.com/Xpra-org/xpra/issues/4386) + * [ibus keyboard layouts](https://github.com/Xpra-org/xpra/issues/4449) + * [specify refresh rate range](https://github.com/Xpra-org/xpra/issues/3735) + * [save selection in run dialog](https://github.com/Xpra-org/xpra/issues/4432) + * [`OpenGL` `YUVA` support for `jpeg` with alpha](https://github.com/Xpra-org/xpra/issues/1765) +* Network: + * [`hyperv` connections](https://github.com/Xpra-org/xpra/issues/3666) + * [`nginx` proxy documentation](https://github.com/Xpra-org/xpra/issues/4435) + * [`http-header` authentication module](https://github.com/Xpra-org/xpra/issues/4438) + * [option for trusting connections](https://github.com/Xpra-org/xpra/issues/4436) + * [reusable authentication modules](https://github.com/Xpra-org/xpra/issues/4434) + * [reusable control commands](https://github.com/Xpra-org/xpra/issues/4363) + * [validate quic headers](https://github.com/Xpra-org/xpra/issues/3618) + * [`AES` fixes](https://github.com/Xpra-org/xpra/issues/4375) +* Improvements: + * [skip unused slow imports](https://github.com/Xpra-org/xpra/issues/4454) + * [avoid loading `numpy` unnecessarily](https://github.com/Xpra-org/xpra/issues/4457) ## [6.2.0] 2024-10-09 * Platforms, build and packaging: diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index c7e455af60..1a71d7815b 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -1,5 +1,34 @@ xpra (6.3-1) UNRELEASED; urgency=low - * TODO + * Platforms, build and packaging: + rewritten MS Windows build script + `RHEL` 10 and clones + `weston` + `Xwayland` option for `xvfb` + per-branch version check + test tk client + test pyglet client + remove copyright end years + * Configuration: + `xvfb` aliases + easily modify settings + * Features: + server power events + ibus keyboard layouts + specify refresh rate range + save selection in run dialog + `OpenGL` `YUVA` support for `jpeg` with alpha + * Network: + `hyperv` connections + `nginx` proxy documentation + `http-header` authentication module + option for trusting connections + reusable authentication modules + reusable control commands + validate quic headers + `AES` fixes + * Improvements: + skip unused slow imports + avoid loading `numpy` unnecessarily + -- Antoine Martin Sun, 13 Oct 2024 18:49:42 +0700 diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index 2f6ab1be2d..422eec0c6e 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -940,8 +940,37 @@ fi %changelog -* Sun Oct 13 2024 Antoine Martin 6.3-10 -- TODO +* Tue Jan 14 2025 Antoine Martin 6.3-10 +- Platforms, build and packaging: + rewritten MS Windows build script + `RHEL` 10 and clones + `weston` + `Xwayland` option for `xvfb` + per-branch version check + test tk client + test pyglet client + remove copyright end years +- Configuration: + `xvfb` aliases + easily modify settings +- Features: + server power events + ibus keyboard layouts + specify refresh rate range + save selection in run dialog + `OpenGL` `YUVA` support for `jpeg` with alpha +- Network: + `hyperv` connections + `nginx` proxy documentation + `http-header` authentication module + option for trusting connections + reusable authentication modules + reusable control commands + validate quic headers + `AES` fixes +- Improvements: + skip unused slow imports + avoid loading `numpy` unnecessarily + * Wed Oct 09 2024 Antoine Martin 6.2-10 - Platforms, build and packaging: pycuda for Fedora 41