From a28b2dad4d4e8b698c51e1f85e675d91eeb54c39 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 19 Jan 2025 22:05:08 +0700 Subject: [PATCH] update the release notes --- docs/CHANGELOG.md | 4 +++- packaging/debian/xpra/changelog | 4 +++- packaging/rpm/xpra.spec | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 319fdbde04..b536c24a72 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,12 +1,14 @@ # Changelog -## [5.0.12] 2025-01-17 +## [5.0.12] 2025-01-19 * Platforms, build and packaging: * [MSYS2 aarch64 build fix](https://github.com/Xpra-org/xpra/commit/fab8d9f02de9b4ca57d7fa88b8031a2c29a77d91) and [prefix detection](https://github.com/Xpra-org/xpra/commit/8166eee7d2f5e4b00327763627b33987edd5e0c7) * [RPM support for per-arch cuda pkgconfig](https://github.com/Xpra-org/xpra/commit/fa614d8672658f26d4094834dda89d5ee2d79038) * [`exe` installer standalone step](https://github.com/Xpra-org/xpra/commit/7d0c0c30e3d002f7468ec73f8fac6862b020ca6b) * [move default package list for newer build script default](https://github.com/Xpra-org/xpra/commit/dc7e2c74fbdfc584c8a830f258b4608af3a20a8c) * [invalid refresh rate detected on some MS Windows configurations](https://github.com/Xpra-org/xpra/commit/fa3b06de8a9d8737e9af5ea89a17b806b2f9fff5) + * [MS Windows EXE upgrades conflict with left-over files](https://github.com/Xpra-org/xpra/commit/047c6e0d7b66c436e005629a504a2ff188cb1d62) + * [MS Windows build script support for custom arguments](https://github.com/Xpra-org/xpra/commit/7bf6d970f6b43d3b077182d783aee76b4a8a4e9f) * SBOM: * [minor fixes](https://github.com/Xpra-org/xpra/commit/5cb8451158a7070a3c44c0b7715b135ea17e6683) * [record CUDA](https://github.com/Xpra-org/xpra/commit/ecd20b6a0523aa8c3b07192f35ca694a03a30280) diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index a7709ede0a..078dbdcf13 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -5,6 +5,8 @@ xpra (5.0.12-1) UNRELEASED; urgency=low - `exe` installer standalone step - move default package list for newer build script default - invalid refresh rate detected on some MS Windows configurations + - MS Windows EXE upgrades conflict with left-over files + - MS Windows build script support for custom arguments * SBOM: - minor fixes - record CUDA @@ -60,7 +62,7 @@ xpra (5.0.12-1) UNRELEASED; urgency=low - value in debug logging is incorrect - log spam with rpd connection attempts - -- Antoine Martin Fri, 17 Jan 2025 14:37:21 +0700 + -- Antoine Martin Sun, 19 Jan 2025 22:04:56 +0700 xpra (5.0.11-1) UNRELEASED; urgency=low * Platforms, build and packaging: diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index 82bbf8463f..ca14513296 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -803,13 +803,15 @@ fi %changelog -* Fri Jan 17 2025 Antoine Martin 5.0.12-10 +* Sun Jan 19 2025 Antoine Martin 5.0.12-10 - Platforms, build and packaging: MSYS2 aarch64 build fix and prefix detection RPM support for per-arch cuda pkgconfig `exe` installer standalone step move default package list for newer build script default invalid refresh rate detected on some MS Windows configurations + MS Windows EXE upgrades conflict with left-over files + MS Windows build script support for custom arguments - SBOM: minor fixes record CUDA