-
-
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
9 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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
xpra (4.3.1-1) UNRELEASED; urgency=low | ||
* fix vpx encoder | ||
* errors when using the 'password-file' command line option | ||
* bash path compatibility issue with source commands | ||
* ssh errors with some versions of paramiko | ||
* failures to locate existing servers (ie: remote start / attach) | ||
* dpi errors with desktop servers, causing blurry scaling | ||
|
@@ -13,7 +15,7 @@ xpra (4.3.1-1) UNRELEASED; urgency=low | |
* try harder to locate the html5 client installation path | ||
* handle source command stdout pollution, trap all errors | ||
|
||
-- Antoine Martin <[email protected]> Mon, 27 Dec 2021 21:35:09 +0700 | ||
-- Antoine Martin <[email protected]> Mon, 03 Jan 2022 22:09:26 +0700 | ||
|
||
xpra (4.3-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 |
---|---|---|
|
@@ -614,8 +614,10 @@ fi | |
|
||
|
||
%changelog | ||
* Mon Dec 27 2021 Antoine Martin <[email protected]> 4.3.1-10 | ||
* Mon Jan 03 2022 Antoine Martin <[email protected]> 4.3.1-10 | ||
- fix vpx encoder | ||
- errors when using the 'password-file' command line option | ||
- bash path compatibility issue with source commands | ||
- ssh errors with some versions of paramiko | ||
- failures to locate existing servers (ie: remote start / attach) | ||
- dpi errors with desktop servers, causing blurry scaling | ||
|