pyhoca-cli (0.6.1.3-0x2go1+git20230822.373+10.main.1) buster; urgency=medium

  * Auto-built Debian buster (10) package for packages.x2go.org
    repository (Git commit: 66cc615e5ae2d6ae4f2f1eb99178105b8a3510c0).

 -- Jenkins <jenkins@japsand.x2go.org>  Tue, 22 Aug 2023 20:03:34 +0200

pyhoca-cli (0.6.1.3-0x2go1) unstable; 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.

 -- X2Go Release Manager <git-admin@x2go.org>  Tue, 22 Aug 2023 08:45:44 +0200

pyhoca-cli (0.6.1.2-0x2go1) unstable; urgency=medium

  * [ Mihai Moldovan ]
  * New upstream version (0.6.1.2):
    - man/man1/pyhoca-cli.1: pre-release date update.
  * pyhoca-cli.spec:
    + Backport macros from python-x2go.spec.
    + Prefer Python 3 if both variants have been requested, so that we only
      ever build for one variant.
    + Use %{?with_pythonX} and %{name_helper_pythonX} macros. Also fixes
      running against nightly versions of python-x2go.
    + Replace hashbang with version determined by name helper.
    + Fix syntax error.
    + Actually change the hashbang of a file...
    + Fix building Python 2 variant on older *SuSE variants.
    + Also fix install phase for Python 2 variant on older *SuSE variants.
    + Fix files section on older *SuSE variants.
    + Fix files section on older *SuSE variants again, remove faulty slash.
    + Use %{name} instead of hardcoding the string in %prep.
    + Fix selecting either Python 2 XOR 3. We cannot override bconds via later
      %bcond_with... XXX macro calls, but have to use them only once with the
      correct value. Hence, use a global variable to store and mangle the
      preferences and only use %bcond_... X later once.
    + Fix typo in Python-2-Requires: line: random % char.
    + Hopefully fix builds on *SuSE: even pure Python-3-builds need
      python-devel as a build requirement (only)... for some weird reason.
    + Revert backport *SuSE build fix: we probably don't need this, problem
      lies somewhere else.
    + Actually fix issue: macros are expanded even in commented lines and some
      of them were not properly escaped via double percent sign characters.
    + Fix another unescaped macro in comment.
    + Fix newer *SuSE versions: 15.0+ seem to install the pycace files into a
      subdirectory based on the package name.
    + Fix spelling error in pycache directory.
    + Actually apply pycache changes to 15.0+ and not just 15.1+.
    + Also apply pycache changes to Tumbleweed, which seems to not get caught
      by %{sle_version}.

 -- X2Go Release Manager <git-admin@x2go.org>  Thu, 26 Dec 2019 12:57:37 +0100

pyhoca-cli (0.6.1.1-0x2go1) unstable; urgency=medium

  [ Mihai Moldovan ]
  * New upstream version (0.6.1.1):
    - misc: copyright update.

 -- X2Go Release Manager <git-admin@x2go.org>  Fri, 22 Nov 2019 14:02:30 +0100

pyhoca-cli (0.6.1.0-0x2go1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream version (0.6.1.0):
    - Set master session only once we know for sure that the
      session has successfully come up.
    - pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code
      for the graphical proxy/rendering backend (NXv3 vs. KDrive).
  * debian/control:
    + Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0.
  * pyhoca-cli.spec:
    + Bump requirement for pyhoca-cli) on python(3)-x2go to 0.6.1.0.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 20 Nov 2019 08:10:52 +0100

pyhoca-cli (0.6.0.1-0x2go1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream release (0.6.0.1):
    - Fix failing password-only authentication.
    - pyhoca/cli/frontend.py: Check directly after authentication, if the
      remote host has the X2Go Server software installed.
    - pyhoca/cli/frontend.py: Be more real-time realistic and user friendly
      with notice log messages after authentication.
    - pyhoca/cli/frontend.py: rephrase auth success message slightly.
    - Catch HOOK_no_such_command and bail out if the server does not
      know how to execute the given session command.
  * debian/control:
    + Set Section: from "python" to "x11". More appropriate.
    + Bump versioned D on python3-x2go to (0.6.0.2-0~).

  [ Mihai Moldovan ]
  * New upstream version (0.6.0.1):
    - setup.py: backport Python 2 support via io.open.
    - setup.py: we actually also need the version information, so import it.
    - setup.py: need to import the sys module, not just version_info into
      global namespace.
    - misc: copyright update.
    - man/man1/pyhoca-cli.1: pre-release date update.
  * pyhoca-cli.spec:
    - Build with Python 2 on CentOS, drop python3-argparse
      dependency (part of stdlib).
    - It's still %endif, not %fi.
    - Either EL6 or EL7, not both at the same time.
    - Use modern python build and install macros.
    - Build-Require python-rpm-macros for OpenSuSE builds.
    - Include python2_sitelib for CentOS, python3_sitelib otherwise. Comment
      out for now to let builds fail and get a file list.
    - Pick the files correctly.
    - Also pick files matching PyHoca_CLI* in the site-lib directory.
    - Fully own %{python2_sitelib}/pyhoca directory. Not great, as explained
      in pyhoca-gui, but necessary to make packaging easier.

 -- X2Go Release Manager <git-admin@x2go.org>  Mon, 03 Dec 2018 02:20:32 +0100

pyhoca-cli (0.6.0.0-0x2go1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream version (0.6.0.0):
    - Port to Python3. (Fixes: #1287).
    - Add --force-password command line switch to override SSH key detection
      code.
    - Add --try-resume cmd line option and feature.
    - setup.py: Fix version string detection. (Copy+paste flaw...).
    - Fix duplicate password prompt. Regression fix.
    - keyboard handling: Switch to kbd-type auto and kbd-layout null. Should
      auto-detect the client-side keyboard in the X2Go session just fine.
    - pyhoca-cli main programme: Check for DISPLAY env var being set and having
      a usable / expectable value.
    - Add --forward-sshagent / -A cmdline option for enabling SSH agent
      forwarding.
    - Entirely rewrite PyHocaCLI.authenticate() function. (Fixes: #1308).
    - Fix --share-local-folders (aka -F) option and really mount shared folders.
      (Fixes: #984).
    - Make important options work like with OpenSSH's command-line client.
      E.g. pyhoca-cli -l <user> -i <key> -A <host>. This can still be improved
      but helps for now a big deal.
  * debian/rules:
    + Build for Python3, not Python2.
    + Switch to pybuild DH build system.
    + Enforce Python3 build, fix FTBFS.
    + Ignore failures during dh_auto_clean. Helps with build envs that don't have
      python3-setuptools installed when building source packages.
  * debian/control:
    + Fix src:pkg header part.
    + Switch to python3-* dependencies.
    + White-space fix.
    + Bump versioned D (pyhoca-cli): python-x2go (>= 0.5.99.0~).
    + Drop D (pyhoca-cli): python3-argparse. Part of stdlib in Python3
      these days.
  * debian/{control,compat}: Bump to DH version level 9.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 18 Sep 2018 19:14:37 +0000

pyhoca-cli (0.5.0.4-0x2go1) unstable; urgency=medium

  [ Mihai Moldovan ]
  * New upstream version (0.5.0.4):
    - man/man1/pyhoca-cli.1: drop incorrect short option -p as an alias for
      --pack. Fixes: #1062. -p is already used as the short option for
      --remote-ssh-port.
  * debian/control:
    - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>.
    - Uploaders: add myself. Also, force a rebuild due to the changed
      versioning.
  * pyhoca-cli.spec:
    - Add support for EPEL5 and (older) SLE versions by using the BuildRoot
      tag.
    - SLE support: add --prefix to setup.py install call. Otherwise, data will
      land in /usr/local/.

 -- X2Go Release Manager <git-admin@x2go.org>  Sun, 24 Sep 2017 09:55:15 +0200

pyhoca-cli (0.5.0.3-0x2go1) unstable; urgency=medium

  [ Mihai Moldovan ]
  * New upstream version (0.5.0.3):
  * debian/control:
    - Switch python-support to build dependency, add dh-python alternative.
      Needed at least for unstable, which has no python-support package
      anymore.

 -- X2Go Release Manager <git-admin@x2go.org>  Thu, 28 Jan 2016 20:48:53 +0100

pyhoca-cli (0.5.0.2-0x2go2) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream version (0.5.0.2):
    - Handle SSHException 'Incompatible ssh peer (no acceptable kex algorithm)'
      gracefully.
    - Handle SSHException 'No authentication methods available' for key-only
      authentication attempts gracefully.
  * debian/control:
    + Bump Standards: to 3.9.6. No changes needed.
  * debian/copyright:
    + Relicense packaging files under same license as the actual code files.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Sun, 25 Jan 2015 13:33:52 +0100

pyhoca-cli (0.5.0.1-0x2go1) unstable; urgency=medium

  * New upstream version (0.5.0.1):
    - Update TODO file.
    - Update README file.
    - man page: Mark not-yet-implemented brokerage cmdline options as such.
      More cmdline option support for brokerage is a TODO for pyhoca-cli.
  * debian/control:
    + Add to S (pyhoca-cli): mteleplayer-clientside.
    + Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0).
  * pyhoca-cli.spec:
    + Versioned R (pyhoca-cli): python-x2go (>= 0.5.0.0).

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 20 Oct 2014 22:14:23 +0200

pyhoca-cli (0.5.0.0-0x2go1) unstable; urgency=low

  * New upstream version (0.5.0.0):
    - Add cmdline option --broker-url. This adds X2Go Session Broker
      support to PyHoca-CLI.
    - Add cmdline option --broker-password. Masquerade broker password
      in process list (Linux/Mac only).
    - 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.
    - 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.
    - Update man page with (future) broker options. Some man page fixes
      (mentioning X2Go Client where it should name PyHoca-CLI).
    - Fix description of --from-stdin option on man page. (Fixes: #485).
    - Rename LICENSE.txt to COPYING.
    - Add cmdline options --backend-<*> to enforce usage of certain
      Python X2Go backends for session profile, settings, control session,
      terminal session, etc.
  * pyhoca-cli.spec:
    + Adapt to building on openSUSE/SLES.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 20 Oct 2014 13:08:31 +0200

pyhoca-cli (0.4.0.2-0x2go1) unstable; urgency=low

  * New upstream version (0.4.0.2):
    - Add support for unlocking encrypted SSH private key files.
  * debian/control:
    + Replace "LDAP support" with "session brokerage support" in LONG_DESCRIPTION.
    + Versioned Depends: on python-x2go (>= 0.4.0.9-0~).
  * debian/source/format:
    + Switch to format 1.0.
  * pyhoca-cli.spec:
    + Ship pyhoca-cli.spec (RPM package definitions) in upstream project.
      (Thanks to the Fedora package maintainers).
    + Add to BR: python-argparse.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 08 Jan 2014 21:12:20 +0100

pyhoca-cli (0.4.0.1-0~x2go1) unstable; urgency=low

  * Bump egg version to 0.4.0.1

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 12 Feb 2013 20:43:45 +0100

pyhoca-cli (0.4.0.0-0~x2go1) unstable; urgency=low

  [ Orion Poplawski ]
  * New upstream version (0.4.0.0):
    - Importing all of pyhoca.cli 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).

  [ Mike Gabriel ]
  * Bump version to 0.4.0.0.
  * WARNING: starting with version 0.4.0.0 of PyHoca-GUI, PyHoca-CLI and Python
    X2Go, all class identifiers are now X2Go..., not X2go... anymore.
  * New upstream version (0.4.0.0):
    - Adapt PyHoca-CLI to API change of Python X2Go.
  * /debian/control:
    + Thanks to Orion's patch in bug #91 we can drop build dependency on
      python-x2go.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 12 Feb 2013 20:35:42 +0100

pyhoca-cli (0.2.1.0-0~x2go1) unstable; urgency=low

  * New upstream version (0.2.1.0):
    - Add cmdline option --from-stdin that facilitates lightdm remote login
      session startup.
    - The option ,,password'' is not allowed for session registration.
    - When finishing the application, update session status before reporting
      back to the user what happened to the session.
    - Remove cmdline option --time-to-wait, Python X2Go now offers a progress
      status for session startup/resumption. So we query this status instead.
  * /debian/control:
    + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>.
    + Reduce python version in Build-Depends to allow build on Ubuntu 10.04.
    + Depend on python-x2go (>= 0.2.1.0).
  * /debian/rules:
    + Allow package build on systems with missing dh_python2.
  * /man/man1/pyhoca-cli.1:
    + Mention keyboard auto detection switch.
    + Mention possible geometry value: maximize.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 10 Dec 2012 14:51:11 +0100

pyhoca-cli (0.2.0.4-0~x2go1) unstable; urgency=low

  * New upstream version (0.2.0.4):
    - Declare pyhoca namespace in setup.py.
  * Import packaging files from Debian package.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 17 Aug 2012 16:36:43 +0200

pyhoca-cli (0.2.0.3-0~x2go1) unstable; urgency=low

  * New upstream version (0.2.0.3):
    - Fix license header of setup.py file.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 24 Jul 2012 02:41:40 +0200

pyhoca-cli (0.2.0.2-0~x2go1) unstable; urgency=low

  * New upstream version (0.2.0.2):
    - Do not fail if HOME dir is read-only, needed for building with
      sbuild.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 23 Jul 2012 21:42:33 +0200

pyhoca-cli (0.2.0.1-0~x2go1) unstable; urgency=low

  * New upstream version (0.2.0.1):
    - Fix minus sign / hyphen mismatch in man page.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 08 Jun 2012 23:44:39 +0200

pyhoca-cli (0.2.0.0-0~x2go1) unstable; urgency=low

  * New upstream version (0.2.0.0):
    - Replace non-code strings ,,X2go'' by ,,X2Go''.
    - Add code to redirect stdout and stderr when frozen with py2exe.
  * Add python-suport (>= 0.90) as dependency. Fix project name in control
    file.
  * Add proper license to copyright file.
  * Add __doc__ strings to __init__.py and frontend.py.
  * Depend on Python X2Go (>= 0.2.0.2).

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 08 Jun 2012 23:14:20 +0200

pyhoca-cli (0.1.4.2-0~x2go1) unstable; urgency=low

  * New upstream version (0.1.4.2):
    - Translate cmd line options into python-x2go options
    - Allow ,,ALL'' as session name when suspending -> will suspend
      all sessions of the connecting user.
    - Allow ,,ALL'' as session name when terminating -> will terminate
      all sessions of the connecting user.
    - Allow ,,NEWEST'' and ,,OLDEST'' as session name when resuming.
    - Add cmd line option --terminate-on-ctrl-c.
    - Add cmd line option --auth-attempts.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 07 Sep 2011 20:19:16 +0200

pyhoca-cli (0.1.4.1-0~x2go1) unstable; urgency=low

  * New upstream version (0.1.4.1):
    - Fix for Ctrl-C comment when sharing a desktop.
    - Add --quiet option to disable any kind of log output.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 06 Jul 2011 22:11:28 +0200

pyhoca-cli (0.1.4.0-0~x2go2) unstable; urgency=low

  * Already prepare for new upstream version (0.1.4.1):
    - README/TODO update.
  * Depend on Python X2Go 0.1.1.2.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 05 Jul 2011 21:22:28 +0200

pyhoca-cli (0.1.4.0-0~x2go4) unstable; urgency=low

  * New upstream version (0.1.4.0):
    - Add X2Go desktop sharing support.
    - Terminate shared desktop sessions of Ctrl-C (instead of
      suspending them.
  * React to Debian bug #627990, prefer man2html-base over man2html.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 01 Jul 2011 14:52:29 +0200

pyhoca-cli (0.1.3.3-0~x2go2) unstable; urgency=low

  * fixes build-sequence

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 26 May 2011 12:05:21 +0200

pyhoca-cli (0.1.3.3-0~x2go1) unstable; urgency=low

  * new upstream version (0.1.3.3):
    - adds man page in html format
  * depending on new Python X2Go version (0.1.0.0)

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 26 May 2011 12:05:11 +0200

pyhoca-cli (0.1.3.2-0~x2go1) unstable; urgency=low

  * Upstream bugfix version 0.1.3.2:
    - calling pyhoca-cli without --password is now allowed again

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 17 May 2011 13:06:49 +0200

pyhoca-cli (0.1.3.1-0~x2go1) unstable; urgency=low

  * New upstream version 0.1.3.1:
    - using setproctitle for process list manipulation
    - adds --password option (with masquerading of cleartext password in ps ouput)
    - works around Ctrl-C in getpass.getpass
    - short option for --port now is -p
    - move to interactive auth if SSH privkey does not get accepted by server
    - checking of session profile (-P) exists
    - take username from session profile when using -P option

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 17 May 2011 12:03:40 +0200

pyhoca-cli (0.1.3.0-0~nwt1) unstable; urgency=low

  * change-over to four digit version pattern

 -- Mike Gabriel <mike@mimino.das-netzwerkteam.de>  Thu, 12 May 2011 10:03:54 +0200

pyhoca-cli (0.1.3-0~nwt2) lucid maverick testing unstable; urgency=low

  * update Python X2Go dependency
  * added python-setproctitle as dependency

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 31 Dec 2010 01:13:00 +0100

pyhoca-cli (0.1.3-0~nwt1) lucid maverick testing unstable; urgency=low

  * minor fix for new Python X2Go version

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 31 Dec 2010 00:28:00 +0100

pyhoca-cli (0.1.2-0~nwt2) lucid maverick testing unstable; urgency=low

  * adapted code version

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 10 Dec 2010 13:46:00 +0100

pyhoca-cli (0.1.2-0~nwt1) lucid maverick testing unstable; urgency=low

  * disabled use_cache for X2goClient instance
  * depending on Python X2Go 0.0.22

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 10 Dec 2010 13:45:00 +0100

pyhoca-cli (0.1.1-0~nwt1) lucid maverick testing unstable; urgency=low

  * adapted to run with Python X2Go v0.0.21

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Thu, 09 Dec 2010 23:30:00 +0100

pyhoca-cli (0.1.0-0~nwt1) lucid maverick testing unstable; urgency=low

  * class'ified and egg'ified: PyHocaCLI is now a class

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Thu, 28 Oct 2010 23:30:00 +0100

pyhoca-cli (0.0.15-0~nwt1) lucid maverick testing unstable; urgency=low

  * updated man page
  * support for --libdebug-sftpxfer option

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 13 Oct 2010 23:30:00 +0200

pyhoca-cli (0.0.14-0~nwt2) lucid maverick testing unstable; urgency=low

  * depending on bugfix Python X2Go version 0.0.12 (or higher)

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 13 Oct 2010 14:12:00 +0200

pyhoca-cli (0.0.14-0~nwt1) lucid maverick testing unstable; urgency=low

  * added local folder sharing support

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 13 Oct 2010 14:00:00 +0200

pyhoca-cli (0.0.13-0~nwt1) lucid maverick testing unstable; urgency=low

  * adding cleanup functionality of remaining X2goSession (sub)threads

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Thu, 07 Oct 2010 01:22:00 +0200

pyhoca-cli (0.0.12-0~nwt1) lucid maverick testing unstable; urgency=low

  * if no SSH private key file is specified (default) pyhoca looks
    for standard private key files and if present tries to use them
    (imitates behaviour of openssh-client). If you do not want to use
    SSH pub/priv key authentication, remove your priv key files from the
    .ssh folder.

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 18:36:00 +0200

pyhoca-cli (0.0.11-0~nwt1) lucid maverick testing unstable; urgency=low

  * more bugfixing for not-existent SSH private key file

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 16:42:00 +0200

pyhoca-cli (0.0.10-0~nwt1) lucid maverick testing unstable; urgency=low

  * bugfix for the last bugfix

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 16:32:00 +0200

pyhoca-cli (0.0.9-0~nwt1) lucid maverick testing unstable; urgency=low

  * bugfix release for case where there is not id_rsa file in the SSH home dir
    of a user

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 16:30:00 +0200

pyhoca-cli (0.0.8-0~nwt1) lucid maverick testing unstable; urgency=low

  * moved the _touch_file function further up

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 16:25:00 +0200

pyhoca-cli (0.0.7-0~nwt4) lucid maverick testing unstable; urgency=low

  * added build destination Ubuntu lucid/maverick, Debian squeeze/sid

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 16:08:00 +0200

pyhoca-cli (0.0.7-0~nwt3) unstable; urgency=low

  * bugfix (typo) for pyhoca-cli version string

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 13:30:00 +0200

pyhoca-cli (0.0.7-0~nwt2) unstable; urgency=low

  * version was derived from python-x2go, now pyhoca-cli displays
    its own version number

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Wed, 06 Oct 2010 10:00:00 +0200

pyhoca-cli (0.0.7-0~nwt1) unstable; urgency=low

  * added an internal session duration counter

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Tue, 05 Oct 2010 18:50:00 +0200

pyhoca-cli (0.0.6-0~nwt1) unstable; urgency=low

  * activated sound support option
  * activated local ssh port option
  * distro codename lucid -> unstable (to be more general)

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Tue, 05 Oct 2010 13:30:00 +0200

pyhoca-cli (0.0.5-0~nwt1) lucid; urgency=low

  * updated man page

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 01 Oct 2010 22:41:00 +0200

pyhoca-cli (0.0.4-0~nwt1) lucid; urgency=low

  * renamed --timeout option to --time-to-wait, because it is more descriptive for
    what it does

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 01 Oct 2010 21:22:00 +0200

pyhoca-cli (0.0.3-0~nwt1) lucid; urgency=low

  * at end of session: added a small pause before telling the user what
    happened to the running session

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 01 Oct 2010 20:58:00 +0200

pyhoca-cli (0.0.2-0~nwt3) lucid; urgency=low

  * updated python-x2go dependency in control file

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 01 Oct 2010 20:51:00 +0200

pyhoca-cli (0.0.2-0~nwt2) lucid; urgency=low

  * fixed control file

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 01 Oct 2010 01:32:00 +0200

pyhoca-cli (0.0.2-0~nwt1) lucid; urgency=low

  * first test release

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Fri, 01 Oct 2010 01:30:00 +0200

pyhoca-cli (0.0.1-0~nwt1) lucid; urgency=low

  * resetting changelog after rewrite of python-x2go

 -- Mike Gabriel <m.gabriel@das-netzwerkteam.de>  Sat, 25 Sep 2010 16:00:00 +0200

