From 668a66c7cb5345926bd6c966de04aa987012bebc Mon Sep 17 00:00:00 2001 From: totaam Date: Mon, 11 Sep 2023 23:10:31 +0700 Subject: [PATCH] update the release notes --- docs/CHANGELOG.md | 15 ++++++++++++++- packaging/debian/xpra/changelog | 19 ++++++++++++++++--- packaging/rpm/xpra.spec | 16 ++++++++++++++-- 3 files changed, 44 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 48a741ed63..44f65f77c9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,11 +6,24 @@ * [unusable vsock module](https://github.com/Xpra-org/xpra/commit/b1264a7a3418936c3bed6622c346bc2283c94aa9) * [start-after-connect was broken](https://github.com/Xpra-org/xpra/commit/3cf4a83336909d0408caa0d41eff141ae2447532) * [Overflow error in MS Windows hooks](https://github.com/Xpra-org/xpra/commit/c46e59398b7833d3f0710d63abada57e9e6b6af5) + [fixup](https://github.com/Xpra-org/xpra/commit/7e2983c0ef73f49dd11684cb3f4af07b739706d6) + * [notification packet errors due to missing icon](https://github.com/Xpra-org/xpra/commit/57c5baadc5b9f5abc4aa74c669a6632451cd0f44) + * [empty system tray menu on some platforms](https://github.com/Xpra-org/xpra/commit/b76cca2278b98c3bbe9d764f081afc5e1a6aa884) + * [proxy errors in threaded mode on second connection](https://github.com/Xpra-org/xpra/commit/b502efe919499700eb74550a013a2372916424a0) * Minor: + * [workaround for ancient versions of Pillow](https://github.com/Xpra-org/xpra/commit/35f77d9d9dce78d569f453608aea8b5e712aeb25) * [unresponsive system tray after explorer.exe restart](https://github.com/Xpra-org/xpra/commit/cb290d9b73ed5641c9f8816e917290c335671444) * [log warnings with custom cursors and OpenGL backend](https://github.com/Xpra-org/xpra/commit/563339b8ba42f49a2b5c2bbd62f340d9d3332188) - * [better packet namespace compatibility](https://github.com/Xpra-org/xpra/commit/3e21c8a93ad6bd6390fc87f25cc0f0445a60e45a) + * [don't send cursors without a matching encoding](https://github.com/Xpra-org/xpra/commit/fdf79586e6d39e746e67fd291ec9e79524e2f115) + * [better packet namespace compatibility](https://github.com/Xpra-org/xpra/commit/3e21c8a93ad6bd6390fc87f25cc0f0445a60e45a) + [simplify](https://github.com/Xpra-org/xpra/commit/f60bebd9dbfdfeec6dac4e50d3176166d4c27e90) and [fixup](https://github.com/Xpra-org/xpra/commit/aed7a3791db1cd8e38a2d18a89ce2be3ba18eed6) * [only warn once about unknown NVENC presets](https://github.com/Xpra-org/xpra/commit/5baf3e79e9dffadf19521c6e02df2b357ba1a508) + * [skip unused codec information](https://github.com/Xpra-org/xpra/commit/d10838e9bb5ea9cc4f58490cdb5763bd4e635569) + * [preserve 'proxy-video-encoders' in remote command lines](https://github.com/Xpra-org/xpra/commit/845fed7586fb600d5d744cf1be146aa8d3c57f5f) + * [bandwidth flag compatibility](https://github.com/Xpra-org/xpra/commit/1a01b86baa78bb67acea2dc21aecb6969f9aee65), [encryption namespace](https://github.com/Xpra-org/xpra/commit/5f576be65d45ef9425df9bd6410a4d7e4bbc06fb), [encoding namespace](https://github.com/Xpra-org/xpra/commit/3ba907a061151684b4628c930d7feaed3d63c421) +* Audio: + * [pactl output parsing bug](https://github.com/Xpra-org/xpra/commit/3a923c857a249e19ebc72ba2997ceafacd4fd77f) + * [pactl improve detection of monitor devices](https://github.com/Xpra-org/xpra/commit/d0d1fc249e1d3e893a15affe7ad056b633991022) + * [microphone support for Chromium](https://github.com/Xpra-org/xpra/commit/c53a983efe41f6e95b31160ef86099a711d62322) + * [cleaner pulseaudio command options](https://github.com/Xpra-org/xpra/commit/8f903bb9f053eb9d57fa84f0e425fac2b198d169) ## [5.0.1] 2023-08-29 * Major fixes: diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index 28f8f7d96f..ae62cbb889 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -4,13 +4,26 @@ xpra (5.0.2-1) UNRELEASED; urgency=low - unusable vsock module - start-after-connect was broken - Overflow error in MS Windows hooks + - notification packet errors due to missing icon + - empty system tray menu on some platforms + - proxy errors in threaded mode on second connection * Minor: + - workaround for ancient versions of Pillow - unresponsive system tray after explorer.exe restart - - better packet namespace compatibility - log warnings with custom cursors and OpenGL backend + - don't send cursors without a matching encoding + - better packet namespace compatibility - only warn once about unknown NVENC presets - - -- Antoine Martin Wed, 06 Sep 2023 18:07:52 +0700 + - skip unused codec information + - preserve 'proxy-video-encoders' in remote command lines + - bandwidth flag compatibility, encryption namespace, encoding namespace + * Audio: + - pactl output parsing bug + - pactl improve detection of monitor devices + - microphone support for Chromium + - cleaner pulseaudio command options + + -- Antoine Martin Mon, 11 Sep 2023 23:10:16 +0700 xpra (5.0.1-1) UNRELEASED; urgency=low * Major fixes: diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index a75f8474e5..5f1b8a3d47 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -768,18 +768,30 @@ fi %changelog -* Wed Sep 06 2023 Antoine Martin 5.0.2-10 +* Mon Sep 11 2023 Antoine Martin 5.0.2-10 - Major fixes: missing x264 encoder in DEB packages unusable vsock module start-after-connect was broken Overflow error in MS Windows hooks + notification packet errors due to missing icon + empty system tray menu on some platforms + proxy errors in threaded mode on second connection - Minor: + workaround for ancient versions of Pillow unresponsive system tray after explorer.exe restart - better packet namespace compatibility log warnings with custom cursors and OpenGL backend + don't send cursors without a matching encoding better packet namespace compatibility only warn once about unknown NVENC presets + skip unused codec information + preserve 'proxy-video-encoders' in remote command lines + bandwidth flag compatibility, encryption namespace, encoding namespace +- Audio: + pactl output parsing bug + pactl improve detection of monitor devices + microphone support for Chromium + cleaner pulseaudio command options * Sat Aug 26 2023 Antoine Martin 5.0.1-10 - Major fixes: