-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
18 additions
and
3 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ xpra (6.2.2-1) UNRELEASED; urgency=low | |
* Encodings: | ||
honour `openh264` maximum dimensions | ||
`rgb` errors at unusual bit depths | ||
10 bits per channel issues: use pillow, detect alpha channel correctly and encode it properly | ||
* System Tray Menu: | ||
options disabled once 'auto' is selected | ||
speed tuning disabled | ||
|
@@ -35,16 +36,20 @@ xpra (6.2.2-1) UNRELEASED; urgency=low | |
`xpra top` corrupted output | ||
`vsock` connection errors | ||
printing errors on MS Windows | ||
use symlinks to prevent ssh agent forwarding setup errors | ||
* Minor: | ||
clamp 'vrefresh' to a useful range | ||
quic` connections are safe for authentication | ||
* Cosmetic: | ||
add missing autentication modules to documentation | ||
add `pyopenssl` to dependencies documentation | ||
unnecessary import | ||
broken OpenGL drivers documentation link | ||
handle missing pillow more gracefully | ||
show full icondata error | ||
proxy error messages formatting | ||
|
||
-- Antoine Martin <[email protected]> Thu, 05 Dec 2024 20:33:23 +0700 | ||
-- Antoine Martin <[email protected]> Tue, 10 Dec 2024 20:52:39 +0700 | ||
|
||
xpra (6.2.2-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 |
---|---|---|
|
@@ -906,7 +906,7 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Dec 05 2024 Antoine Martin <[email protected]> 6.2.2-10 | ||
* Tue Dec 10 2024 Antoine Martin <[email protected]> 6.2.2-10 | ||
- Platforms, build and packaging: | ||
MSYS2 aarch64 build fix and prefix detection | ||
RPM support for per arch pkgconfig | ||
|
@@ -932,6 +932,7 @@ fi | |
- Encodings: | ||
honour `openh264` maximum dimensions | ||
`rgb` errors at unusual bit depths | ||
10 bits per channel issues: use pillow, detect alpha channel correctly and encode it properly | ||
- System Tray Menu: | ||
options disabled once 'auto' is selected | ||
speed tuning disabled | ||
|
@@ -943,14 +944,18 @@ fi | |
`xpra top` corrupted output | ||
`vsock` connection errors | ||
printing errors on MS Windows | ||
use symlinks to prevent ssh agent forwarding setup errors | ||
- Minor: | ||
clamp 'vrefresh' to a useful range | ||
`quic` connections are safe for authentication | ||
- Cosmetic: | ||
add missing autentication modules to documentation | ||
add `pyopenssl` to dependencies documentation | ||
unnecessary import | ||
broken OpenGL drivers documentation link | ||
handle missing pillow more gracefully | ||
show full icondata error | ||
proxy error messages formatting | ||
|
||
* Tue Oct 29 2024 Antoine Martin <[email protected]> 6.2.1-10 | ||
- System tray: | ||
|