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

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

        at  fe679671  (tag)
   tagging  071bd72d80d20a325613e38ed6296d2788dd65e5 (commit)
  replaces  0.6.1.1
 tagged by  Mihai Moldovan
        on  Thu Dec 26 13:25:23 2019 +0100

- Log -----------------------------------------------------------------
Upstream version 0.6.1.2
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAl4EprMPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqH5m0QAIMb9b3+mfw/UO8KS5jmpQgJoSbokYHBPjFq
O2Jx6/eZ6DUsaAoGESRURcek6XHG50ZpdfLvfF6qrI/wK8xrpZ4YVMkTauj3PF9E
yL8EWFFjlYyzKFqrPE6DEGqYcQP+pPgrVeaJFPLpO2oQQPdl2dahAeRWfCy61NR1
r4jJQF8Z6e8WCr/tfC0lwTt+h8apj1A7uZW9fTcb9V23AfOmocmTDBJGrXMBg2bx
hG1+6ghCN/g7xgdgjDuCnbi6oFyuXvM7RTB/+7Mq5aLhRs2j4a0euynHY1TT/rFD
oGA2DKERR++dYtmRf6RIZ2qUGKTY128oWpRfLcpHgDWLcGMLi1gYZGkd+h4mhn5z
enbby0ToyMeeQmq5h2Wm/vmWxpmP6VstyuztVTRsr//WXktsqogWAMFD2geiIwB5
C82wpWfVTIoWemWeqmgEcJxoqBAyjv7ZBMuZ178ISSIZq24ZKAZ1WuG+EBgyYHtP
bLhH+TUc43YqgBQZFkIZ8zeVh+8CNZqT7LzVsIkMIblGfk8PLgtPU6s4jM2s7EUV
0bcHWjlTzIqGskZy5Hs/YBIxgVNkmdSR83x+X/aGAzoVVqcKE/fUCZq+gUJ8VSuB
ROmDnHDj+4IkcHbeoQ+uWU+0GxjiLQ3wQMBTL8PHJJQMBOPEUNIHerBqjF4J+7Eo
necKp+rx
=V3CM
-----END PGP SIGNATURE-----

Mihai Moldovan (23):
      pyhoca-cli.spec: backport macros from python-x2go.spec.
      pyhoca-cli.spec: prefer Python 3 if both variants have been requested, so 
that we only ever build for one variant.
      pyhoca-cli.spec: use %{?with_pythonX} and %{name_helper_pythonX} macros.
      pyhoca-cli.spec: replace hashbang with version determined by name helper.
      pyhoca-cli.spec: fix syntax error.
      pyhoca-cli.spec: actually change the hashbang of a file...
      pyhoca-cli.spec: fix building Python 2 variant on older *SuSE variants.
      pyhoca-cli.spec: also fix install phase for Python 2 variant on older 
*SuSE variants.
      pyhoca-cli.spec: fix files section on older *SuSE variants.
      pyhoca-cli.spec: fix files section on older *SuSE variants again, remove 
faulty slash.
      pyhoca-cli.spec: use %{name} instead of hardcoding the string in %prep.
      pyhoca-cli.spec: fix selecting either Python 2 XOR 3.
      pyhoca-cli.spce: fix typo in Python-2-Requires: line: random % char.
      pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds 
need python-devel as a build requirement (only)... for some weird reason.
      Revert "pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure 
Python-3-builds need python-devel as a build requirement (only)... for some 
weird reason."
      pyhoca-cli.spec: actually fix issue: macros are expanded even in 
commented lines and some of them were not properly escaped via double percent 
sign characters.
      pyhoca-cli.spec: fix another unescaped macro in comment.
      pyhoca-cli.spec: fix newer *SuSE versions: 15.0+ seem to install the 
pycace files into a subdirectory based on the package name.
      pyhoca-cli.spec: fix spelling error in pycache directory.
      pyhoca-cli.spec: actually apply pycache changes to 15.0+ and not just 
15.1+.
      pyhoca-cli.spec: also apply pycache changes to Tumbleweed, which seems to 
not get caught by %{sle_version}.
      debian/changelog: fix version in description.
      man/man1/pyhoca-cli.1: pre-release date update.

X2Go Release Manager (2):
      Continue development
      release 0.6.1.2

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

This annotated tag includes the following new commits:

       new  5b39fdfd  * re-importing projects
       new  f5102f6a  * added folder for pyhoca-cli based GUI (name may still 
change)
       new  8a10b824  * an example skeleton (not functional yet) for a common 
file hierarchy for   PyHoca CLI+GUI
       new  052f0527  * completely egg'ified / class'ified PyHocaCLI   -> 
PyHocaCLI(args, logger, liblogger) can now be called from within      your 
programmes
       new  e886078f  * remove ppring import * added __doc__ strings that 
allude that documentation work is still   missing
       new  a492d594  * pyhoca-cli is currently broken... * temporarily removed 
symlinks to local Python X2go copy * initial bugfixing
       new  5cf374ab  * fixed pyhoca-cli
       new  64696c5d  * re-added pyhoca-cli symlinks to Python X2go working copy
       new  7671d39b  * using double underscore method names for core methods 
in X2goClient
       new  4e17df00  * intermediate check-in on the way of proper session 
profile handling
       new  a077a980  * added --session-profile option (run a session profile 
as configured in ~/.x2goclient/sessions)
       new  03caa0af  * added --list-profiles option to PyHoca CLI
       new  e636fd35  * adapted pyhoca-cli to changes in X2goClient API (strict 
separation of session   profile based methods and session oriented methods)
       new  8ca39e2e  * PyHoca-CLI adaptations to changes in Python X2go API
       new  7e59b3d1  * improved error handling for crash X2go session 
(integration in to PyHoca-CLI)
       new  a99ff622  * fixing name tag whe logging (to distinguish X2goClient 
instance logging   and PyHocaCLI class logging)
       new  95b44ad2  * PyHocaCLI class and its X2goClient parent class now 
have separate loggers * X2goSessionExceptions are now caught more globally * 
allowing session profile option override from the command line
       new  3e09aa96  * wrong copyright header * removed Replaces:-line in 
control file
       new  06253923  * pyhoca-cli build script
       new  a711bdc4  * added support for retrieving current local user from 
x2go module
       new  d63d6c97  * move _touch_file further up in the code
       new  6a252cc5  * creating .ssh directory if not present
       new  34ba3c7e  * added SSH rootdir variable to Python X2go
       new  14cc8a3f  * fix for .ssh path creation
       new  4cc21613  * disabled password on the command line (as it can be a 
security issue, the command line   can be seen in the process view) * tasbar 
icon is not a sub-object of chooser any more
       new  6c88a4ca  * added known_host kwarg to X2goClient__register_session 
* added code that recognizes if we are running from development dir or from 
/usr/bin * some minor changes
       new  4db6a852  * indentation fix
       new  57cf611b  * prepared for intermediate release * updated 
documentation (not readable, full of errors, but epydoc builds doc again) * 
renamed icons' path * disabling options and profilemanager menu for release 
builds * next commit will add new files...
       new  997f5726  * forcing use_cache to False when constructing X2goClient 
instance
       new  43ae1606  * tagged pyhoca-cli 0.1.2
       new  7a1e35b0  * modified version string
       new  002ed173  Python X2go
       new  516921e6  * fixing handling of add_to_known_hosts and known_hosts 
parameters
       new  ff3c42ca  * built Debian/Ubuntu Packages     - Python X2go 0.0.28   
  - PyHoca-GUI 0.0.18     - PyHoca-CLI 0.1.3
       new  19705a60  * release:     Python X2go 0.0.30     PyHoca-GUI 0.0.20
       new  5e41b9fb  diverted symlink for development python-x2go code
       new  043e1675  fixes the author and his email address
       new  50939d1a  updates control file (prep for building on Launchpad)
       new  650fec36  updates control file description
       new  8817568c  changeover to four digit version pattern
       new  39421e5e  switches to native source format
       new  a834627f  updates for python build env
       new  7996e524  fixes --list-sessions option
       new  571313b6  uses touch_file function from python-x2go API
       new  344e4b54  change loglevel option from arg to kwarg parameter
       new  1dcc2cf5  typo fix, adds debug code
       new  a7770141  take user name from session profile if --session-profile 
is used
       new  473bfaf2  removal of debug code
       new  d471d3d9  fixes UTF-8 error, session profile usage + password auth 
now fixed
       new  9914dc4f  raising a runtime error, if session profile name does not 
exist
       new  0b96e036  only raising error if session_profile arg was specified
       new  c76c6532  work-around for Python bug 
http://bugs.python.org/issue11236
       new  d4bf4671  getting rid of empty lines
       new  16f5dc66  exchange -r option by -p
       new  0a743f26  if SSH privkey is not valid, use interactive auth
       new  f6b634be  fail interactive authentication after 3 attempts
       new  004f5fcb  explicit logon failure after 3 attempts
       new  ec91855e  fixed exitcode
       new  49946e41  fixes list sessions output, depends on newest python-x2go 
code
       new  73823b61  adds setproctitle support
       new  970d692f  interpuctation beautification
       new  3ec0c5db  reintroducing the --password option secured by 
setproctitle
       new  bdf71da2  moving setproctitle stanze further up, fixed typo
       new  90090ef4  version increment, debian changelog entry
       new  013b2804  removed old build script
       new  28ad6d75  new line at end of file
       new  1c38b7f4  man page update
       new  35b726c1  catching ValueError if --password is not given
       new  2b783609  bugfix for --password rewrite code
       new  382289d9  new FSF address
       new  9f0fba98  adds VCS information to control file
       new  f95573d5  typo in man page
       new  85cab1f0  another typo in man page
       new  b1947e21  removes --import option from man page
       new  59fa51ac  update for --clean-sessions option in man page
       new  b5a8ddde  --pack-type is actually only called --pack in pyhoca-cli 
(man page fix)
       new  cacadc9c  explanation update for compat options (man page fix)
       new  ce9b702c  man page version/date update
       new  0a74a708  typo fix in man page
       new  c27646d3  typo fix in control file
       new  7d7b57ab  adds man2html build (so that we have readable man pages 
in Git)
       new  4b41d825  adds --session-profile option to man page
       new  678d0db1  updates html version of man page
       new  c33d3cac  man page update
       new  1ca4ecef  depends on new Python X2go version, updates dh dependency
       new  1fe7fab3  version increment
       new  5c1b9d43  fixes build sequence
       new  edfc1f25  changelog update
       new  b2859999  type fix
       new  094def20  re-arranged man file locations and man2html build script
       new  976a7bf4  Add X2go desktop sharing support.
       new  7d859c5a  Terminate shared desktop sessions of Ctrl-C (instead of  
suspending them.
       new  9e668c57  egg version increment
       new  30b1249f  React to bug #627990, prefer man2html-base over man2html.
       new  09acccc8  README/TODO update, version increment.
       new  44707167  Depend on Python X2go 0.1.1.2.
       new  2f472c5d  Fix for Ctrl-C comment when sharing a desktop.
       new  0ec13f5a  Add --quiet option to disable any kind of log output.
       new  47aa48ba  release of 0.1.4.1
       new  ba599ba0  version increment
       new  efdb5891  remove html man pages as they are part of the build 
process
       new  cde819a7  provide helper Makefile.docupload for uploading html man 
pages to code.x2go.org
       new  3e307a9b  Multiple achievements with this commit...
       new  37ba4e6f  man page update
       new  1d7da12b  Add cmd line option --terminate-on-ctrl-c.
       new  d5c1ff7f  Update+rearrange man page.
       new  473364d5  Add cmd line option --auth-attempts.
       new  6225f291  Release version 0.1.4.2
       new  9f2b5bd5  version increment
       new  c989f614  Add python-suport (>=0.90) as dependency. Fix project 
name in control file.
       new  d33f8630  Add proper license to copyright file.
       new  a9289697   Replace non-code strings ,,X2go'' by ,,X2Go''.
       new  844198f8  Add code to redirect stdout and stderr when frozen with 
py2exe.
       new  c9127546  happy new year, license change to AGPLv3+
       new  9c63db33  fix file permissions (x-bit)
       new  c522c0a7  license change to AGPLv3+
       new  fe3fea0d  add AGPLv3+ full text license
       new  9f561faf  lintian issue fixed: extra-license-file
       new  b7fa23be  Add __doc__ strings to __init__.py and frontend.py.
       new  1bcc08fb  bump upstream version to 0.2.0.0
       new  a7e4fe05  Depend on Python X2Go (>= 0.2.0.2).
       new  3816f7dc  changelog cleanup
       new  b91f7d89  release 0.2.0.0
       new  7cd15688  Fix minus sign / hyphen mismatch in man page.
       new  3603cde0  increment __init__.py version
       new  1ff2562c  release 0.2.0.1
       new  14c601fa  Continue development...
       new  391558b4  Do not fail if HOME dir is read-only, needed for building 
with sbuild.
       new  406d0b9b  release 0.2.0.2
       new  a2f536ff  Continue development...
       new  7b7cf8c6  Fix license header of setup.py file.
       new  c65c7036  release 0.2.0.3
       new  6702eae0  Import packaging files from Debian package.
       new  81f02d0b  Declare pyhoca namespace in setup.py.
       new  d09ebd36  fix for commit 6702eae0
       new  75c3ba82  version increment for pyhoca-cli python egg.
       new  62b7ec3f  typo in debian/changelog
       new  0bea1484  release 0.2.0.4
       new  6aae7a97  Contine development...
       new  f1fa7df4  Maintainer change in package: X2Go Developers 
<x2go-...@lists.berlios.de>.
       new  83a392d1  /debian/control: fix typo in longdescs
       new  84999ab5  Reduce python version in Build-Depends to allow build on 
Ubuntu 10.04.
       new  49aa9fef  /debian/rules: Allow package build on systems with 
missing dh_python2.
       new  03eb8165  Add cmdline option --from-stdin that facilitates lightdm 
remote login session startup.
       new  ec4d9d6b  remove debug code
       new  7feaee0c  bump version to 0.2.1.0
       new  506e2e7c  The option ,,password'' is not allowed for session 
registration.
       new  be31a062  make --from-stdin IPv6 capable
       new  fd23c68a  fix for last commit
       new  7deba534  When finishing the application Update session status 
before reporting back to the user what happened to the session.
       new  e047a760  make unpacking of stdin values more robust
       new  d8f65485  typo
       new  825b5099  do not hint to STRG-C functionality with --from-stdin 
option set
       new  410289b2  update man page
       new  dd6a9ef2  update version+date in man page
       new  63934b80  swap password and session comand around
       new  0030b69e  Depend on python-x2go (>= 0.2.0.1).
       new  ee08a8eb  Remove cmdline option --time-to-wait, Python X2Go now 
offers a progress status for session startup/resumption. So we query this 
status instead.
       new  28400324  fix typo in changelog
       new  5130c68a  release 0.2.1.0
       new  2ebe70d8  Continue development...
       new  7f734774  remove referrals to bugs in old BTS (Whups/Horde)
       new  a13a51e9  Importing all of pyhoca.wxgui in setup.py causes rpmbuild 
problems due to DISPLAY not being set.  It is overkill as well, causing extra 
dependencies to be installed at build time. (Fixes: #91).
       new  98e1f922  add os import to setup.py
       new  98c7d717  Thanks to Orion's patch in bug #91 we can drop build 
dependency on python-x2go.
       new  462a868e  fix changelog entry
       new  eef50e9f  fix all occurences of X2go -> X2Go, also in class 
identifiers
       new  96d89e9d  update changelog
       new  d549b958  release 0.4.0.0
       new  60a878d3  Bump egg version to 0.4.0.1
       new  eb0e526f  release 0.4.0.1
       new  0cfcb3ed  Continue development...
       new  e47ed0ad  Add support for unlocking encrypted SSH private key files.
       new  b4c962f1  /debian/control: Replace "LDAP support" with "session 
brokerage support" in LONG_DESCRIPTION.
       new  3837d52c  Versioned Depends: on python-x2go (>= 0.4.0.9-0~).
       new  5c6fdd46  debian/source/format: Switch to format 1.0.
       new  01b9ccf1  change versioning scheme
       new  5e24a923  pyhoca-cli.spec: Ship pyhoca-cli.spec (RPM package 
definitions) in upstream project. (Thanks to the Fedora package maintainers).
       new  8606bf90  Add to BR: python-argparse.
       new  3c27e63b  release 0.4.0.2
       new  4d647981  Continue development...
       new  dcaa9c90  Start work on broker client implementation for PyHoca-CLI.
       new  8985b746  whitespace fixes
       new  715f739f  Move --list-profiles code into PyHocaCLI instance.
       new  817cb9b5  If a user name can neither be detected from the session 
profile, nor from the command line option, try the username used for the broker 
authentication.
       new  70c61ab4  ~When --list-profiles is invoked: Don't crash if a 
session profile backend does not rely on config files. Show the session broker 
URL if a broker session profile backend is in use.
       new  110424c8  Update man page with (future) broker options. Some man 
page fixes (mentioning X2Go Client where it should name PyHoca-CLI).
       new  544b38a9  Add cmdline option --broker-password. Masquerade broker 
password in process list (Linux/Mac only).
       new  4a246c47  debian/changelog: mention the new broker feature 
explicitly
       new  51f28fc1  remove broker param from man page, that will not be 
implemented for pyhoca-cli
       new  8e160bd0  Fix description of --from-stdin option on man page. 
(Fixes: #485).
       new  77e16d26  Rename LICENSE.txt to COPYING.
       new  5b53cc77  fix for last commit
       new  81951cf7  Add cmdline options --backend-<*> to enforce usage of 
certain Python X2Go backends for session profile, settings, control session, 
terminal session, etc.
       new  682d0e40  pyhoca-cli.spec: Adapt to building on openSUSE/SLES.
       new  275b7f1e  pyhoca-cli: Avoid duplicate files in openSUSE/SLES.
       new  b8c600e2  formalistic code cleanup using pyflakes
       new  422ea201  release 0.5.0.0
       new  e6e69373  happy new year 2014 (belated)
       new  bb9e964e  Continue development...
       new  a832dacb  Update README and TODO files.
       new  3bbfdecf  debian/control: Add to S (pyhoca-cli): 
mteleplayer-clientside.
       new  be0f42af  debian/control: Raise versioned D (pyhoca-cli): 
python-x2go (>= 0.5.0.0).
       new  a864f7d3  pyhoca-cli.spec: Versioned R (pyhoca-cli): python-x2go 
(>= 0.5.0.0).
       new  18dd0e94  man page: Mark not-yet-implemented cmdline options as 
such. More cmdline option support for brokerage is a TODO for pyhoca-cli.
       new  e175bc50  release 0.5.0.1
       new  72418292  Continue development...
       new  358bea3f  debian/control: Bump Standards: to 3.9.6. No changes 
needed.
       new  e1e90769  debian/copyright: Relicense packaging files under same 
license as the actual code files.
       new  12f8ff92  debian/changelog: typo fix
       new  730b0e1f  Handle SSHException 'Incompatible ssh peer (no acceptable 
kex algorithm)' gracefully.
       new  7120e880  Handle SSHException 'No authentication methods available' 
for key-only authentication attempts gracefully.
       new  f1cb3d9e  common: update copyright notices. Happy new year!
       new  9b4a11eb  release 0.5.0.2
       new  8541c413  debian/control: whitespace only.
       new  3fb126a1  debian/control: switch python-support to build 
dependency, add dh-python alternative.
       new  623267e0  debian/changelog: add contributor name.
       new  9e78e00c  common: update copyright notices. Happy new year!
       new  e734f01b  misc: whitespace only.
       new  611970a2  release 0.5.0.2
       new  97fc86da  Revert "release 0.5.0.2"
       new  405343f9  Continue development...
       new  a1e7fa37  debian/changelog: move dh-python change to where it 
actually belongs to - version 0.5.0.3.
       new  934cf1c9  release 0.5.0.3
       new  b0940ee3  Continue development...
       new  e67cb2aa  debian/control: maintainer change in package: X2Go 
Developers <x2go-...@lists.x2go.org>.
       new  8d36f31e  pyhoca-cli.spec: add support for EPEL5 and (older) SLE 
versions by using the BuildRoot tag.
       new  183ad747  pyhoca-cli.spec: SLE support: add --prefix to setup.py 
install call.
       new  f727fb80  debian/control: add myself as uploader.
       new  1cb6ec7d  debian/changelog: add entry for last change.
       new  9428156c  man/man1/pyhoca-cli.1: drop incorrect short option -p as 
an alias for --pack. Fixes: #1062.
       new  87b6c71c  release 0.5.0.4
       new  1db41fe7  Continue development
       new  568f71fa  Port to Python3.
       new  ff718bc5  debian/{control,compat}: Bump to DH version level 9.
       new  13503d94  debian/control: Bump versioned D (pyhoca-cli): 
python-x2go (>= 0.5.99.0).
       new  2d88f3df  debian/control: White-space fix.
       new  eb844a1f  debian/control: Switch to python3-* dependencies.
       new  e344f923  debian/control: Fix src:pkg header part.
       new  04eabd57  debian/rules: Build for Python3, not Python2.
       new  adba5623  Bump upstream version to 0.5.99.0.
       new  b851c91b  debian/changelog: Update from Git history
       new  b427400d  pyhoca-cli.spec: Adapt to PyHoca-CLI's Python3 port.
       new  957fb1a0  debian/rules: Typo fix in WITH_PYTHON3 variable 
assignment.
       new  c1ff8d4a  Enforce Python3 build, fix FTBFS. (debian/rules: Switch 
to pybuild DH build system.)
       new  835cd53b  pyhoca-cli: Add --force-password command line switch to 
override SSH key detection code.
       new  aa43e5a9  debian/changelog
       new  4e61d8da  man page: Add --force-password option.
       new  252bb315  pyhoca-cli.1: Rephrase info for --from-stdin slightly.
       new  e2dedb1c  Add --try-resume cmd line option and feature. Bump 
version to 0.5.99.1.
       new  341fe801  debian/rules: Ignore failures during dh_auto_clean. Helps 
with build envs that don't have python3-setuptools installed when building 
source packages.
       new  de1d266f  setup.py: Fix version string detection. (Copy+paste 
flaw...).
       new  afcf64ff  debian/control: Drop D (pyhoca-cli): python3-argparse. 
Part of stdlib in Python3 these days.
       new  849181bf  update debian/changelog
       new  3a620cc2  Fix duplicate password prompt. Regression fix.
       new  ca983f42  pyhoca/cli/frontend.py: Fix for previous commit.
       new  bda4775a  pyhoca/cli/frontend.py: Fix for previous commit (2).
       new  2bc1ab0f  Add --xinerama (or -x) command line option.
       new  4de65701  keyboard handling: Switch to kbd-type auto and kbd-layout 
null. Should auto-detect the client-side keyboard in the X2Go session just fine.
       new  6984ba62  update debian/changelog
       new  48793e7f  pyhoca-cli main programme: Check for DISPLAY env var 
being set and having a usable / expectable value.
       new  ac945262  update debian/changelog
       new  d417c628  Add --forward-sshagent / -A cmdline option for enabling 
SSH agent forwarding.
       new  bee14021  debian/changelog: Add closure for #1287.
       new  34715b3f  Entirely rewrite PyHocaCLI.authenticate() function. 
(Fixes: #1308).
       new  56fc6514  pyhoca-clI: Reserve -l as username option. Just like in 
OpenSSH.
       new  0dabf4ea  pyhoca-cli: Add -i as alias for --ssh-privkey. Just like 
in OpenSSH.
       new  0171816c  pyhoca-cli: Fake SSH like login with additional [host] as 
positional argument.
       new  11918604  pyhoca-cli: Extract username from host parameter, if an @ 
is in the host string.
       new  dadb385f  Switch from time.sleep() to gevent.sleep().
       new  75f53ca9  Set specific 'Passphrase: ' prompt (not 'Password: ') 
when we query for SSH key passphrases.
       new  e8dacb1f  Fix --share-local-folders (aka -F) option and really 
mount shared folders. (Fixes: #984).
       new  61199c57  debian/control: The fix for --share-local-folders 
requires a fixed Python X2Go (>= 0.6.0.1).
       new  cea4d398  Fix --list-profiles action. Regresion after we introduced 
the a.host positional argument.
       new  2a3460f5  Update cmdline options in man page.
       new  db47d5dd  release 0.6.0.0
       new  3ba796c4  debian/control: Set Section: from "python" to "x11". More 
appropriate.
       new  70aa4a69  Continue development...
       new  c716bec9  pyhoca-cli.spec: Adjust python3-x2go versioned dependency.
       new  15298b55  debian/changelog: fix for previous version.
       new  716fd7c4  debian/changelog: fix for current version.
       new  1b3cd85b  pyhoca-cli.spec: build with Python 2 on CentOS, drop 
python3-argparse dependency (part of stdlib).
       new  b8bf324c  pyhoca-cli.spec: it's still %endif, not %fi.
       new  55d4bfc1  pyhoca-cli.spec: either EL6 or EL7, not both at the same 
time.
       new  b050d3ed  pyhoca-cli.spec: use modern python build and install 
macros.
       new  4f98092b  setup.py: backport Python 2 support via io.open.
       new  6ebecc40  pyhoca-cli.spec: Build-Require python-rpm-macros for 
OpenSuSE builds.
       new  0d504667  setup.py: we actually also need the version information, 
so import it.
       new  b5d0ec9c  setup.py: need to import the sys module, not just 
version_info into global namespace.
       new  4b69e611  pyhoca-cli.spec: include python2_sitelib for CentOS, 
python3_sitelib otherwise.
       new  1bb1d2a3  pyhoca-cli.spec: pick the files correctly.
       new  14eba70f  pyhoca-cli.spec: also pick files matching PyHoca_CLI* in 
the site-lib directory.
       new  e86021e4  Fix failing password-only authentication.
       new  3fbced2f  pyhoca-cli.spec: fully own %{python2_sitelib}/pyhoca 
directory.
       new  5dcd5633  pyhoca/cli/frontend.py: Check directly after 
authentication, if the remote host has the X2Go Server software installed.
       new  0adac3b8  debian/control: Bump versioned D on python3-x2go to (>= 
0.6.0.2-0~).
       new  7585c679  pyhoca/cli/frontend.py: Be more real-time realistic and 
user friendly with notice log messages after authentication.
       new  192ee99f  pyhoca/cli/frontend.py: rephrase auth success message 
slightly.
       new  20a1cc9a  Catch HOOK_no_such_command and bail out if the server 
does not know how to execute the given session command.
       new  d3987254  misc: copyright update.
       new  755ae8f4  man/man1/pyhoca-cli.1: pre-release date update.
       new  45b662fe  release 0.6.0.1
       new  3078366b  Continue development
       new  e0e66204  Set master session only once we know for sure that the 
session has successfully come up.
       new  bd5faaa8  debian/control: Bump D (pyhoca-cli) on python3-x2go to 
0.6.1.0.
       new  5518cab3  pyhoca-cli.spec: Bump requirement for pyhoca-cli) on 
python(3)-x2go to 0.6.1.0.
       new  aa880ab9  pyhoca/cli/frontend.py: Use Python X2Go's new 
auto-detection code for the graphical proxy/rendering backend (NXv3 vs. KDrive).
       new  64284cc5  release 0.6.1.0
       new  3849938d  Continue development
       new  10804ab0  misc: copyright update.
       new  d7b7d602  release 0.6.1.1
       new  6e5c9bf1  Continue development
       new  d7319594  pyhoca-cli.spec: backport macros from python-x2go.spec.
       new  72f99acd  pyhoca-cli.spec: prefer Python 3 if both variants have 
been requested, so that we only ever build for one variant.
       new  89628dc9  pyhoca-cli.spec: use %{?with_pythonX} and 
%{name_helper_pythonX} macros.
       new  6f970b8e  pyhoca-cli.spec: replace hashbang with version determined 
by name helper.
       new  60753ab9  pyhoca-cli.spec: fix syntax error.
       new  1e622394  pyhoca-cli.spec: actually change the hashbang of a file...
       new  6262249a  pyhoca-cli.spec: fix building Python 2 variant on older 
*SuSE variants.
       new  1353f721  pyhoca-cli.spec: also fix install phase for Python 2 
variant on older *SuSE variants.
       new  28249414  pyhoca-cli.spec: fix files section on older *SuSE 
variants.
       new  669b7c13  pyhoca-cli.spec: fix files section on older *SuSE 
variants again, remove faulty slash.
       new  5211c8b9  pyhoca-cli.spec: use %{name} instead of hardcoding the 
string in %prep.
       new  1cb84f84  pyhoca-cli.spec: fix selecting either Python 2 XOR 3.
       new  7187ae30  pyhoca-cli.spce: fix typo in Python-2-Requires: line: 
random % char.
       new  9e3be654  pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure 
Python-3-builds need python-devel as a build requirement (only)... for some 
weird reason.
       new  6847b62e  Revert "pyhoca-cli.spec: hopefully fix builds on *SuSE: 
even pure Python-3-builds need python-devel as a build requirement (only)... 
for some weird reason."
       new  1acaf619  pyhoca-cli.spec: actually fix issue: macros are expanded 
even in commented lines and some of them were not properly escaped via double 
percent sign characters.
       new  38484b85  pyhoca-cli.spec: fix another unescaped macro in comment.
       new  8cb1e436  pyhoca-cli.spec: fix newer *SuSE versions: 15.0+ seem to 
install the pycace files into a subdirectory based on the package name.
       new  6b7a676a  pyhoca-cli.spec: fix spelling error in pycache directory.
       new  3f39a617  pyhoca-cli.spec: actually apply pycache changes to 15.0+ 
and not just 15.1+.
       new  81dc3491  pyhoca-cli.spec: also apply pycache changes to 
Tumbleweed, which seems to not get caught by %{sle_version}.
       new  a77fa383  debian/changelog: fix version in description.
       new  810ac3e2  man/man1/pyhoca-cli.1: pre-release date update.
       new  071bd72d  release 0.6.1.2

The 336 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