-
-
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
31 additions
and
1 deletion.
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,17 @@ | ||
xpra (4.1.3-1) UNRELEASED; urgency=low | ||
* fix window geometry constraints being applied wrong | ||
* fix xpra start failures when the display is already running (with use-display=auto) | ||
* fix vp9 libvpx encoder failures with older library versions | ||
* fix 'xpra top' errors when the version string is missing | ||
* fix server errors when non interactive clients are connected (ie: 'xpra top') | ||
* fix http server error on incomplete installations | ||
* fix http server builtin script handler | ||
* fix icon loading errors causing empty start menus | ||
* fix compilation against ffmpeg 4.4 and later on some distributions (ie: CentOS 8) | ||
* exit more quickly with a failure if the VFB failed to start | ||
* correctly replace existing notifications with the gtk notifier backend | ||
* silence some rare errors and stacktraces | ||
* support CUDA 11.3 | ||
|
||
-- Antoine Martin <[email protected]> Fri, 09 Apr 2021 21:56:50 +0700 | ||
|
||
|
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 |
---|---|---|
|
@@ -605,9 +605,19 @@ fi | |
|
||
%changelog | ||
* Fri Apr 09 2021 Antoine Martin <[email protected]> 4.1.3-10 | ||
- fix window geometry constraints being applied wrong | ||
- fix xpra start failures when the display is already running (with use-display=auto) | ||
- fix vp9 libvpx encoder failures with older library versions | ||
- fix 'xpra top' errors when the version string is missing | ||
- fix server errors when non interactive clients are connected (ie: 'xpra top') | ||
- fix http server error on incomplete installations | ||
- fix http server builtin script handler | ||
- fix icon loading errors causing empty start menus | ||
- fix compilation against ffmpeg 4.4 and later on some distributions (ie: CentOS 8) | ||
- exit more quickly with a failure if the VFB failed to start | ||
- correctly replace existing notifications with the gtk notifier backend | ||
- silence some rare errors and stacktraces | ||
- support CUDA 11.3 | ||
|
||
* Tue Apr 06 2021 Antoine Martin <[email protected]> 4.1.2-10 | ||
- fix unnecessary screen update delays | ||
|