diff --git a/xpra-2.5.1.tar.xz b/xpra-2.5.1.tar.xz new file mode 100644 index 0000000..b2771c8 --- /dev/null +++ b/xpra-2.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95062fbb8894a8dcca983ce96066e8e7dd92722b7c5928e1a5a24d5a8f5e8392 +size 2483148 diff --git a/xpra-2.5.tar.xz b/xpra-2.5.tar.xz deleted file mode 100644 index 4b081e2..0000000 --- a/xpra-2.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d2c753d20b0dd07dee4ee0beab91911181ee2c4ff0248a5995cdcfb643ccc60 -size 2512228 diff --git a/xpra.changes b/xpra.changes index ec5ee56..86999e0 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Fri Apr 26 22:18:38 UTC 2019 - Luigi Baldoni + +- Update to version 2.5.1 + * fix sending of icons as premultipled ARGB + * fix compatibility with old versions of python-pillow + * fix scroll encoding code flow (should be impossible to hit) + * fix handling of info requests with Python3 servers + * fix missing option for lock argument in man page + * fix ssh errors handling authentication failures + * fix ssh server connections and support 'none' authentication + * fix start new command menu + * fix appindicator failures when we fail to locate the default + icon + * fix command line tools usage under cygwin and terminal + emulators + * fix pointer position on multi-monitor shadow servers + * fix system tray forwarding with python3 servers + * fix window icons forwarding (MS Windows and MacOS mostly) + * fix detection of splash window types + * fix server startup errors when X11 root properties are + invalid + * fix shadow server startup failures on MacOS + * fix system tray errors during shadow server startup on MacOS + * fix printing errors with python3 builds and rencode packet + encoder + * fix parsing of printer options + * fix dispatching of printer jobs to clients with python3 + servers + * fix parsing of key symbol definitions with python3 servers + * fix compatibility with older versions of GTK3 + * fix proxy video encoders initialization + * fix 'missing encodings' server error with python3 + * fix spurious clipboard warning when clipboard is disabled + * disable modal windows by default (was enabled by default + since v2.3) + * workaround buggy system trays + * try harder to prevent hash collisions in scroll encoding + * skip risky opengl probing when the initial check failed + * prevent file conflicts with older packages + * don't use appindicator with Fedora Gnome + * minor packaging fixes (dates) + * remove spurious ssh dnssec check logging + * bump version in cups backend + ------------------------------------------------------------------- Tue Mar 26 14:18:16 UTC 2019 - Luigi Baldoni diff --git a/xpra.spec b/xpra.spec index 88676de..6ca6bf1 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 +Version: 2.5.1 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