-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
88 additions
and
8 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 |
---|---|---|
@@ -1,7 +1,39 @@ | ||
xpra (5.0.5-1) UNRELEASED; urgency=low | ||
* TODO | ||
|
||
-- Antoine Martin <[email protected]> Wed, 29 Nov 2023 13:00:52 +0700 | ||
* Major: | ||
- race condition in OpenGL initialization | ||
- http socket upgrades for slow requests | ||
- fixup DPI backport for Xvfb users | ||
- window max-height nor honoured | ||
- tools and examples hang on SIGINT | ||
- workaround missing icon size config | ||
- broken about dialog | ||
- workaround paramiko error with agent keys | ||
- incomplete desktop server startup with `Xvfb` backend | ||
* Platforms and packaging: | ||
- (Free)BSD compatibility: don't build pam, do build drm | ||
- MS Windows console title was not set | ||
- close log files to avoid warnings on MS Windows | ||
- only build CUDA kernels if needed | ||
- RHEL8 pycuda 2022.1 patch for compatibility with CUDA 12.x | ||
- use the correct enum type for nvfbc constants | ||
- pycuda 2024.1 | ||
- Cython 3.0.8 | ||
- aioquic 0.9.25 | ||
- disable auto-dependencies for python modules | ||
* Clipboard: | ||
- honour client specified order of clipboard preferred targets | ||
- allow `text/html` as `text` target | ||
* Minor: | ||
- don't wrap our own exceptions twice | ||
- support multiple attributes with `bind` options | ||
- make iconify delay configurable | ||
- update trixie and sid libavif dependency | ||
- simplify regex syntax | ||
- pillow unit test failure with versions >= 10 | ||
- documentation dead links | ||
- deprecation warnings: ssl constants, re.sub | ||
|
||
-- Antoine Martin <[email protected]> Sun, 21 Jan 2024 14:42:42 +0700 | ||
|
||
xpra (5.0.4-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,8 +768,42 @@ fi | |
|
||
|
||
%changelog | ||
* Wed Nov 29 2023 Antoine Martin <[email protected]> 5.0.5-10 | ||
- TODO | ||
* Sun Jan 21 2024 Antoine Martin <[email protected]> 5.0.5-10 | ||
- Major: | ||
race condition in OpenGL initialization | ||
http socket upgrades for slow requests | ||
fixup DPI backport for Xvfb users | ||
window max-height nor honoured | ||
tools and examples hang on SIGINT | ||
workaround missing icon size config | ||
broken about dialog | ||
workaround paramiko error with agent keys | ||
incomplete desktop server startup with `Xvfb` backend | ||
- Platforms and packaging: | ||
(Free)BSD compatibility: don't build pam, do build drm | ||
MS Windows console title was not set | ||
close log files to avoid warnings on MS Windows | ||
only build CUDA kernels if needed | ||
RHEL8 pycuda 2022.1 patch for compatibility with CUDA 12.x | ||
use the correct enum type for nvfbc constants | ||
pycuda 2024.1 | ||
Cython 3.0.8 | ||
aioquic 0.9.25 | ||
disable auto-dependencies for python modules | ||
- Clipboard: | ||
honour client specified order of clipboard preferred targets | ||
allow `text/html` as `text` target | ||
- Minor: | ||
don't wrap our own exceptions twice | ||
support multiple attributes with `bind` options | ||
make iconify delay configurable | ||
update trixie and sid libavif dependency | ||
simplify regex syntax | ||
pillow unit test failure with versions >= 10 | ||
documentation dead links | ||
deprecation warnings: ssl constants, re.sub | ||
|
||
|
||
* Tue Nov 28 2023 Antoine Martin <[email protected]> 5.0.4-10 | ||
- Major: | ||
missing flush marker with some scroll screen updates | ||
|