diff --git a/xpra-2.5.1.tar.xz b/xpra-2.5.1.tar.xz deleted file mode 100644 index b2771c8..0000000 --- a/xpra-2.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95062fbb8894a8dcca983ce96066e8e7dd92722b7c5928e1a5a24d5a8f5e8392 -size 2483148 diff --git a/xpra-2.5.2.tar.xz b/xpra-2.5.2.tar.xz new file mode 100644 index 0000000..f8dc827 --- /dev/null +++ b/xpra-2.5.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa21f76ab34f7bb119f74c6184db53f69e0c0809e94c204b83d6706521270fd +size 2488676 diff --git a/xpra.changes b/xpra.changes index 86999e0..07fd2a2 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Fri Jun 14 07:11:10 UTC 2019 - Luigi Baldoni + +- Update to version 2.5.2 + * fix mmap leak which can cause the client to stop painting + * fix OpenGL crashes: don't try to use it when probing process + has crashed + * fix errors in avahi error handler + * fix connection errors when loading ssh public keys + * fix tests being run with the wrong python interpreter version + * fix systemd-run using the wrong python interpreter version + * fix start menu with python3 clients + * fix x264 encoder failing to create a compatible stream for + the html5 client + * fix unnecessary xdg menu data in some subcommands + * fix large xdg menu data causing initial packet size errors + * fix packet size warning message format + * fix start menu with python3 clients + * fix html5 client connection error when xdg-menu data is + missing + * fix html5 client compatibility with buggy x264 encoders (as + above) + * fix html5 client clipboard packet format + * fix session info graphs start values + * fix colour channels swapped with some window icons and + desktop servers + * fix slower compression code path wrongly used when av-sync + is disabled + * fix icon type attribute (remove dot) + * fix signal forwarding with python3 servers + * fix system tray forwarding with python3 servers + * fix socket attributes name lookup for xpra info + * fix handling proxy server info requests + * fix proxy server info errors trying to enumerate sessions + * fix automatic MTU adjustements with UDP transport + * fix NVENC compatiblity with library soname found in newer + installers + * fix invalid python2 DEB dependency in main meta package + * fix default config value for opengl attribute + * fix HTML5 client authentication issue when going through a + proxy server + * fix socket errors on startup with bind-ssl + * fix server dbus service attribute accessor methods + * fix network jitter injector + * fix avahi mdns publisher test tool + * fix zeroconf error when service info is not available + * fix remote ssh failures with python3-only installations + * fix automatic interpreter version switching when re-executing + * fix start-via-proxy exit code handler + * fix socket-permissions option not being honoured + * fix error in the codec loader if the first codec attempted + fails + * fix error in the codec instantiation leak detection code + * fix exit hooks not being called with 'exit-with-client' + * fix RandR build errors with older versions of Cython (ie: + Xenial) + * fix GTK3 build of the keyboard test tool on MS Windows + * fix errors parsing xresources + * fix handling of xsettings with python3 servers + * fix font hinting detection with python3 + * fix errors during cleanup if server initialization or + startup had failed + * fix pure python3 builds cairo headers used + * updated package dependencies: recommend python-dns for sshfp + support + ------------------------------------------------------------------- Fri Apr 26 22:18:38 UTC 2019 - Luigi Baldoni diff --git a/xpra.spec b/xpra.spec index 6ca6bf1..30dbfdf 100644 --- a/xpra.spec +++ b/xpra.spec @@ -23,7 +23,7 @@ %endif %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 2.5.1 +Version: 2.5.2 Release: 0 Summary: Remote display server for applications and desktops License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later AND MIT @@ -80,6 +80,7 @@ Requires: shared-mime-info Requires: xf86-video-dummy Requires: xorg-x11-xauth Requires(post): %fillup_prereq +Recommends: python2-dnspython Recommends: python2-opencv Recommends: python2-paramiko %{?systemd_requires}