-
-
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
10 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
xpra (4.3.3-1) UNRELEASED; urgency=low | ||
* major bugs: | ||
- X11 server crashes with quickly disappearing odd sized video windows | ||
- MS Windows clients mishandling some window hints (ie: Firefox) | ||
- connection errors when non-user-interactive clients are connected | ||
- bencode network error with cuda and bencoder | ||
- workaround VAAPI server crashes | ||
|
@@ -37,7 +38,7 @@ xpra (4.3.3-1) UNRELEASED; urgency=low | |
- make it possible to run the client without some cython extensions | ||
- restore ability to disable smooth scrolling | ||
- carefully access subprocess file descriptors | ||
- map `ffplay` to video application type | ||
- map `ffplay` to video application type, `unityhub` as browser type | ||
- incomplete socket dirs validation | ||
- `jpeg` and `nvjpeg` encoders could go missing with unusual settings | ||
- Xorg dummy patch refresh | ||
|
@@ -66,7 +67,7 @@ xpra (4.3.3-1) UNRELEASED; urgency=low | |
* window mapping 'event' markers should not be stored as client properties | ||
* use strings for all client properties | ||
|
||
-- Antoine Martin <[email protected]> Tue, 15 Feb 2022 22:30:31 +0700 | ||
-- Antoine Martin <[email protected]> Thu, 28 Apr 2022 20:16:38 +0700 | ||
|
||
xpra (4.3.2-1) UNRELEASED; urgency=low | ||
* color mismatch with jpeg video and html5 client (don't use YUV input) | ||
|
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 |
---|---|---|
|
@@ -614,9 +614,10 @@ fi | |
|
||
|
||
%changelog | ||
* Tue Feb 15 2022 Antoine Martin <[email protected]> 4.3.3-10 | ||
* Thu Apr 28 2022 Antoine Martin <[email protected]> 4.3.3-10 | ||
- major bugs: | ||
X11 server crashes with quickly disappearing odd sized video windows | ||
MS Windows clients mishandling some window hints (ie: Firefox) | ||
connection errors when non-user-interactive clients are connected | ||
bencode network error with cuda and bencoder | ||
workaround VAAPI server crashes | ||
|
@@ -653,7 +654,7 @@ fi | |
make it possible to run the client without some cython extensions | ||
restore ability to disable smooth scrolling | ||
carefully access subprocess file descriptors | ||
map `ffplay` to video application type | ||
map `ffplay` to video application type, `unityhub` as browser type | ||
incomplete socket dirs validation | ||
`jpeg` and `nvjpeg` encoders could go missing with unusual settings | ||
Xorg dummy patch refresh | ||
|