-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
67 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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+ | ||
|