From 4fa5cf507d4a499f4fc538c965dded4ccb3fcc8e Mon Sep 17 00:00:00 2001 From: totaam Date: Sun, 5 Mar 2023 19:09:00 +0700 Subject: [PATCH] update the release notes --- src/NEWS | 9 +++++++-- src/packaging/debian/xpra/changelog | 9 +++++++-- src/packaging/rpm/xpra.spec | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/NEWS b/src/NEWS index 7a4fbc88c6..3e007017bc 100644 --- a/src/NEWS +++ b/src/NEWS @@ -1,4 +1,4 @@ -v3.1.4 (2023-02-28) +v3.1.4 (2023-03-05) ====================== -- major fixes: - correctly wait for worker threads to terminate @@ -15,10 +15,13 @@ v3.1.4 (2023-02-28) - fallback keycode mapping errors -- build, packaging and platforms: - support the latest version of gtk-mac-bundler - - pyobjc crash workarounds + - pyobjc libffi crash workarounds - Cython 3.0.0b1 compatibility + - ffmpeg v6 compatibility - support for RHEL 9.x and clones - missing systray dependency on Debian and Ubuntu + - build only python3-xpra DEBs for newer distributions + - DEBs switched to pybuild - build errors with latest Python - MS Windows `unregister` class reliably - MS Windows errors building the C++ modules @@ -26,6 +29,7 @@ v3.1.4 (2023-02-28) - use standardized paths for new repo build scripts - missing checksums and dependencies for some RPM spec files - Python2 compatibility fixes + - make it possible to override build options on MacOS -- network: - add `rencodeplus` - better compatibility with newer versions: emulate the `command` Posix command @@ -37,6 +41,7 @@ v3.1.4 (2023-02-28) - silence OpenSSL3 + pycryptography legacy warning - workaround for missing paramiko dependency on python3-invoke (ie: Fedora) - safer paramiko lookup functions + - ldap 'username_format' option can be set using an environment variable -- cosmetic: - more helpful connection failure messages - handle config file parsing errors more gracefully diff --git a/src/packaging/debian/xpra/changelog b/src/packaging/debian/xpra/changelog index 22b535c710..3643316428 100644 --- a/src/packaging/debian/xpra/changelog +++ b/src/packaging/debian/xpra/changelog @@ -14,10 +14,13 @@ xpra (3.1.4-1) UNRELEASED; urgency=low - fallback keycode mapping errors * build, packaging and platforms: - support the latest version of gtk-mac-bundler - - pyobjc crash workarounds + - pyobjc libffi crash workarounds - Cython 3.0.0b1 compatibility + - ffmpeg v6 compatibility - support for RHEL 9.x and clones - missing systray dependency on Debian and Ubuntu + - build only python3-xpra DEBs for newer distributions + - DEBs switched to pybuild - build errors with latest Python - MS Windows `unregister` class reliably - MS Windows errors building the C++ modules @@ -25,6 +28,7 @@ xpra (3.1.4-1) UNRELEASED; urgency=low - use standardized paths for new repo build scripts - missing checksums and dependencies for some RPM spec files - Python2 compatibility fixes + - make it possible to override build options on MacOS * network: - add rencodeplus - better compatibility with newer versions: emulate the `command` Posix command @@ -36,6 +40,7 @@ xpra (3.1.4-1) UNRELEASED; urgency=low - silence OpenSSL3 + pycryptography legacy warning - workaround for missing paramiko dependency on python3-invoke (ie: Fedora) - safer paramiko lookup functions + - ldap 'username_format' option can be set using an environment variable * cosmetic: - more helpful connection failure messages - handle config file parsing errors more gracefully @@ -55,7 +60,7 @@ xpra (3.1.4-1) UNRELEASED; urgency=low - numpy import race condition - expose `IDR` frame type in NVENC - -- Antoine Martin Tue, 28 Feb 2023 00:42:18 +0700 + -- Antoine Martin Sun, 05 Mar 2023 19:08:20 +0700 xpra (3.1.3-1) UNRELEASED; urgency=low * major fixes: diff --git a/src/packaging/rpm/xpra.spec b/src/packaging/rpm/xpra.spec index ab92c41dfd..dc088dc586 100644 --- a/src/packaging/rpm/xpra.spec +++ b/src/packaging/rpm/xpra.spec @@ -912,7 +912,7 @@ fi %changelog -* Sat Feb 18 2023 Antoine Martin 3.1.4-10.1xpra1 +* Sun Mar 05 2023 Antoine Martin 3.1.4-10.1xpra1 - major fixes: correctly wait for worker threads to terminate workaround new broken python3-uinput packages on Fedora @@ -928,10 +928,13 @@ fi fallback keycode mapping errors - build, packaging and platforms: support the latest version of gtk-mac-bundler - pyobjc crash workarounds + pyobjc libffi crash workarounds Cython 3.0.0b1 compatibility + ffmpeg v6 compatibility support for RHEL 9.x and clones missing systray dependency on Debian and Ubuntu + build only python3-xpra DEBs for newer distributions + DEBs switched to pybuild build errors with latest Python MS Windows `unregister` class reliably MS Windows errors building the C++ modules @@ -939,6 +942,7 @@ fi use standardized paths for new repo build scripts missing checksums and dependencies for some RPM spec files Python2 compatibility fixes + make it possible to override build options on MacOS - network: add rencodeplus better compatibility with newer versions: emulate the `command` Posix command @@ -950,6 +954,7 @@ fi silence OpenSSL3 + pycryptography legacy warning workaround for missing paramiko dependency on python3-invoke (ie: Fedora) safer paramiko lookup functions + ldap 'username_format' option can be set using an environment variable - cosmetic: more helpful connection failure messages handle config file parsing errors more gracefully