Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 18, 2024
1 parent a372c6e commit 1e242a0
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
21 changes: 17 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
# Changelog

## [6.1] 2024-05-24
## [6.1] 2024-07-18
* Platforms, build and packaging:
* None so far!
* [RHEL 10 builds](https://github.com/Xpra-org/xpra/issues/4282)
* make it easier to [setup a development environment](https://github.com/Xpra-org/xpra/issues/4244) and [to install the repositories](https://github.com/Xpra-org/xpra/issues/4245)
* Encodings:
* [faster scaling of subsampled images without OpenGL](https://github.com/Xpra-org/xpra/issues/4209)
* [zero-copy drawing without OpenGL](https://github.com/Xpra-org/xpra/issues/4270)
* [scale YUV before converting to RGB](https://github.com/Xpra-org/xpra/issues/4209)
* [full range video compression](https://github.com/Xpra-org/xpra/issues/3837)
* [GPU checks from a containerized environment](https://github.com/Xpra-org/xpra/pull/4257)
* [colorspace fixes](https://github.com/Xpra-org/xpra/issues/3837)
* Network:
* [WebTransport server](https://github.com/Xpra-org/xpra/issues/3376#issuecomment-2198059166)
* [QUIC fast-open](https://github.com/Xpra-org/xpra/commit/475531d9d4433fa8ac89d5d0ce96744d8519e56d)
* Features:
* [handle display scaling correctly on more platforms](https://github.com/Xpra-org/xpra/issues/4205)
* [use native file chooser on some platforms](https://github.com/Xpra-org/xpra/issues/4222)
* [support custom window grouping](https://github.com/Xpra-org/xpra/issues/4208)
* [full range video compression](https://github.com/Xpra-org/xpra/issues/3837)
* [scale YUV before converting to RGB](https://github.com/Xpra-org/xpra/issues/4209)
* [optional username verification for authentication modules](https://github.com/Xpra-org/xpra/issues/4294)
* [resize virtual display to a specific resolution only](https://github.com/Xpra-org/xpra/issues/4279)
* [filter environment exposed to xvfb subcommand](https://github.com/Xpra-org/xpra/issues/4252)
* Cosmetic:
* many type hints added
* linter warnings fixed
Expand Down
26 changes: 24 additions & 2 deletions packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
xpra (6.1-1) UNRELEASED; urgency=low
* TODO
* Platforms, build and packaging:
RHEL 10 builds
make it easier to setup a development environment and to install the repositories
* Encodings:
faster scaling of subsampled images without OpenGL
zero-copy drawing without OpenGL
scale YUV before converting to RGB
full range video compression
GPU checks from a containerized environment
colorspace fixes
* Network:
WebTransport server
QUIC fast-open
* Features:
handle display scaling correctly on more platforms
use native file chooser on some platforms
support custom window grouping
optional username verification for authentication modules
resize virtual display to a specific resolution only
filter environment exposed to xvfb subcommand
* Cosmetic:
many type hints added
linter warnings fixed

-- Antoine Martin <[email protected]> Thu, 25 Apr 2024 16:21:39 +0700
-- Antoine Martin <[email protected]> Thu, 18 Jul 2024 18:04:31 +0700

xpra (6.0-1) UNRELEASED; urgency=low
* Platforms, build and packaging:
Expand Down
28 changes: 26 additions & 2 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,32 @@ fi


%changelog
* Thu Apr 25 2024 Antoine Martin <[email protected]> 6.1-10
- TODO
* Thu Jul 18 2024 Antoine Martin <[email protected]> 6.1-10
- Platforms, build and packaging:
RHEL 10 builds
make it easier to setup a development environment and to install the repositories
- Encodings:
faster scaling of subsampled images without OpenGL
zero-copy drawing without OpenGL
scale YUV before converting to RGB
full range video compression
GPU checks from a containerized environment
colorspace fixes
- Network:
WebTransport server
QUIC fast-open
- Features:
handle display scaling correctly on more platforms
use native file chooser on some platforms
support custom window grouping
optional username verification for authentication modules
resize virtual display to a specific resolution only
filter environment exposed to xvfb subcommand
- Cosmetic:
many type hints added
linter warnings fixed


* Thu Apr 25 2024 Antoine Martin <[email protected]> 6.0-10
- Platforms, build and packaging:
require and take advantage of Python 3.10+
Expand Down

0 comments on commit 1e242a0

Please sign in to comment.