From ef032fca14ac909d257b60c1a1e3146f2b1e6843 Mon Sep 17 00:00:00 2001 From: totaam Date: Tue, 29 Aug 2023 22:29:22 +0700 Subject: [PATCH] add missing 5.0 changelog --- docs/CHANGELOG.md | 4 +-- packaging/debian/xpra/changelog | 43 +++++++++++++++++++++++++++++- packaging/rpm/xpra.spec | 47 ++++++++++++++++++++++++++++++--- 3 files changed, 88 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3969560a64..0827fb440b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -33,7 +33,7 @@ * [stricter type checks](https://github.com/Xpra-org/xpra/issues/3927) * [more MacOS workarounds](https://github.com/Xpra-org/xpra/issues/3777) * Server: - * [try harder to find a valid menu prefix](https://github.com/Xpra-org/xpra/commit/a42e2343ee572ff2edb28ece0b38904969c75470) + * [try harder to find a valid menu prefix](https://github.com/Xpra-org/xpra/commit/a42e2343ee572ff2edb28ece0b38904969c75470) * [exit with windows](https://github.com/Xpra-org/xpra/issues/3595) * [side buttons with MS Windows shadow servers](https://github.com/Xpra-org/xpra/pull/3865) * [mirror client monitor layout](https://github.com/Xpra-org/xpra/issues/3749) @@ -45,7 +45,7 @@ * [layout switching detection for MS Windows](https://github.com/Xpra-org/xpra/issues/3857) * [mirror mouse cursor when sharing](https://github.com/Xpra-org/xpra/issues/3767) * Minor: - * [generic exec authentication module](https://github.com/Xpra-org/xpra/issues/3790) + * [generic exec authentication module](https://github.com/Xpra-org/xpra/issues/3790) * [audio `removesilence`](https://github.com/Xpra-org/xpra/issues/3709) * [make pulseaudio real-time and high-priority scheduling modes configurable](https://github.com/Xpra-org/xpra/pull/3893) * [use urrlib for parsing](https://github.com/Xpra-org/xpra/issues/3599) diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index 82f397f543..0609c1774f 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -21,7 +21,48 @@ xpra (5.0.1-1) UNRELEASED; urgency=low -- Antoine Martin Sat, 26 Aug 2023 16:42:42 +0700 xpra (5.0-1) UNRELEASED; urgency=low - * TODO + * Major improvements: + - QUIC transport + - split packaging + - freedesktop screencast / remotedesktop + - ease of use: easier basic commands, open html5 client, disable all audio features + * Platforms, build and packaging: + - Python 3.12 installations + - replace Python2 builds + - LTS feature deprecation + - stricter type checks + - more MacOS workarounds + * Server: + - try harder to find a valid menu prefix + - exit with windows + - side buttons with MS Windows shadow servers + - mirror client monitor layout + - side buttons with MS Windows shadow servers + * Client: + - allow keyboard shortcuts in readonly mode + - show decoder statistics + - keyboard layout switching shortcut + - layout switching detection for MS Windows + - mirror mouse cursor when sharing + * Minor: + - generic exec authentication module + - audio `removesilence` + - make pulseaudio real-time and high-priority scheduling modes configurable + - use urrlib for parsing + - GTK removal progress + - documentation updates and fixes: broken links, typos + * Network: + - smaller handshake packet + - SSL auto-upgrade + - better IPv6 + - new packet format + - ssh agent forwarding automatic switching when sharing + - use libnm to query network devices + - exclude more user data by default + * Encodings: + - use intra refresh + - `stream` encoding for desktop mode + - GStreamer codecs -- Antoine Martin Sun, 02 Oct 2022 00:12:01 +0700 diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index 2ca53fe3be..72ce1f9b26 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -234,7 +234,7 @@ Requires: python3-pycuda Recommends: python3-pynvml %description codecs-nvidia This package contains the picture and video codecs that rely on NVidia GPUs and CUDA, -this is used by both xpra clients and servers. +this is used by both xpra clients and servers. %endif @@ -789,7 +789,48 @@ fi gtk version info missing for verbosity level * Sun Oct 02 2022 Antoine Martin 5.0-10 -- TODO +- Major improvements: + QUIC transport + split packaging + freedesktop screencast / remotedesktop + ease of use: easier basic commands, open html5 client, disable all audio features +- Platforms, build and packaging: + Python 3.12 installations + replace Python2 builds + LTS feature deprecation + stricter type checks + more MacOS workarounds +- Server: + try harder to find a valid menu prefix + exit with windows + side buttons with MS Windows shadow servers + mirror client monitor layout + side buttons with MS Windows shadow servers +- Client: + allow keyboard shortcuts in readonly mode + show decoder statistics + keyboard layout switching shortcut + layout switching detection for MS Windows + mirror mouse cursor when sharing +- Minor: + generic exec authentication module + audio `removesilence` + make pulseaudio real-time and high-priority scheduling modes configurable + use urrlib for parsing + GTK removal progress + documentation updates and fixes: broken links, typos +- Network: + smaller handshake packet + SSL auto-upgrade + better IPv6 + new packet format + ssh agent forwarding automatic switching when sharing + use libnm to query network devices + exclude more user data by default +- Encodings: + use intra refresh + `stream` encoding for desktop mode + GStreamer codecs * Sat Oct 01 2022 Antoine Martin 4.4-10 - Platforms, build and packaging: @@ -799,7 +840,7 @@ fi openSUSE build tweaks, Fedora 37, Oracle Linux / Rocky Linux / Alma Linux / CentOS Stream : 8 and 9 Debian finally moved to `libexec` MS Windows taskbar integration - SSH server support on MS Windows, including starting shadow sessions + SSH server support on MS Windows, including starting shadow sessions - Server: Configurable vertical refresh rate Virtual Monitors