This is an automated email from the git hooks/post-receive script.

x2go pushed a change to annotated tag 0.6.1.3
in repository x2goclient.

        at  c6245eb5  (tag)
   tagging  66cc615e5ae2d6ae4f2f1eb99178105b8a3510c0 (commit)
  replaces  0.6.1.2
 tagged by  Mihai Moldovan
        on  Tue Aug 22 08:48:57 2023 +0200

- Log -----------------------------------------------------------------
Upstream version 0.6.1.3
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAmTkWlkPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqHF+UP/2yrzzvbZM5C/kKFPrwp95pqspjjJ6HGuifs
pfcnWRfgNqparJeaykACroGzqHe2AfHEZ7wVIcgCTApSfbBAiv2cgz+FIyZgLp2y
8M4Wdb36kShMhyK2XTJk+tdGwzgAfPL1+lxAFbDtxy1AtAGAECJ0kzwGWQsckN15
JOnlba0uvnvU9D8UABvQ0+w5W6bVWj514sKku+b8IaGmT4XZ7K0ADbfTqY/wYbf8
qGDNEWhRARQ22gslbi+MGYJIpkOpdqwXDqwOHtHfnVb8bintQ5DPsc94VTgPLW5p
LW9LJRL2p3Pk2uqRarSDQuQug1jLebuUjdhOPX7Dtlj3WZ7WuqAyOaaUZpBq1yrH
k/8ad2liJ6x+0XFyzkqsJSm6v7Ievxam6fBZ351OR7lqcGQOrHjESyzJ910RcDzh
Z8SST9XnkAAox8loTHNlWgxtw2P1lt03a7kOfrQgsbFgfmfkGu/fawGYGpt9Zt/5
tdyoWJKJ+eKLKQCGRXhxz3XAU0H0Yyyc0HkKiDC/e3XYyssmT9EuRuO67UijrPP3
eJUCxXLLNb+mcKjGJI9OPPFDHEapwpBnrCtLJsA5UHWCaWyXcB03EfzOV+yGqHhZ
ptfHXyF5JiuScTG3eBzsEuDu8uGQXVzkm+x0RcAkdrV3CfoJhziqzeM9MutqYwi9
KqS960gp
=DM8m
-----END PGP SIGNATURE-----

Daniel Teichmann (6):
      Fix typo in man page.
      pyhoca-cli: Print debug message before exiting pyhoca-cli.
      {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if 
appropriate.
      {pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.
      {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh keys if 
appropriate.
      {pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase feature.

Mihai Moldovan (10):
      debian/changelog: sync with git history.
      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.
      pyhoca-cli.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and 
Tumbleweed (and ALP).
      pyhoca-cli.spec: Remove pycache handling from the files list.

Mike Gabriel (19):
      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 --clipboard-mode.
      pyhoca-cli: Do input check on value passed in via the --link option.
      pyhoca-cli: Add cmdline parameter --dpi.
      d/changelog: update from Git log
      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 option.
      man/man1/pyhoca-cli.1: Fix docs for --quiet option.
      debian/changelog: update from Git log
      Move --dpi cmdline option from X2Go options to NX options.
      Rename 'NX options' to 'session options'.
      pyhoca-cli: Add cmdline option --list-cmdline-features. Required for 
Remmina X2Go Plugin.
      pyhoca-cli: Write program version to STDOUT (not STDERR).
      d/changelog: update from Git history
      {pyhoca-cli,pyhoca/cli/frontend.py}: Add --non-interactive cmdline option 
for forcefully preventing password queries on the TTY.
      man/man1/pyhoca-cli.1: Add documentation for --list-cmdline-features.
      Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Add --ssh-passphrase 
feature."
      Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Only look for private ssh 
keys if appropriate."
      pyhoca-cli: Don't try to immitate look_for_keys behaviour as implemented 
in the x2go Python module.

X2Go Release Manager (2):
      Continue development
      release 0.6.1.3

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  3a139d8c  Continue development
       new  2b507520  pyhoca/cli/frontend.py: Fix reference before assignment 
error in resume_session() method. Thanks to Randy Goldenberg for spotting this. 
(Fixes: #1445).
       new  c804576f  Fix typo in man page.
       new  dd72855a  pyhoca-cli: Print debug message before exiting pyhoca-cli.
       new  7e84ca49  pyhoca-cli: Add cmdline parameter --clipboard-mode.
       new  3633dc42  pyhoca-cli: Do input check on value passed in via the 
--link option.
       new  1b9745d8  pyhoca-cli: Add cmdline parameter --dpi.
       new  0e49d54a  d/changelog: update from Git log
       new  7928f2e7  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.
       new  0cc6456c  pyhoca-cli: Add --kdrive option.
       new  714f18c0  man/man1/pyhoca-cli.1: Fix docs for --quiet option.
       new  38374d38  debian/changelog: update from Git log
       new  c0404517  Move --dpi cmdline option from X2Go options to NX options.
       new  bbd66e60  Rename 'NX options' to 'session options'.
       new  17d1be13  pyhoca-cli: Add cmdline option --list-cmdline-features. 
Required for Remmina X2Go Plugin.
       new  8b7f6f88  pyhoca-cli: Write program version to STDOUT (not STDERR).
       new  8b08adf6  d/changelog: update from Git history
       new  fc0d0b76  {pyhoca-cli,pyhoca/cli/frontend.py}: Add 
--non-interactive cmdline option for forcefully preventing password queries on 
the TTY.
       new  22b84024  man/man1/pyhoca-cli.1: Add documentation for 
--list-cmdline-features.
       new  8ce1d32e  {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for 
private ssh keys if appropriate.
       new  9eea3710  {pyhoca-cli, pyhoca/cli/frontend.py}: Add 
--ssh-passphrase feature.
       new  c861a11d  Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Add 
--ssh-passphrase feature."
       new  7303ada0  Revert "{pyhoca-cli, pyhoca/cli/frontend.py}: Only look 
for private ssh keys if appropriate."
       new  e1254458  {pyhoca-cli, pyhoca/cli/frontend.py}: Only look for 
private ssh keys if appropriate.
       new  c12d0ca9  pyhoca-cli: Don't try to immitate look_for_keys behaviour 
as implemented in the x2go Python module.
       new  104e24b7  {pyhoca-cli, pyhoca/cli/frontend.py}: Add 
--ssh-passphrase feature.
       new  99d88c5f  debian/changelog: sync with git history.
       new  ec73e6e8  misc: pre-release copyright update.
       new  cb51dc85  man/man1/pyhoca-cli.1: pre-release date update.
       new  dc22e75e  misc: change http:// to https:// links where appropriate.
       new  1a69a648  debian/control: change http:// to https:// links where 
appropriate.
       new  9429b0ec  debian/copyright: change http:// to https:// links where 
appropriate.
       new  f996ca85  debian/watch: change http:// to https:// links where 
appropriate.
       new  b4ef0d16  pyhoca-cli.spec: change http:// to https:// links where 
appropriate.
       new  79aad4b0  pyhoca-cli.spec: drop Python 2 support for OpenSuSE Leap 
15.4+ and Tumbleweed (and ALP).
       new  de2d79e8  pyhoca-cli.spec: Remove pycache handling from the files 
list.
       new  66cc615e  release 0.6.1.3

The 37 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-tags mailing list
x2go-tags@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-tags

Reply via email to