Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 5, 2023
1 parent 3bba6be commit 4fa5cf5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
9 changes: 7 additions & 2 deletions src/NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v3.1.4 (2023-02-28)
v3.1.4 (2023-03-05)
======================
-- major fixes:
- correctly wait for worker threads to terminate
Expand All @@ -15,17 +15,21 @@ v3.1.4 (2023-02-28)
- 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
Expand All @@ -37,6 +41,7 @@ v3.1.4 (2023-02-28)
- 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
Expand Down
9 changes: 7 additions & 2 deletions src/packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
9 changes: 7 additions & 2 deletions src/packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4fa5cf5

Please sign in to comment.