-
-
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
21 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 |
---|---|---|
|
@@ -14,17 +14,21 @@ xpra (3.1.4-1) UNRELEASED; urgency=low | |
- fallback keycode mapping errors | ||
* build, packaging and platforms: | ||
- support the latest version of gtk-mac-bundler | ||
- pyobjc crash workarounds | ||
- pyobjc libffi crash workarounds | ||
- Cython 3.0.0b1 compatibility | ||
- ffmpeg v6 compatibility | ||
- support for RHEL 9.x and clones | ||
- missing systray dependency on Debian and Ubuntu | ||
- build only python3-xpra DEBs for newer distributions | ||
- DEBs switched to pybuild | ||
- build errors with latest Python | ||
- MS Windows `unregister` class reliably | ||
- MS Windows errors building the C++ modules | ||
- use symlinks for CUDA path on MS Windows | ||
- use standardized paths for new repo build scripts | ||
- missing checksums and dependencies for some RPM spec files | ||
- Python2 compatibility fixes | ||
- make it possible to override build options on MacOS | ||
* network: | ||
- add rencodeplus | ||
- better compatibility with newer versions: emulate the `command` Posix command | ||
|
@@ -36,6 +40,7 @@ xpra (3.1.4-1) UNRELEASED; urgency=low | |
- silence OpenSSL3 + pycryptography legacy warning | ||
- workaround for missing paramiko dependency on python3-invoke (ie: Fedora) | ||
- safer paramiko lookup functions | ||
- ldap 'username_format' option can be set using an environment variable | ||
* cosmetic: | ||
- more helpful connection failure messages | ||
- handle config file parsing errors more gracefully | ||
|
@@ -55,7 +60,7 @@ xpra (3.1.4-1) UNRELEASED; urgency=low | |
- numpy import race condition | ||
- expose `IDR` frame type in NVENC | ||
|
||
-- Antoine Martin <[email protected]> Tue, 28 Feb 2023 00:42:18 +0700 | ||
-- Antoine Martin <[email protected]> Sun, 05 Mar 2023 19:08:20 +0700 | ||
|
||
xpra (3.1.3-1) UNRELEASED; urgency=low | ||
* major fixes: | ||
|
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 |
---|---|---|
|
@@ -912,7 +912,7 @@ fi | |
|
||
|
||
%changelog | ||
* Sat Feb 18 2023 Antoine Martin <[email protected]> 3.1.4-10.1xpra1 | ||
* Sun Mar 05 2023 Antoine Martin <[email protected]> 3.1.4-10.1xpra1 | ||
- major fixes: | ||
correctly wait for worker threads to terminate | ||
workaround new broken python3-uinput packages on Fedora | ||
|
@@ -928,17 +928,21 @@ fi | |
fallback keycode mapping errors | ||
- build, packaging and platforms: | ||
support the latest version of gtk-mac-bundler | ||
pyobjc crash workarounds | ||
pyobjc libffi crash workarounds | ||
Cython 3.0.0b1 compatibility | ||
ffmpeg v6 compatibility | ||
support for RHEL 9.x and clones | ||
missing systray dependency on Debian and Ubuntu | ||
build only python3-xpra DEBs for newer distributions | ||
DEBs switched to pybuild | ||
build errors with latest Python | ||
MS Windows `unregister` class reliably | ||
MS Windows errors building the C++ modules | ||
use symlinks for CUDA path on MS Windows | ||
use standardized paths for new repo build scripts | ||
missing checksums and dependencies for some RPM spec files | ||
Python2 compatibility fixes | ||
make it possible to override build options on MacOS | ||
- network: | ||
add rencodeplus | ||
better compatibility with newer versions: emulate the `command` Posix command | ||
|
@@ -950,6 +954,7 @@ fi | |
silence OpenSSL3 + pycryptography legacy warning | ||
workaround for missing paramiko dependency on python3-invoke (ie: Fedora) | ||
safer paramiko lookup functions | ||
ldap 'username_format' option can be set using an environment variable | ||
- cosmetic: | ||
more helpful connection failure messages | ||
handle config file parsing errors more gracefully | ||
|