diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 890b52fe78..8f4ec46079 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## [4.3.1] 2021-12-27 +## [4.3.1] 2022-01-03 * 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 diff --git a/packaging/debian/xpra/changelog b/packaging/debian/xpra/changelog index 168d80eb6a..edae5ed431 100644 --- a/packaging/debian/xpra/changelog +++ b/packaging/debian/xpra/changelog @@ -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 Mon, 27 Dec 2021 21:35:09 +0700 + -- Antoine Martin Mon, 03 Jan 2022 22:09:26 +0700 xpra (4.3-1) UNRELEASED; urgency=low * Platforms, build and packaging: diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index 4d360f650b..5074d2d63b 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -614,8 +614,10 @@ fi %changelog -* Mon Dec 27 2021 Antoine Martin 4.3.1-10 +* Mon Jan 03 2022 Antoine Martin 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