SHA256
1
0
forked from pool/xpra

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

- Update to version 4.0.3
  * fix server crash caused by use after free in scrolling code
  * fix encryption option overzealously enforced on all socket
    types
  * fix network layer compression errors that can cause
    connections to drop
  * fix printing errors with some shell character encodings
  * fix NVENC h264 stream compatibility with HTML5 client
  * fix windows not getting focused when clicking on title bar
    (HTML5)
  * fix suspend / resume errors with tray windows
  * fix garbled terminal when ssh messages and 'top' client
    conflict
  * fix OpenGL force-enable option not honoured
  * fix tray geometry errors
  * fix socket setup error handler
  * fix minimum video scaling not being honoured via heuristics
  * fix error in main thread verifier (fortunately, never fired)
  * fix archlinux build root stripping
  * fix detection of named-pipe creation errors
  * fix clipboard data sometimes going missing when ownership
    changes
  * fix memory contents of the swscale pixel format object
  * fix csc_swscale converter getting recycled every time
  * fix division by zero errors during window cleanup
  * fix rfb connections missing all screen updates
  * fix toolbox examples when running under wayland
  * fix notification widget wrongly stealing input focus
  * fix support for building with CUDA 11.0
  * fix unshrinkable session-info window
  * fix window resizing errors when non-GUI clients are also
    connected
  * avoid ever using b-frames for text content
  * avoid opengl warning with wayland
  * add extra environment variables to try to disable any server
    side scaling
  * also update mdns records when the session name changes
  * workaround for older versions of python-cryptography
  * use 'text' mode for 'geany' (fixes lossy screen updates)
  * ensure all toolbox windows set a correct and readable window
    title
  * make it possible to specify the path used for saving video
    streams / frames

OBS-URL: https://build.opensuse.org/request/show/824982
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=53
This commit is contained in:
Luigi Baldoni 2020-08-08 11:41:03 +00:00 committed by Git OBS Bridge
parent be9d05d752
commit a0e2d8931f
4 changed files with 53 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:371f8002261db2113d566aecf12ab9c8e2d6460c2799278df2cb85e2ae6e4e15
size 2791100

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Sat Aug 8 08:24:00 UTC 2020 - aloisio@gmx.com
- Update to version 4.0.3
* fix server crash caused by use after free in scrolling code
* fix encryption option overzealously enforced on all socket
types
* fix network layer compression errors that can cause
connections to drop
* fix printing errors with some shell character encodings
* fix NVENC h264 stream compatibility with HTML5 client
* fix windows not getting focused when clicking on title bar
(HTML5)
* fix suspend / resume errors with tray windows
* fix garbled terminal when ssh messages and 'top' client
conflict
* fix OpenGL force-enable option not honoured
* fix tray geometry errors
* fix socket setup error handler
* fix minimum video scaling not being honoured via heuristics
* fix error in main thread verifier (fortunately, never fired)
* fix archlinux build root stripping
* fix detection of named-pipe creation errors
* fix clipboard data sometimes going missing when ownership
changes
* fix memory contents of the swscale pixel format object
* fix csc_swscale converter getting recycled every time
* fix division by zero errors during window cleanup
* fix rfb connections missing all screen updates
* fix toolbox examples when running under wayland
* fix notification widget wrongly stealing input focus
* fix support for building with CUDA 11.0
* fix unshrinkable session-info window
* fix window resizing errors when non-GUI clients are also
connected
* avoid ever using b-frames for text content
* avoid opengl warning with wayland
* add extra environment variables to try to disable any server
side scaling
* also update mdns records when the session name changes
* workaround for older versions of python-cryptography
* use 'text' mode for 'geany' (fixes lossy screen updates)
* ensure all toolbox windows set a correct and readable window
title
* make it possible to specify the path used for saving video
streams / frames
-------------------------------------------------------------------
Fri Jul 17 22:22:24 UTC 2020 - Markus Ebner <info@ebner-markus.de>

View File

@ -19,7 +19,7 @@
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: 4.0.2
Version: 4.0.3
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
@ -144,6 +144,8 @@ python3 setup.py install \
--root %{buildroot} \
--prefix %{_prefix} \
--with-service \
--with-Xdummy \
--with-Xdummy_wrapper \
--verbose
#Install nvenc.keys file