From c03834313d3b7f06159c6699bd6b37a90d20a57d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 19 Sep 2024 15:22:06 +0700 Subject: [PATCH] update the release notes --- docs/CHANGELOG.md | 13 +++++++++---- packaging/debian/xpra/changelog | 14 +++++++++----- packaging/rpm/xpra.spec | 13 +++++++++---- 3 files changed, 27 insertions(+), 13 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e0984d6d93..964727b329 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,19 +1,24 @@ # Changelog -## [6.1.3] 2024-09-14 +## [6.1.3] 2024-09-19 * Platforms, build and packaging: * [don't bundle any Qt components](https://github.com/Xpra-org/xpra/commit/6af5e72a34a6d0e6947a343255b3f885547b1391) + * [automatic re-connect paths errors on MS Windows](https://github.com/Xpra-org/xpra/commit/ef2edd088d4550b51a73432eac7d50eb729b92bb) * Major: * [ssl failures with default certificates](https://github.com/Xpra-org/xpra/commit/7c352bca42200ee26d5e04939148d93cfc1d6f9e) * [verify ssl certificates can be accessed - not just the parent directory](https://github.com/Xpra-org/xpra/commit/94736d0aec9173e1106c09f331fb6e8481aca21e) * [X11 display state detection](https://github.com/Xpra-org/xpra/commit/892e6ef021558c0c9145d73d36e323a10b8566f7) + * [client can run without `xpra-x11` package installed](https://github.com/Xpra-org/xpra/commit/8e67bd904c95193d1a45e1e2791677aaba4491d1) * [failure to add new virtual monitors](https://github.com/Xpra-org/xpra/commit/462950c42426d3b8185cbd6c84a3f42136482d47) * [expose all clipboard targets](https://github.com/Xpra-org/xpra/commit/08b03952999071599613255597f554d3e2887b41) * [authentication aborted due to encryption not detected](https://github.com/Xpra-org/xpra/commit/23d04bbe8d2970bdc746fab891fa68e73def6326) * [server not honouring `keyboard-sync`](https://github.com/Xpra-org/xpra/commit/d22dc4b21cd41fd5c763330f8224bd1732cbb8f4) * [launcher failures with "Gtk already loaded" error](https://github.com/Xpra-org/xpra/commit/52f1ff9273f21542cc0cf851a9555f3c54b838e4) - * [proxy server packet failures](https://github.com/Xpra-org/xpra/commit/ebadfe60d05529002a5e110d8009db2799adbdb0) - * [proxy server fails to start in process mode](https://github.com/Xpra-org/xpra/commit/576b20095c4cf0a39bcefa4de1947c925ddf8a2d) +* Proxy server: + * [packet failures](https://github.com/Xpra-org/xpra/commit/ebadfe60d05529002a5e110d8009db2799adbdb0) + * [fails to start in process mode](https://github.com/Xpra-org/xpra/commit/576b20095c4cf0a39bcefa4de1947c925ddf8a2d) + * [can authenticate as any user](https://github.com/Xpra-org/xpra/commit/96c95867154d4e7575e094464abc66c997f77faf) + * [should respond to `id` requests](https://github.com/Xpra-org/xpra/commit/b6889a335e844be3b2b9c3808506f65e9fc583a3) * Encodings: * [nvidia module version parsing from `/proc`](https://github.com/Xpra-org/xpra/commit/1de554124edbfd503270c60903aa2dcfd574511b) * [nvenc qp values out of range](https://github.com/Xpra-org/xpra/commit/420d12e7e39449ff77d3b27884f861d51005700d) @@ -26,8 +31,8 @@ * [request mode failures](https://github.com/Xpra-org/xpra/commit/33d10cafbde43a0f4894b9d731ac6f445dfefae6) * [honour the initial resolution, even if resizing is disabled](https://github.com/Xpra-org/xpra/commit/39d4d50f5088d418a6c6a3e240cbe87f128dd21c) * [don't log `id` requests](https://github.com/Xpra-org/xpra/commit/54c80ce3a3053a833e821558827711804f6ad69a) - * [proxy servers should respond to `id` requests](https://github.com/Xpra-org/xpra/commit/b6889a335e844be3b2b9c3808506f65e9fc583a3) * [quic close errors with aioquic 1.2](https://github.com/Xpra-org/xpra/commit/5402a297711525051d76ef2ea9f457de84799238) + * [validate http hostname without port for ssl redirection](https://github.com/Xpra-org/xpra/commit/b7327d1c086281a641d95c961bf6e142e363c8a5) * Cosmetic: * [support the same resolution aliases as newer versions](https://github.com/Xpra-org/xpra/commit/d84dafb4f72ffea5339f75af32eebcfbc9a49702) * [handle early errors more gracefully](https://github.com/Xpra-org/xpra/commit/55cf92df426339b8dc9a016f48ec86a45de0ab8b) diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index 4215844a8d..a12b5ec693 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -1,17 +1,22 @@ xpra (6.1.3-1) UNRELEASED; urgency=low * Platforms, build and packaging: don't bundle any Qt components + automatic re-connect paths errors on MS Windows * Major: ssl failures with default certificates verify ssl certificates can be accessed - not just the parent directory X11 display state detection + client can run without `xpra-x11` package installed failure to add new virtual monitors expose all clipboard targets authentication aborted due to encryption not detected server not honouring `keyboard-sync` launcher failures with "Gtk already loaded" error - proxy server packet failures - proxy server fails to start in process mode + * Proxy server: + packet failures + fails to start in process mode + can authenticate as any user + servers should respond to `id` requests * Encodings: nvidia module version parsing from `/proc` nvenc qp values out of range @@ -24,8 +29,8 @@ xpra (6.1.3-1) UNRELEASED; urgency=low request mode failures honour the initial resolution, even if resizing is disabled don't log `id` requests - proxy servers should respond to `id` requests quic close errors with aioquic 1.2 + validate http hostname without port for ssl redirection * Cosmetic: support the same resolution aliases as newer versions handle early errors more gracefully @@ -37,8 +42,7 @@ xpra (6.1.3-1) UNRELEASED; urgency=low virtual encodings misleading error message audio data can be inlined - - -- Antoine Martin Mon, 09 Sep 2024 19:21:40 +0700 + -- Antoine Martin Thu, 19 Sep 2024 15:20:16 +0700 xpra (6.1.2-1) UNRELEASED; urgency=low * Platforms, build and packaging: diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index ff4d401d20..b911c30c70 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -883,20 +883,25 @@ fi %changelog -* Sat Sep 14 2024 Antoine Martin 6.1.3-10 +* Sat Sep 19 2024 Antoine Martin 6.1.3-10 - Platforms, build and packaging: don't bundle any Qt components + automatic re-connect paths errors on MS Windows - Major: ssl failures with default certificates verify ssl certificates can be accessed - not just the parent directory X11 display state detection + client can run without `xpra-x11` package installed failure to add new virtual monitors expose all clipboard targets authentication aborted due to encryption not detected server not honouring `keyboard-sync` launcher failures with "Gtk already loaded" error - proxy server packet failures - proxy server fails to start in process mode +- Proxy server: + packet failures + fails to start in process mode + can authenticate as any user + should respond to `id` requests - Encodings: nvidia module version parsing from `/proc` nvenc qp values out of range @@ -908,8 +913,8 @@ fi request mode failures honour the initial resolution, even if resizing is disabled don't log `id` requests - proxy servers should respond to `id` requests quic close errors with aioquic 1.2 + validate http hostname without port for ssl redirection - Cosmetic: support the same resolution aliases as newer versions handle early errors more gracefully