Dear all
The X2Go project is proud to announce a new release of the X2Go
component ,,python-x2go''.
New gains of this version of ,,python-x2go'' are:
o (experimental) KDrive backend support
o fixed Cinnamon support (non-3D)
o fixed printing dialog with Python 2
o crash fix for Python-2-based PyHoca GUI versions
o no more Python 2 builds on FC31+ (TBD)
X2Go Component: python-x2go
Version: 0.6.1.0
Status: RELEASE
Timestamp: 1574233745
Date: Wed, 20 Nov 2019 08:09:05 +0100
Changes:
python-x2go (0.6.1.0) RELEASED; urgency=medium
.
[ Mike Gabriel ]
- New upstream version (0.6.1.0):
- X2GoSessionInfo: Drop debug print command.
- X2GoSessionInfo: Handle non-initialized X2GoSessionInfo instance
more gracefully.
- X2GoSessionInfo: Cache virtually immutable session type.
- X2GoSessionInfo: Add is_initialized() method.
- X2GoTerminalSession: Fix __doc__ string of constructor.
- X2GoTerminalSession: Fully delegate the session type handling
and remembering to the session's X2GoSessionInfo object.
- Add X2Go KDrive graphical rendering backend support.
- X2GoServerSessionList: Provide proper accessor method for getting
the complete list of sessions.
- Fix CINNAMON (2d) support.
- x2go/{backends/printing/file.py,defaults.py}: Fix type mismatch (str
vs. unicode) when opening print settings dialog in PyHoca-GUI (still
using Python2).
- x2go/log.py: Fix exception triggered in Python2'ish pyhoca-gui due to
wrong string encoding stemming for Python X2Go's logger code.
- debian/control:
- Add x2gokdriveclient as hard dependency for both bin:pkgs python{,3}-
x2go.
.
[ Mihai Moldovan ]
- New upstream version (0.6.1.0):
- python-x2go.spec:
- Newer RPM versions bail out on extra data (even comments) after an
%endif clause, so move the comment to a separate line. Technically,
comments are only allowed at the start of a line, so that's not
incorrect...
- Disable python2 builds on FC31+. Python 2 support has been deprecated in
FC30 with a mass-removal of packages and FC31 continues this trend, but
also disallows building new Python 2 packages.
- Fix syntax error: if => %if.
- debian/control:
- Make x2gokdriveclient a recommendation rather than a dependency because
we haven't had a proper release of that package yet.
Regards,
Mihai Moldovan