-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
12 additions
and
6 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ xpra (5.0.5-1) UNRELEASED; urgency=low | |
- race condition in OpenGL initialization | ||
- http socket upgrades for slow requests | ||
- window state attributes wrongly set to False | ||
- window geometry not updated | ||
- window geometry not updated, not restored | ||
- handle pointer events missing the shadow window id more gracefully | ||
- socket setup failure cleanup | ||
- ensure text is always lossless | ||
|
@@ -16,6 +16,7 @@ xpra (5.0.5-1) UNRELEASED; urgency=low | |
- workaround missing icon size config | ||
- workaround paramiko error with agent keys | ||
- incomplete desktop server startup with `Xvfb` backend | ||
- packet encoding error on client control command | ||
* Platforms and packaging: | ||
- appindicator system tray not shown | ||
- (Free)BSD compatibility: don't build pam, do build drm | ||
|
@@ -35,6 +36,7 @@ xpra (5.0.5-1) UNRELEASED; urgency=low | |
- honour client specified order of clipboard preferred targets | ||
- allow `text/html` as `text` target | ||
* Minor: | ||
- restore chosen window size | ||
- ensure each socket gets its own options object | ||
- correctly set XImage buffers read-only | ||
- cleanup errors with RFB connections | ||
|
@@ -51,7 +53,7 @@ xpra (5.0.5-1) UNRELEASED; urgency=low | |
- deprecation warnings: ssl constants, re.sub | ||
- skip test failing on CI | ||
|
||
-- Antoine Martin <[email protected]> Sat, 03 Feb 2024 22:02:27 +0700 | ||
-- Antoine Martin <[email protected]> Mon, 05 Feb 2024 21:25:53 +0700 | ||
|
||
xpra (5.0.4-1) UNRELEASED; urgency=low | ||
* Major: | ||
|
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 |
---|---|---|
|
@@ -768,12 +768,12 @@ fi | |
|
||
|
||
%changelog | ||
* Sat Feb 03 2024 Antoine Martin <[email protected]> 5.0.5-10 | ||
* Mon Feb 05 2024 Antoine Martin <[email protected]> 5.0.5-10 | ||
- Major: | ||
race condition in OpenGL initialization | ||
http socket upgrades for slow requests | ||
window state attributes wrongly set to False | ||
window geometry not updated | ||
window geometry not updated, not restored | ||
handle pointer events missing the shadow window id more gracefully | ||
socket setup failure cleanup | ||
ensure text is always lossless | ||
|
@@ -786,6 +786,7 @@ fi | |
workaround missing icon size config | ||
workaround paramiko error with agent keys | ||
incomplete desktop server startup with `Xvfb` backend | ||
packet encoding error on client control command | ||
- Platforms and packaging: | ||
appindicator system tray not shown | ||
(Free)BSD compatibility: don't build pam, do build drm | ||
|
@@ -805,6 +806,7 @@ fi | |
honour client specified order of clipboard preferred targets | ||
allow `text/html` as `text` target | ||
- Minor: | ||
restore chosen window size | ||
ensure each socket gets its own options object | ||
correctly set XImage buffers read-only | ||
cleanup errors with RFB connections | ||
|