From b75b0f2c927b44efe30aca7eefb72adb87668b6f Mon Sep 17 00:00:00 2001 From: totaam Date: Tue, 6 Apr 2021 15:10:30 +0700 Subject: [PATCH] add latest fix to the release notes --- docs/CHANGELOG.md | 1 + packaging/debian/changelog | 3 ++- packaging/rpm/xpra.spec | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9867323ec8..234be10844 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -19,6 +19,7 @@ * fix the server's GetAll dbus property handler * fix display-name validation check * the 'exec-wrapper' option no longer needs to use an absolute path +* ignore bell audio devices * show the correct list of pressed keys, unkown modifiers * prevent the splash screen process from consuming too much CPU * better service configuration file location detection diff --git a/packaging/debian/changelog b/packaging/debian/changelog index c4defbc6ad..31321ab290 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -17,12 +17,13 @@ xpra (4.1.2-1) UNRELEASED; urgency=low * fix the server's GetAll dbus property handler * fix display-name validation check * the 'exec-wrapper' option no longer needs to use an absolute path + * ignore bell audio devices * show the correct list of pressed keys, unkown modifiers * prevent the splash screen process from consuming too much CPU * better service configuration file location detection * packaging script fixes, library and documentation updates - -- Antoine Martin Tue, 06 Apr 2021 12:13:01 +0700 + -- Antoine Martin Tue, 06 Apr 2021 15:10:12 +0700 xpra (4.1.1-1) UNRELEASED; urgency=low * ensure splash screen failures are not fatal, fix threading bug diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index e59061a50d..e776535cae 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -623,6 +623,7 @@ fi - fix the server's GetAll dbus property handler - fix display-name validation check - the 'exec-wrapper' option no longer needs to use an absolute path +- ignore bell audio devices - show the correct list of pressed keys, unkown modifiers - prevent the splash screen process from consuming too much CPU - better service configuration file location detection