Dear all
The X2Go project is proud to announce a new release of the X2Go
component ,,x2gokdrive''.
New gains of this version of ,,x2gokdrive'' are:
o support for building on Debian trixie/sid
o automatic application of latest patchset if X.Org Server version is
incompatible
o keepalive pings raised to 120 seconds for web clients
X2Go Component: x2gokdrive
Version: 0.0.0.3
Status: RELEASE
Timestamp: 1710327574
Date: Wed, 13 Mar 2024 11:59:34 +0100
Changes:
x2gokdrive (0.0.0.3) RELEASED; urgency=medium
.
[ Mike Gabriel ]
* New upstream version (0.0.0.3):
- {patches.xorg/,x2gokdrive.spec}: Add semi-auto-detection of latest
available patchset and fallback to that if we don't have a patchset for
an exact xorg-server version.
- patches.xorg/: add 21.1.10 subdirectory for current Debian
testing/unstable with rebased patch set.
* debian/Jenkinsfile:
+ Add file. Initiate CI builds.
* debian/control:
+ Prefer libgl-dev (new dev:pkg to use since bookworm) over
libgl1-mesa-dev.
+ Prefer libxcb-util-dev over ibxcb-util0-dev (not available in Debian
trixie anymore).
* debian/rules:
+ Add semi-auto-detection of latest available patchset and fallback to that
if we don't have a patchset for an exact xorg-server version.
.
[ Mihai Moldovan ]
* New upstream version (0.0.0.3):
- x2gokdriveremote.{c,h}: use a client keepalive timeout of 120 seconds
for the web client, keep other clients on 30 seconds. Web browsers
throttle JavaScript timers of background tabs for energy saving reasons.
Even though Chrome and Firefox refrain from aggressive throttling when
tabs use WebSocket connections, this might not always work correctly.
Since timers typically coalesce at one-minute intervals, a two-minutes
timeout should be fine.
- misc: pre-release date update.
* debian/rules:
+ Fix typo: ibxcb-util0-dev => libxcb-util0-dev. Fixes builds on buster.
Regards,
Mihai Moldovan