SHA256
1
0
forked from pool/xpra

Accepting request 811774 from home:alois:branches:X11:Utilities

- Update to version 4.0.2
  * fix encryption not honoured with TCP sockets upgraded to
    WebSocket
  * fix xpra top client refresh rate via timer
  * fix opengl client info format shown in 'xpra top'
  * fix format of attributes given to glXChooseVisual
  * fix crashes in OpenGL context setup on X11
  * fix race condition in window statistics
  * fix server errors when non-interactive clients are connected
  * fix tray toolbox app
  * fix X11 server key symbol lookup via Xkb
  * html5 fixes:
    + fix missing desktop background
    + client errors painting rgb32 data with a padded rowstride
    + clipboard wrongly clearing data on failures
    + compatibility issues with Internet Explorer
    + missing transparency for windows in focus
    + no windows focused after close
    + connection errors caused by spurious packets
    + error in invalid packet handler
    + AES encrypted connections
    + connection errors with AES and lz4 (disable lz4 for now)
    + packet error with very small paint packets
    + 'insecure passwords' option shown in the wrong cases
    + handle window iconification messages
    + update version in about page
  * fix connection errors with 'None' values in bencoder (ie:
    html5)
  * fix connection errors with websocket connections and AES
    encryption
  * fix duplicate clipboard token sent with MS Windows servers
  * fix window initialization errors causing server startup
    failures
  * remove invalid extra strings from mdns service name
  * workaround bugs in pyxdg / menu configuration
  * add 'terminator' to the 'text' application hint
  * more explicit error message when trying to use python2

OBS-URL: https://build.opensuse.org/request/show/811774
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=49
This commit is contained in:
Luigi Baldoni 2020-06-05 11:38:22 +00:00 committed by Git OBS Bridge
parent b4e91e46aa
commit 4dcfec4235
4 changed files with 45 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77a4e6db10621c6e562362e052cf446afe6c8b576b6c02e486a3e03ed6122b67
size 2788112

3
xpra-4.0.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ddcca7fca3f594d2d71855c05defcaed566132911d61e04a113a612bf4c43b3
size 2789360

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Fri Jun 5 11:25:10 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 4.0.2
* fix encryption not honoured with TCP sockets upgraded to
WebSocket
* fix xpra top client refresh rate via timer
* fix opengl client info format shown in 'xpra top'
* fix format of attributes given to glXChooseVisual
* fix crashes in OpenGL context setup on X11
* fix race condition in window statistics
* fix server errors when non-interactive clients are connected
* fix tray toolbox app
* fix X11 server key symbol lookup via Xkb
* html5 fixes:
+ fix missing desktop background
+ client errors painting rgb32 data with a padded rowstride
+ clipboard wrongly clearing data on failures
+ compatibility issues with Internet Explorer
+ missing transparency for windows in focus
+ no windows focused after close
+ connection errors caused by spurious packets
+ error in invalid packet handler
+ AES encrypted connections
+ connection errors with AES and lz4 (disable lz4 for now)
+ packet error with very small paint packets
+ 'insecure passwords' option shown in the wrong cases
+ handle window iconification messages
+ update version in about page
* fix connection errors with 'None' values in bencoder (ie:
html5)
* fix connection errors with websocket connections and AES
encryption
* fix duplicate clipboard token sent with MS Windows servers
* fix window initialization errors causing server startup
failures
* remove invalid extra strings from mdns service name
* workaround bugs in pyxdg / menu configuration
* add 'terminator' to the 'text' application hint
* more explicit error message when trying to use python2
-------------------------------------------------------------------
Sun May 17 16:39:00 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -19,7 +19,7 @@
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: 4.0.1
Version: 4.0.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