diff --git a/xpra-3.0.6.tar.xz b/xpra-3.0.6.tar.xz deleted file mode 100644 index b4b19e1..0000000 --- a/xpra-3.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0854503added465d745c7b079bd4784c42926c9e768a056fc8df2c78e3285557 -size 2754452 diff --git a/xpra-3.0.7.tar.xz b/xpra-3.0.7.tar.xz new file mode 100644 index 0000000..867c90a --- /dev/null +++ b/xpra-3.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc88ab4f7011f0f50f79f2cba97dd14503b336b451db2849f92bdf921b2b8c44 +size 2757140 diff --git a/xpra.changes b/xpra.changes index 0d0c66e..b995fb2 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Sat Mar 14 07:50:10 UTC 2020 - aloisio@gmx.com + +- Update to version 3.0.7 + * fix avcodec2 race condition crash + * fix errors when re-initializing windows (ie: toggling OpenGL + on or off) + * fix deiconification error when there are system trays + forwarded + * fix missing alpha channel when some windows are first shown + * fix systemd-run errors: verify it does work before trying to + use it + * fix server crashes on SIGINT: shutdown cleanly + * fix proxy server client connection setup error hanlder + * fix file authentication handler using a default password + filename + * fix directshow errors on local mingw installations + * fix opengl properties missing from server hello packet + * fix HTML5 sound-control errors when speaker forwarding is + disabled + * fix HTML5 "Terminate" options wrongly enabled in "Connect" + mode + * fix clipboard sharing with the MacOS shadow server + * fix MS Windows clipboard access denied errors + * fix X11 clipboard error handling: continue processing + * fix unit tests failures (clipboard, etc) + * fix bug report clipboard copy and screnshots + * fix clipboard timeouts when a client disconnects + * fix mdns cleanup done twice on server exit, causing errors + * fix malformed XSettings due to invalid color data format + * fix HMAC hashes exposed, keep only valid options + * fix 'showconfig' output for boolean values set to 'auto' + * fix parsing of client display information in legacy format + * fix validation of size-hints + * fix cursor saving debug code with GTK3 + * fix keyboard layout group not getting reset on client exit + * fix some empty keyboard layout group strings parsed as + non-empty + * fix keyboard-sync mode not being honoured by servers + * fix keyboard raw mode + * fix missing 'perispomeni' key mapping with Python 2 servers + * add missing debug logging to keyboard mapping + * more reliable lookup of keycodes when translating (non-X11 + clients) + * skip bundling some external test modules with binary + installers + * avoid spurious background worker warnings on exit + * make unavoidable comtypes error less scary + * add 'libreoffice' to the text mode whitelist + * packaging workarounds for setuptools breakage + ------------------------------------------------------------------- Mon Feb 10 11:20:15 UTC 2020 - Luigi Baldoni diff --git a/xpra.spec b/xpra.spec index 762c057..4b4ad8f 100644 --- a/xpra.spec +++ b/xpra.spec @@ -19,7 +19,7 @@ %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 3.0.6 +Version: 3.0.7 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 @@ -40,6 +40,7 @@ BuildRequires: pkgconfig BuildRequires: python3-Cython >= 0.20.0 BuildRequires: python3-devel BuildRequires: python3-gobject-devel +BuildRequires: python3-setuptools BuildRequires: update-desktop-files BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libavcodec) >= 58