-
-
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.
bump version + update the release notes
- Loading branch information
Showing
7 changed files
with
41 additions
and
9 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
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,3 +1,15 @@ | ||
xpra (6.2.4-1) UNRELEASED; urgency=low | ||
* Platforms, build and packaging: | ||
MS Windows custom build arguments | ||
EXE manigests optional | ||
EXE installer must overwrite previous version, all libraries | ||
`rpmspec` warnings | ||
`dev-env` subcommand errors on Debian systems | ||
* Network: | ||
scary warnings when RDP clients attempt to connect | ||
|
||
-- Antoine Martin <[email protected]> Thu, 23 Jan 2025 10:20:39 +0700 | ||
|
||
xpra (6.2.3-1) UNRELEASED; urgency=low | ||
* Platforms, build and packaging: | ||
pillow 11.1.0 | ||
|
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 |
---|---|---|
|
@@ -60,7 +60,7 @@ autoprov: no | |
%endif | ||
|
||
Name: %{package_prefix} | ||
Version: 6.2.3 | ||
Version: 6.2.4 | ||
Summary: Xpra gives you "persistent remote applications" for X. | ||
Group: Networking | ||
License: GPLv2+ and BSD and LGPLv3+ and MIT | ||
|
@@ -915,6 +915,16 @@ fi | |
|
||
|
||
%changelog | ||
- Thu Jan 23 2025 Antoine Martin <[email protected]> 6.2.4-10 | ||
- Platforms, build and packaging: | ||
MS Windows custom build arguments | ||
EXE manigests optional | ||
EXE installer must overwrite previous version, all libraries | ||
`rpmspec` warnings | ||
`dev-env` subcommand errors on Debian systems | ||
- Network: | ||
scary warnings when RDP clients attempt to connect | ||
|
||
* Tue Jan 14 2025 Antoine Martin <[email protected]> 6.2.3-10 | ||
- Platforms, build and packaging: | ||
pillow 11.1.0 | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "xpra" | ||
version = "6.2.3" | ||
version = "6.2.4" | ||
authors = [ | ||
{name = "Antoine Martin", email = "[email protected]"}, | ||
{name = "Nathaniel Smith", email = "[email protected]"}, | ||
|
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