-
-
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
9 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 |
---|---|---|
|
@@ -7,10 +7,11 @@ xpra (6.0.1-1) UNRELEASED; urgency=low | |
- MS Windows client fails to start without `explorer.exe` running | ||
* Major: | ||
- DoS with audio pipeline starting repeatedly | ||
- GStreamer video disabled to avoid crashes | ||
- OpenGL check failures on X11 | ||
- OpenGL paint errors drawing the spinners, don't check for `glBegin` and `glEnd` | ||
- OpenGL check: re-use environment filtering | ||
- Wayland UTF8 clipboard byte strings | ||
- Wayland UTF8 clipboard byte strings, same for MS Windows | ||
- scale during render if needed | ||
- smarter auto refresh encoding selection | ||
- `xpra configure features` not reloading correctly | ||
|
@@ -45,7 +46,7 @@ xpra (6.0.1-1) UNRELEASED; urgency=low | |
- codec self tests | ||
- Gtk version tool should not require `pango` or `cairo` | ||
|
||
-- Antoine Martin <[email protected]> Wed, 22 May 2024 23:21:20 +0700 | ||
-- Antoine Martin <[email protected]> Thu, 23 May 2024 17:03:18 +0700 | ||
|
||
xpra (6.0-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 |
---|---|---|
|
@@ -862,7 +862,7 @@ fi | |
|
||
|
||
%changelog | ||
* Wed May 22 2024 Antoine Martin <[email protected]> 6.0.1-10 | ||
* Thu May 23 2024 Antoine Martin <[email protected]> 6.0.1-10 | ||
- Platforms, build and packaging: | ||
avoid timeout on slow build platforms, when running pandoc, raise the timeout on arm and riscv | ||
tell dpkg to remove or upgrade `xpra-codecs` before `xpra-codecs-extra`, + fixups | ||
|
@@ -871,10 +871,11 @@ fi | |
MS Windows client fails to start without `explorer.exe` running | ||
- Major: | ||
DoS with audio pipeline starting repeatedly | ||
GStreamer video disabled to avoid crashes | ||
OpenGL check failures on X11 | ||
OpenGL paint errors drawing the spinners, don't check for `glBegin` and `glEnd` | ||
OpenGL check: re-use environment filtering | ||
Wayland UTF8 clipboard byte strings | ||
Wayland UTF8 clipboard byte strings, same for MS Windows | ||
scale during render if needed | ||
smarter auto refresh encoding selection | ||
`xpra configure features` not reloading correctly | ||
|