diff --git a/src/NEWS b/src/NEWS index a77255f06f..b2588ff821 100644 --- a/src/NEWS +++ b/src/NEWS @@ -1,4 +1,4 @@ -v3.1.7 (2024-03-16) +v3.1.7 (2024-03-17) -- major fixes: - windows misplaced on screen, moving unexpectedly - windows wm-state synchronization issue @@ -23,6 +23,7 @@ v3.1.7 (2024-03-16) - `xpra top` hanging on start - choose the best colorspace conversion module - faster video YUV to RGB for non-OpenGL rendering + - x11 properties forwarding not handled -- clipboard: - honour client specified order of clipboard preferred targets - try harder to handle unexpected clipboard data formats @@ -71,6 +72,7 @@ v3.1.7 (2024-03-16) - proxy instances signal handlers not firing - handle missing stderr more gracefully -- cosmetic: + - don't try to set an invalid keymap - prevent missing video options from spamming the logs - ignore options from newer config files - notification errors during shutdown diff --git a/src/packaging/debian/xpra/changelog b/src/packaging/debian/xpra/changelog index d7410f86cc..f7515a5deb 100644 --- a/src/packaging/debian/xpra/changelog +++ b/src/packaging/debian/xpra/changelog @@ -72,6 +72,7 @@ xpra (3.1.7-1) UNRELEASED; urgency=low - proxy instances signal handlers not firing - handle missing stderr more gracefully * cosmetic: + - don't try to set an invalid keymap - prevent missing video options from spamming the logs - ignore options from newer config files - notification errors during shutdown @@ -85,7 +86,7 @@ xpra (3.1.7-1) UNRELEASED; urgency=low - consistency: accept more iterables - make it possible to silence DPI warning notifications - -- Antoine Martin Sat, 16 Mar 2024 17:04:41 +0700 + -- Antoine Martin Sun, 17 Mar 2024 19:47:31 +0700 xpra (3.1.6-1) UNRELEASED; urgency=low * major fixes: diff --git a/src/packaging/rpm/xpra.spec b/src/packaging/rpm/xpra.spec index 0f7eadd866..4b1e8b247c 100644 --- a/src/packaging/rpm/xpra.spec +++ b/src/packaging/rpm/xpra.spec @@ -918,7 +918,7 @@ fi %changelog -* Sat Mar 16 2024 Antoine Martin 3.1.7-10.1xpra1 +* Sun Mar 17 2024 Antoine Martin 3.1.7-10.1xpra1 - major fixes: windows misplaced on screen, moving unexpectedly windows wm-state synchronization issue @@ -992,6 +992,7 @@ fi proxy instances signal handlers not firing handle missing stderr more gracefully - cosmetic: + don't try to set an invalid keymap prevent missing video options from spamming the logs ignore options from newer config files notification errors during shutdown