-
-
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
21 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 |
---|---|---|
|
@@ -3,19 +3,24 @@ xpra (5.0.4-1) UNRELEASED; urgency=low | |
- missing flush marker with some scroll screen updates | ||
- fixup tray backport regression | ||
- signal watcher backport regression | ||
- exit signal watcher on errors and hangups | ||
- avoid menu and input device errors when client is not set | ||
- ensure the content-type is initialized at least once | ||
- ensure all encoders are initialized before choosing an encoding | ||
- video modules lost after initial connection | ||
- OpenGL crash warnings on MacOS | ||
- client error if xpra-x11 is not installed | ||
* `start-gui` fixes: | ||
- display number ignored | ||
- exit-with-children can't be unchecked in start-gui | ||
- port number always specified but not validated | ||
* Platform and packaging | ||
- Cython 3.0.5 | ||
- also use Cython 3.x for Debian builds | ||
- library updates: aioquic 0.9.22, pylsqlpack 0.3.18 | ||
- C functions cannot raise Python exceptions | ||
- MacOS pyobjc warnings | ||
- workaround py2app failure | ||
- bogus date in changelog | ||
- improve session type detection | ||
- notification backend order | ||
|
@@ -46,9 +51,10 @@ xpra (5.0.4-1) UNRELEASED; urgency=low | |
- extra `%` in tray menu | ||
- show failing script | ||
- silence deprecation warning | ||
- weird Debian changelog format warning | ||
- man pages fixes | ||
|
||
-- Antoine Martin <[email protected]> Sat, 11 Nov 2023 23:18:14 +0700 | ||
-- Antoine Martin <[email protected]> Wed, 15 Nov 2023 13:26:29 +0700 | ||
|
||
xpra (5.0.3-1) UNRELEASED; urgency=low | ||
* Major: | ||
|
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 |
---|---|---|
|
@@ -768,24 +768,29 @@ fi | |
|
||
|
||
%changelog | ||
* Sat Nov 11 2023 Antoine Martin <[email protected]> 5.0.4-10 | ||
* Wed Nov 15 2023 Antoine Martin <[email protected]> 5.0.4-10 | ||
- Major: | ||
missing flush marker with some scroll screen updates | ||
fixup tray backport regression | ||
signal watcher backport regression | ||
exit signal watcher on errors and hangups | ||
avoid menu and input device errors when client is not set | ||
ensure the content-type is initialized at least once | ||
ensure all encoders are initialized before choosing an encoding | ||
video modules lost after initial connection | ||
client error if xpra-x11 is not installed | ||
- `start-gui` fixes: | ||
display number ignored | ||
exit-with-children can't be unchecked in start-gui | ||
port number always specified but not validated | ||
OpenGL crash warnings on MacOS | ||
- Platform and packaging | ||
Cython 3.0.5 | ||
also use Cython 3.x for Debian builds | ||
library updates: aioquic 0.9.22, pylsqlpack 0.3.18 | ||
C functions cannot raise Python exceptions | ||
MacOS pyobjc warnings | ||
workaround py2app failure | ||
bogus date in changelog | ||
improve session type detection | ||
notification backend order | ||
|
@@ -816,6 +821,7 @@ fi | |
extra `%` in tray menu | ||
show failing script | ||
silence deprecation warning | ||
weird Debian changelog format warning | ||
man pages fixes | ||
|
||
* Thu Oct 05 2023 Antoine Martin <[email protected]> 5.0.3-10 | ||
|