Skip to content

Commit

Permalink
version bump + update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 16, 2022
1 parent da0f001 commit 2bebf01
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [4.4.3] 2022-11-16
* [build failures on 32-bit systems](https://github.com/Xpra-org/xpra/issues/3685)
* [splash screen hanging after connection failures](https://github.com/Xpra-org/xpra/commit/da0f001dc4b952774627e4d70e0bd849eaf07071)

## [4.4.2] 2022-11-04
* [unit test errors with older versions of python pillow](https://github.com/Xpra-org/xpra/commit/7c916589e165769587100ba83e55cdea923c713e)
* [worker thread cleaner termination](https://github.com/Xpra-org/xpra/commit/54775f1cba980780d88cbe197972e1de634e15cb)
Expand Down
8 changes: 4 additions & 4 deletions packaging/MSWindows/xpra.iss
@@ -1,9 +1,9 @@
[Setup]
AppName=Xpra
AppId=Xpra_is1
AppVersion=4.4.2
AppVerName=Xpra 4.4.2
UninstallDisplayName=Xpra 4.4.2
AppVersion=4.4.3
AppVerName=Xpra 4.4.3
UninstallDisplayName=Xpra 4.4.3
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=4.4.2
VersionInfoVersion=4.4.3
VersionInfoCompany=xpra.org
VersionInfoDescription=multi-platform screen and application forwarding system
WizardImageFile=packaging\MSWindows\xpra-logo.bmp
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/xpra/changelog
@@ -1,3 +1,9 @@
xpra (4.4.3-1) UNRELEASED; urgency=low
* build failures on 32-bit systems
* splash screen hanging after connection failures

-- Antoine Martin <antoine@nagafix.co.uk> Wed, 16 Nov 2022 17:53:50 +0700

xpra (4.4.2-1) UNRELEASED; urgency=low
* unit test errors with older versions of python pillow
* worker thread cleaner termination
Expand Down
6 changes: 5 additions & 1 deletion packaging/rpm/xpra.spec
Expand Up @@ -4,7 +4,7 @@
# later version. See the file COPYING for details.

%define _disable_source_fetch 0
%define version 4.4.2
%define version 4.4.3

%define CFLAGS -O2
%define DEFAULT_BUILD_ARGS --with-Xdummy --without-enc_x265 --pkg-config-path=%{_libdir}/xpra/pkgconfig --rpath=%{_libdir}/xpra --without-cuda_rebuild
Expand Down Expand Up @@ -641,6 +641,10 @@ fi


%changelog
* Wed Nov 16 2022 Antoine Martin <antoine@xpra.org> 4.4.3-10
- build failures on 32-bit systems
- splash screen hanging after connection failures

* Fri Nov 04 2022 Antoine Martin <antoine@xpra.org> 4.4.2-10
- unit test errors with older versions of python pillow
- worker thread cleaner termination
Expand Down
2 changes: 1 addition & 1 deletion xpra/__init__.py
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__ = "4.4.2"
__version__ = "4.4.3"

0 comments on commit 2bebf01

Please sign in to comment.