Skip to content

Commit

Permalink
add missing 5.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 29, 2023
1 parent b2ede8c commit ef032fc
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
43 changes: 42 additions & 1 deletion packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,48 @@ xpra (5.0.1-1) UNRELEASED; urgency=low
-- Antoine Martin <[email protected]> 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 <[email protected]> Sun, 02 Oct 2022 00:12:01 +0700

Expand Down
47 changes: 44 additions & 3 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -789,7 +789,48 @@ fi
gtk version info missing for verbosity level

* Sun Oct 02 2022 Antoine Martin <[email protected]> 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 <[email protected]> 4.4-10
- Platforms, build and packaging:
Expand All @@ -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
Expand Down

0 comments on commit ef032fc

Please sign in to comment.