From 53a7e8441760cdaf0f7aeace459486ba85e9aba2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 25 Aug 2024 18:53:34 +0700 Subject: [PATCH] add latest fix --- docs/CHANGELOG.md | 3 ++- packaging/debian/xpra/changelog | 3 ++- packaging/rpm/xpra.spec | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8880d5249f..394604f005 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.0.10] 2024-08-23 +## [5.0.10] 2024-08-25 * Platforms, build and packaging: * [syntax compatibility fix](https://github.com/Xpra-org/xpra/commit/8b56099122a8a8f6f753b97421910de487c30335), [and another one](https://github.com/Xpra-org/xpra/commit/a74a949e90c5fb397c8e6cf590e9fed4aad10de4) * [`openssl.cnf` location in MS Windows builds](https://github.com/Xpra-org/xpra/commit/3ad6c8e44438912c5dd9dcba427b17d6b20a463f) @@ -62,6 +62,7 @@ * [handle invalid dbus-launch command](https://github.com/Xpra-org/xpra/commit/1c7433556d05175d5e43b85dfdcfb88501aab4ca) * [system tray setup failures with non-composited screens, ie: 8-bit displays](https://github.com/Xpra-org/xpra/commit/350bd4ac1f639814a0f9d384687394cca366bfdb) * [map missing modifiers using defaults](https://github.com/Xpra-org/xpra/commit/905cf2e5ca61e6504ba1cfb0429f659cd6c4842e) + * [don't setup ssh agent dispatch when ssh is disabled](https://github.com/Xpra-org/xpra/commit/ab61a462d79c9aa0dbda310ef9f561c856bece82) * Cosmetic: * [errors when connections are closed as we process them](https://github.com/Xpra-org/xpra/commit/4d4ba9a078e91af86cd61b12b5021504a5e75ac2) * [try to prevent ATK warnings](https://github.com/Xpra-org/xpra/commit/440a182dbaaf1db0af81ab1b33d05bc454a726a0) diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index d4da0d8599..be62d6df61 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -57,6 +57,7 @@ xpra (5.0.10-1) UNRELEASED; urgency=low - handle invalid dbus-launch command - system tray setup failures with non-composited screens, ie: 8-bit displays - map missing modifiers using defaults + - don't setup ssh agent dispatch when ssh is disabled * Cosmetic: - errors when connections are closed as we process them - try to prevent ATK warnings @@ -75,7 +76,7 @@ xpra (5.0.10-1) UNRELEASED; urgency=low - log opengl probe command - clarify display name message - -- Antoine Martin Fri, 23 Aug 2024 21:40:45 +0700 + -- Antoine Martin Sun, 25 Aug 2024 18:53:26 +0700 xpra (5.0.9-1) UNRELEASED; urgency=low * Encodings: diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index 8dfc49e80b..fb432a1a1a 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -775,7 +775,7 @@ fi %changelog -* Fri Aug 23 2024 Antoine Martin 5.0.10-10 +* Sun Aug 25 2024 Antoine Martin 5.0.10-10 - Platforms, build and packaging: syntax compatibility fixes `openssl.cnf` location in MS Windows builds @@ -834,6 +834,7 @@ fi handle invalid dbus-launch command system tray setup failures with non-composited screens, ie: 8-bit displays map missing modifiers using defaults + don't setup ssh agent dispatch when ssh is disabled - Cosmetic: errors when connections are closed as we process them try to prevent ATK warnings