Dear all
The X2Go project is proud to announce a new release of the X2Go
component ,,pyhoca-cli''.
New gains of this version of ,,pyhoca-cli'' are:
o Fixed a crashing bug in session resumption.
o New command line parameter --dpi.
o New command line parameter --clipboard-mode.
o New command line parameter --kdrive.
o New command line parameter --list-cmdline-features.
o New command line parameter --non-interactive for forcefully preventing
password prompts via TTY.
o Only scan for SSH keys if none was provided.
o New command line parameter --ssh-passphrase.
The X2Go Project thanks Daniel Teichmann for improving our software.
X2Go Component: pyhoca-cli
Version: 0.6.1.3
Status: RELEASE
Timestamp: 1692686744
Date: Tue, 22 Aug 2023 08:45:44 +0200
Fixes these bug report(s): 1445
Changes:
pyhoca-cli (0.6.1.3) RELEASED; urgency=medium
.
[ Mike Gabriel ]
- New upstream release (0.6.1.3):
- pyhoca/cli/frontend.py: Fix reference before assignment error in
resume_session() method. Thanks to Randy Goldenberg for spotting
this. (Fixes: #1445).
- pyhoca-cli: Add cmdline parameter --dpi.
- pyhoca-cli: Do input check on value passed in via the --link option.
- pyhoca-cli: Add cmdline parameter --clipboard-mode.
- pyhoca-cli: Follow-up fix for --dpi switch. Fix input value verification.
Only demand an integer, if args.dpi is set to something else than None.
- pyhoca-cli: Add --kdrive cmdline option.
- pyhoca-cli.1 man page: Drop -d from --quiet documentation line.
- Move --dpi cmdline option from X2Go options to NX options.
- pyhoca-cli: Add cmdline option --list-cmdline-features. Required for
Remmina X2Go Plugin.
- pyhoca-cli: Write program version to STDOUT (not STDERR).
- man/man1/pyhoca-cli.1: Add documentation for --list-cmdline-features.
- pyhoca-cli: Don't try to immitate look_for_keys behaviour as implemented
in the x2go Python module.
.
[ Daniel Teichmann ]
- New upstream release (0.6.1.3):
- pyhoca-cli: Print debug message before exiting pyhoca-cli.
- Fix typo in man page.
- Add --non-interactive cmdline option for forcefully preventing password
queries on the TTY.
- {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if
appropriate.
- pyhoca{-cli,/cli/frontend.py}: Add --ssh-passphrase feature.
.
[ Mihai Moldovan ]
- New upstream version (0.6.1.3):
- misc: pre-release copyright update.
- man/man1/pyhoca-cli.1: pre-release date update.
- misc: change http:// to https:// links where appropriate.
- debian/control:
- Change http:// to https:// links where appropriate.
- debian/copyright:
- Change http:// to https:// links where appropriate.
- debian/watch:
- Change http:// to https:// links where appropriate.
- pyhoca-cli.spec:
- Change http:// to https:// links where appropriate.
- Drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).
- Remove pycache handling from the files list. Python-2-variants don't
have the concept of __pycache__ directories at all, so using
%pycache_only there is redundant. Python-3-variants sprinkle __pycache__
directories wherever there are .py files, which means that they are
conveniently contained in the "pyhoca" subdirectory of sitelib. Older
*SuSE versions, including Leap, just ignored files or directories in the
%files list that do not exist, but Tumbleweed is throwing an error if
you try to include a file or directory that does not exist. The fix is
easy: don't try to include the non-existent __pycache__ top-level
directory.
Regards,
Mihai Moldovan