-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
13 additions
and
1 deletion.
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,6 +7,7 @@ xpra (6.0.2-1) UNRELEASED; urgency=low | |
- unnecessary DEB dependency on unused `python3-yaml` | ||
- fix PEP 517 builds | ||
- MS Windows setup script typo | ||
- `openssl.cnf` had gone missing on MS Windows | ||
* OpenGL: | ||
- `OpenGL` acceleration self-test failures on MS Windows | ||
- blacklist the `llvmpipe` software renderer | ||
|
@@ -41,6 +42,7 @@ xpra (6.0.2-1) UNRELEASED; urgency=low | |
- remove enum prefix with older Python versions | ||
- http directory listing | ||
- look for the SSL certificate file specified | ||
- RFB connection errors trying to upgrade to `http` or `WebSockets` | ||
* Cosmetic / correctness: | ||
- log `ssl` error just once per socket | ||
- don't spam the logs because of a `pyxdg` bug | ||
|
@@ -61,8 +63,10 @@ xpra (6.0.2-1) UNRELEASED; urgency=low | |
- authentication modules check passwords as strings | ||
- Gtk X11 context checker error messages invalid format | ||
- warn about `paramiko` being unmaintained | ||
- authentication module documentation updates | ||
- AES modes documentation | ||
|
||
-- Antoine Martin <[email protected]> Mon, 08 Jul 2024 20:15:05 +0700 | ||
-- Antoine Martin <[email protected]> Mon, 08 Jul 2024 23:01:24 +0700 | ||
|
||
xpra (6.0.1-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 |
---|---|---|
|
@@ -871,6 +871,7 @@ fi | |
unnecessary DEB dependency on unused `python3-yaml` | ||
fix PEP 517 builds | ||
MS Windows setup script typo | ||
`openssl.cnf` had gone missing on MS Windows | ||
- OpenGL: | ||
`OpenGL` acceleration self-test failures on MS Windows | ||
blacklist the `llvmpipe` software renderer | ||
|
@@ -905,6 +906,7 @@ fi | |
remove enum prefix with older Python versions | ||
http directory listing | ||
look for the SSL certificate file specified | ||
RFB connection errors trying to upgrade to `http` or `WebSockets` | ||
- Cosmetic / correctness: | ||
log `ssl` error just once per socket | ||
don't spam the logs because of a `pyxdg` bug | ||
|
@@ -925,6 +927,8 @@ fi | |
authentication modules check passwords as strings | ||
Gtk X11 context checker error messages invalid format | ||
warn about `paramiko` being unmaintained | ||
authentication module documentation updates | ||
AES modes documentation | ||
|
||
|
||
* Thu May 23 2024 Antoine Martin <[email protected]> 6.0.1-10 | ||
|