-
-
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
24 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 |
---|---|---|
@@ -1,11 +1,14 @@ | ||
xpra (4.3.4-1) UNRELEASED; urgency=low | ||
* major bugs: | ||
- audio not starting with some packet encoders | ||
- opening files with special characters remotely | ||
- always free X11 images safely | ||
- GDK crash when updating parked windows geometry | ||
- webcam forwarding with older clients | ||
- launcher gui initialization error on Wayland | ||
- attach=yes failing with an invalid command line | ||
* minor: | ||
- extra file transfers safety checks | ||
- extra file transfers safety checks, fix existing one | ||
- support CSP headers for stream saver of html5 client version 6 | ||
- always expose the server socket in the session environment | ||
* build: | ||
|
@@ -14,12 +17,15 @@ xpra (4.3.4-1) UNRELEASED; urgency=low | |
- build using CUDA 11.7 | ||
- honour the CPP build environment variable | ||
- use the correct license short names | ||
- clean target left some generated files behind | ||
- library updates: Cython, pynvml, etc | ||
* cosmetic: | ||
- jpeg cleanup warnings | ||
- errno Cython source name conflict | ||
- include details in conversion failure messages | ||
- double error in file transfer sanity checks | ||
|
||
-- Antoine Martin <[email protected]> Tue, 24 May 2022 16:24:42 +0700 | ||
-- Antoine Martin <[email protected]> Sat, 18 Jun 2022 21:30:40 +0700 | ||
|
||
xpra (4.3.3-1) UNRELEASED; urgency=low | ||
* major bugs: | ||
|
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 |
---|---|---|
|
@@ -622,14 +622,17 @@ fi | |
|
||
|
||
%changelog | ||
* Tue May 24 2022 Antoine Martin <[email protected]> 4.3.4-10 | ||
* Sat Jun 18 2022 Antoine Martin <[email protected]> 4.3.4-10 | ||
* major bugs: | ||
audio not starting with some packet encoders | ||
opening files with special characters remotely | ||
always free X11 images safely | ||
GDK crash when updating parked windows geometry | ||
webcam forwarding with older clients | ||
launcher gui initialization error on Wayland | ||
attach=yes failing with an invalid command line | ||
* minor: | ||
extra file transfers safety checks | ||
extra file transfers safety checks, fix existing one | ||
support CSP headers for stream saver of html5 client version 6 | ||
always expose the server socket in the session environment | ||
* build: | ||
|
@@ -638,10 +641,13 @@ fi | |
build using CUDA 11.7 | ||
honour the CPP build environment variable | ||
use the correct license short names | ||
clean target left some generated files behind | ||
library updates: Cython, pynvml, etc | ||
* cosmetic: | ||
jpeg cleanup warnings | ||
errno Cython source name conflict | ||
include details in conversion failure messages | ||
double error in file transfer sanity checks | ||
|
||
* Thu Apr 28 2022 Antoine Martin <[email protected]> 4.3.3-10 | ||
- major bugs: | ||
|