Skip to content

Commit

Permalink
oops: skipped version
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 13, 2024
1 parent 560e251 commit 3b240bf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
5 changes: 1 addition & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Changelog

## [5.0.11] 2024-07-09
* TODO

## [5.0.10] 2024-07-03
## [5.0.10] 2024-07-13
* Encodings:
* [`mmap` race condition](https://github.com/Xpra-org/xpra/commit/85e5a753aa96999d8160d71bff094f682ae3fc74)
* [validate openh264 colorspace](https://github.com/Xpra-org/xpra/commit/0be7faef9ee503efabcd6d925ded8259243e4ac9)
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.11"
__version__ = "5.0.10"


#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.11
AppVerName=Xpra 5.0.11
UninstallDisplayName=Xpra 5.0.11
AppVersion=5.0.10
AppVerName=Xpra 5.0.10
UninstallDisplayName=Xpra 5.0.10
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.11
VersionInfoVersion=5.0.10
VersionInfoCompany=xpra.org
VersionInfoDescription=multi-platform screen and application forwarding system
WizardImageFile=packaging\MSWindows\xpra-logo.bmp
Expand Down
7 changes: 1 addition & 6 deletions packaging/debian/xpra/changelog
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
xpra (5.0.11-1) UNRELEASED; urgency=low
* TODO

-- Antoine Martin <[email protected]> Tue, 09 Jul 2024 01:03:38 +0700

xpra (5.0.10-1) UNRELEASED; urgency=low
* TODO

-- Antoine Martin <[email protected]> Wed, 03 Jul 2024 15:20:53 +0700
-- Antoine Martin <[email protected]> Sat, 13 Jul 2024 11:46:24 +0700

xpra (5.0.9-1) UNRELEASED; urgency=low
* Encodings:
Expand Down
7 changes: 3 additions & 4 deletions 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.11
%define version 5.0.10

%define CFLAGS -O2
%define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-csc_cython --without-evdi --without-cuda_rebuild
Expand Down Expand Up @@ -778,10 +778,9 @@ fi


%changelog
* Tue Jul 09 2024 Antoine Martin <[email protected]> 5.0.11-10
- TODO
* Wed Jul 03 2024 Antoine Martin <[email protected]> 5.0.10-10
* Sat Jul 13 2024 Antoine Martin <[email protected]> 5.0.10-10
- TODO

* Fri May 31 2024 Antoine Martin <[email protected]> 5.0.9-10
- Encodings:
video encoding errors causing missed screen updates
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.11"
__version__ = "5.0.10"

0 comments on commit 3b240bf

Please sign in to comment.