Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 14, 2024
1 parent 034b0a5 commit 0115c0e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 7 deletions.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.0.11] 2024-09-14
* Platforms, build and packaging:
* [don't build ffmpeg encoder on MacOS](https://github.com/Xpra-org/xpra/commit/bf2f1a3f4927428da0ae4c5d40e5125c4c8617d0)
* [RPM builds without nvidia codecs failed](https://github.com/Xpra-org/xpra/commit/eeb6fd4cfb7c9c486b0c5649a993c4dc79099f34)
* [RPM simplify Fedora feature checks](https://github.com/Xpra-org/xpra/commit/034b0a5c5891595b9cbda687f1fed2c25607e4cb)
* Major:
* [verify ssl certificates can be accessed - not just the parent directory](https://github.com/Xpra-org/xpra/commit/f6e1caf75025a9f9354b587262d1350f7f915944)

## [5.0.10] 2024-09-10
* Platforms, build and packaging:
* [syntax compatibility fix](https://github.com/Xpra-org/xpra/commit/8b56099122a8a8f6f753b97421910de487c30335), [and another one](https://github.com/Xpra-org/xpra/commit/a74a949e90c5fb397c8e6cf590e9fed4aad10de4)
Expand Down
2 changes: 1 addition & 1 deletion fs/lib/cups/backend/xpraforwarder
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import subprocess, traceback
from urllib.parse import urlparse, parse_qs


__version__ = "5.0.10"
__version__ = "5.0.11"


#Writes a syslog entry (msg) at the default facility:
Expand Down
8 changes: 4 additions & 4 deletions packaging/MSWindows/xpra.iss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Setup]
AppName=Xpra
AppId=Xpra_is1
AppVersion=5.0.10
AppVerName=Xpra 5.0.10
UninstallDisplayName=Xpra 5.0.10
AppVersion=5.0.11
AppVerName=Xpra 5.0.11
UninstallDisplayName=Xpra 5.0.11
AppPublisher=xpra.org
AppPublisherURL=http:;xpra.org/
DefaultDirName={pf}\Xpra
Expand All @@ -16,7 +16,7 @@ OutputBaseFilename=Xpra_Setup
Compression=lzma2/max
SolidCompression=yes
AllowUNCPath=false
VersionInfoVersion=5.0.10
VersionInfoVersion=5.0.11
VersionInfoCompany=xpra.org
VersionInfoDescription=multi-platform screen and application forwarding system
WizardImageFile=packaging\MSWindows\xpra-logo.bmp
Expand Down
10 changes: 10 additions & 0 deletions packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
xpra (5.0.11-1) UNRELEASED; urgency=low
* Platforms, build and packaging:
- don't build ffmpeg encoder on MacOS
- RPM builds without nvidia codecs failed
- RPM simplify Fedora feature checks
* Major:
- verify ssl certificates can be accessed - not just the parent directory

-- Antoine Martin <antoine@xpra.org> Sat, 14 Sep 2024 22:13:37 +0700

xpra (5.0.10-1) UNRELEASED; urgency=low
* Platforms, build and packaging:
- syntax compatibility fixes
Expand Down
10 changes: 9 additions & 1 deletion packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# later version. See the file COPYING for details.

%define _disable_source_fetch 0
%define version 5.0.10
%define version 5.0.11

%define CFLAGS -O2
%define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-csc_cython --without-evdi --without-cuda_rebuild
Expand Down Expand Up @@ -785,6 +785,14 @@ fi


%changelog
* Sat Sep 14 2024 Antoine Martin <antoine@xpra.org> 5.0.11-10
- Platforms, build and packaging:
don't build ffmpeg encoder on MacOS
RPM builds without nvidia codecs failed
RPM simplify Fedora feature checks
- Major:
verify ssl certificates can be accessed - not just the parent directory

* Tue Sep 10 2024 Antoine Martin <antoine@xpra.org> 5.0.10-10
- Platforms, build and packaging:
syntax compatibility fixes
Expand Down
2 changes: 1 addition & 1 deletion xpra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

__version__ = "5.0.10"
__version__ = "5.0.11"

0 comments on commit 0115c0e

Please sign in to comment.