[X2Go-Commits] [pyhoca-cli] 03/03: release 0.6.0.0

git-admin at x2go.org git-admin at x2go.org
Tue Sep 18 21:19:54 CEST 2018


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

x2go pushed a commit to branch master
in repository pyhoca-cli.

commit db47d5dd2ef03c76ef9dae74acb78c6f27e3137e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 18 21:17:06 2018 +0200

    release 0.6.0.0
---
 ChangeLog              | 1188 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog       |    7 +-
 man/man1/pyhoca-cli.1  |    2 +-
 pyhoca-cli.spec        |    4 +-
 pyhoca/cli/__init__.py |    2 +-
 5 files changed, 1197 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..a3557e2
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,1188 @@
+2018-09-18 21:17:06 +0200 Mike Gabriel (b7aaefa)
+
+	* release 0.6.0.0 (HEAD -> master, tag: 0.6.0.0)
+
+2018-09-18 21:07:26 +0200 Mike Gabriel (2a3460f)
+
+	* Update cmdline options in man page.
+
+2018-09-18 21:02:41 +0200 Mike Gabriel (cea4d39)
+
+	* Fix --list-profiles action. Regresion after we introduced the
+          a.host positional argument.
+
+2018-09-18 18:42:27 +0200 Mike Gabriel (61199c5)
+
+	* debian/control: The fix for --share-local-folders requires a fixed
+          Python X2Go (>= 0.6.0.1).
+
+2018-09-18 18:41:38 +0200 Mike Gabriel (e8dacb1)
+
+	* Fix --share-local-folders (aka -F) option and really mount shared
+          folders. (Fixes: #984).
+
+2018-09-18 16:39:29 +0000 Mike Gabriel (75f53ca)
+
+	* Set specific 'Passphrase: ' prompt (not 'Password: ') when we query
+          for SSH key passphrases.
+
+2018-09-18 16:37:21 +0000 Mike Gabriel (dadb385)
+
+	* Switch from time.sleep() to gevent.sleep().
+
+2018-09-18 11:53:38 +0000 Mike Gabriel (1191860)
+
+	* pyhoca-cli: Extract username from host parameter, if an @ is in the
+          host string.
+
+2018-09-18 11:49:23 +0000 Mike Gabriel (0171816)
+
+	* pyhoca-cli: Fake SSH like login with additional [host] as
+          positional argument.
+
+2018-09-18 11:33:43 +0000 Mike Gabriel (0dabf4e)
+
+	* pyhoca-cli: Add -i as alias for --ssh-privkey. Just like in
+          OpenSSH.
+
+2018-09-18 11:32:36 +0000 Mike Gabriel (56fc651)
+
+	* pyhoca-clI: Reserve -l as username option. Just like in OpenSSH.
+
+2018-09-18 13:10:40 +0200 Mike Gabriel (34715b3)
+
+	* Entirely rewrite PyHocaCLI.authenticate() function. (Fixes: #1308).
+
+2018-09-18 09:12:46 +0200 Mike Gabriel (bee1402)
+
+	* debian/changelog: Add closure for #1287.
+
+2018-09-18 09:12:18 +0200 Mike Gabriel (d417c62)
+
+	* Add --forward-sshagent / -A cmdline option for enabling SSH agent
+          forwarding.
+
+2018-05-16 08:46:51 +0000 Mike Gabriel (ac94526)
+
+	* update debian/changelog
+
+2018-05-16 08:45:01 +0000 Mike Gabriel (48793e7)
+
+	* pyhoca-cli main programme: Check for DISPLAY env var being set and
+          having a usable / expectable value.
+
+2018-05-15 15:50:13 +0200 Mike Gabriel (6984ba6)
+
+	* update debian/changelog
+
+2018-05-15 15:49:35 +0200 Mike Gabriel (4de6570)
+
+	* keyboard handling: Switch to kbd-type auto and kbd-layout null.
+          Should auto-detect the client-side keyboard in the X2Go
+          session just fine.
+
+2018-05-14 16:28:38 +0200 Mike Gabriel (2bc1ab0)
+
+	* Add --xinerama (or -x) command line option.
+
+2018-05-14 14:54:23 +0200 Mike Gabriel (bda4775)
+
+	* pyhoca/cli/frontend.py: Fix for previous commit (2).
+
+2018-05-14 14:53:31 +0200 Mike Gabriel (ca983f4)
+
+	* pyhoca/cli/frontend.py: Fix for previous commit.
+
+2018-05-14 14:51:52 +0200 Mike Gabriel (3a620cc)
+
+	* Fix duplicate password prompt. Regression fix.
+
+2018-05-14 11:53:01 +0200 Mike Gabriel (849181b)
+
+	* update debian/changelog
+
+2018-05-14 11:51:18 +0200 Mike Gabriel (afcf64f)
+
+	* debian/control: Drop D (pyhoca-cli): python3-argparse. Part of
+          stdlib in Python3 these days.
+
+2018-05-14 09:59:55 +0200 Mike Gabriel (de1d266)
+
+	* setup.py: Fix version string detection. (Copy+paste flaw...).
+
+2018-05-13 18:31:27 +0000 Mike Gabriel (341fe80)
+
+	* debian/rules: Ignore failures during dh_auto_clean. Helps with
+          build envs that don't have python3-setuptools installed
+          when building source packages.
+
+2018-05-12 22:46:30 +0200 Mike Gabriel (e2dedb1)
+
+	* Add --try-resume cmd line option and feature. Bump version to
+          0.5.99.1.
+
+2018-05-12 22:46:11 +0200 Mike Gabriel (252bb31)
+
+	* pyhoca-cli.1: Rephrase info for --from-stdin slightly.
+
+2018-03-07 12:55:44 +0100 Mike Gabriel (4e61d8d)
+
+	* man page: Add --force-password option.
+
+2018-03-06 21:24:09 +0100 Mike Gabriel (aa43e5a)
+
+	* debian/changelog
+
+2018-03-06 20:17:50 +0000 Mike Gabriel (835cd53)
+
+	* pyhoca-cli: Add --force-password command line switch to override
+          SSH key detection code.
+
+2018-03-06 20:59:30 +0100 Mike Gabriel (c1ff8d4)
+
+	* Enforce Python3 build, fix FTBFS. (debian/rules: Switch to pybuild
+          DH build system.)
+
+2017-09-25 13:49:05 +0200 Mike Gabriel (957fb1a)
+
+	* debian/rules: Typo fix in WITH_PYTHON3 variable assignment.
+
+2017-09-25 12:52:50 +0200 Mike Gabriel (b427400)
+
+	* pyhoca-cli.spec: Adapt to PyHoca-CLI's Python3 port.
+
+2017-09-25 12:50:45 +0200 Mike Gabriel (b851c91)
+
+	* debian/changelog: Update from Git history
+
+2017-09-22 14:13:52 +0200 Mike Gabriel (adba562)
+
+	* Bump upstream version to 0.5.99.0.
+
+2017-09-22 14:12:47 +0200 Mike Gabriel (04eabd5)
+
+	* debian/rules: Build for Python3, not Python2.
+
+2017-09-22 14:12:24 +0200 Mike Gabriel (e344f92)
+
+	* debian/control: Fix src:pkg header part.
+
+2017-09-22 12:11:16 +0200 Mike Gabriel (eb844a1)
+
+	* debian/control: Switch to python3-* dependencies.
+
+2017-09-22 12:06:12 +0200 Mike Gabriel (2d88f3d)
+
+	* debian/control: White-space fix.
+
+2017-09-22 12:05:58 +0200 Mike Gabriel (13503d9)
+
+	* debian/control: Bump versioned D (pyhoca-cli): python-x2go (>=
+          0.5.99.0).
+
+2017-09-22 12:05:24 +0200 Mike Gabriel (ff718bc)
+
+	* debian/{control,compat}: Bump to DH version level 9.
+
+2017-09-22 12:03:34 +0200 Mike Gabriel (568f71f)
+
+	* Port to Python3.
+
+2017-09-24 10:50:59 +0200 X2Go Release Manager (1db41fe)
+
+	* Continue development
+
+2017-09-24 09:55:55 +0200 X2Go Release Manager (87b6c71)
+
+	* release 0.5.0.4 (tag: 0.5.0.4)
+
+2016-08-07 18:49:11 +0200 Mihai Moldovan (9428156)
+
+	* man/man1/pyhoca-cli.1: drop incorrect short option -p as an alias
+          for --pack. Fixes: #1062.
+
+2016-06-28 04:14:47 +0200 Mihai Moldovan (1cb6ec7)
+
+	* debian/changelog: add entry for last change.
+
+2016-06-27 04:09:19 +0200 Mihai Moldovan (f727fb8)
+
+	* debian/control: add myself as uploader.
+
+2016-06-15 19:41:56 +0200 Mihai Moldovan (183ad74)
+
+	* pyhoca-cli.spec: SLE support: add --prefix to setup.py install
+          call.
+
+2016-06-15 19:29:30 +0200 Mihai Moldovan (8d36f31)
+
+	* pyhoca-cli.spec: add support for EPEL5 and (older) SLE versions by
+          using the BuildRoot tag.
+
+2016-06-08 08:59:05 +0200 Mihai Moldovan (e67cb2a)
+
+	* debian/control: maintainer change in package: X2Go Developers
+          <x2go-dev at lists.x2go.org>.
+
+2016-01-28 21:24:54 +0100 X2Go Release Manager (b0940ee)
+
+	* Continue development...
+
+2016-01-28 20:49:47 +0100 X2Go Release Manager (934cf1c)
+
+	* release 0.5.0.3 (tag: 0.5.0.3)
+
+2016-01-28 20:46:44 +0100 X2Go Release Manager (a1e7fa3)
+
+	* debian/changelog: move dh-python change to where it actually
+          belongs to - version 0.5.0.3.
+
+2016-01-28 20:43:29 +0100 X2Go Release Manager (405343f)
+
+	* Continue development...
+
+2016-01-28 20:37:06 +0100 X2Go Release Manager (97fc86d)
+
+	* Revert "release 0.5.0.2"
+
+2016-01-28 20:01:54 +0100 X2Go Release Manager (611970a)
+
+	* release 0.5.0.2
+
+2016-01-28 16:42:41 +0100 Mihai Moldovan (e734f01)
+
+	* misc: whitespace only.
+
+2016-01-28 15:34:07 +0100 Mihai Moldovan (9e78e00)
+
+	* common: update copyright notices. Happy new year!
+
+2016-01-26 20:56:15 +0100 Mihai Moldovan (623267e)
+
+	* debian/changelog: add contributor name.
+
+2016-01-26 20:55:08 +0100 Mihai Moldovan (3fb126a)
+
+	* debian/control: switch python-support to build dependency, add
+          dh-python alternative.
+
+2016-01-26 20:23:34 +0100 Mihai Moldovan (8541c41)
+
+	* debian/control: whitespace only.
+
+2015-01-25 13:34:04 +0100 Mike Gabriel (9b4a11e)
+
+	* release 0.5.0.2 (tag: 0.5.0.2)
+
+2015-01-08 19:34:22 +0100 Mihai Moldovan (f1cb3d9)
+
+	* common: update copyright notices. Happy new year!
+
+2014-12-17 16:21:52 +0100 Mike Gabriel (7120e88)
+
+	* Handle SSHException 'No authentication methods available' for
+          key-only authentication attempts gracefully.
+
+2014-12-17 16:07:00 +0100 Mike Gabriel (730b0e1)
+
+	* Handle SSHException 'Incompatible ssh peer (no acceptable kex
+          algorithm)' gracefully.
+
+2014-10-21 09:17:08 +0200 Mike Gabriel (12f8ff9)
+
+	* debian/changelog: typo fix
+
+2014-10-21 09:16:51 +0200 Mike Gabriel (e1e9076)
+
+	* debian/copyright: Relicense packaging files under same license as
+          the actual code files.
+
+2014-10-20 23:29:18 +0200 Mike Gabriel (358bea3)
+
+	* debian/control: Bump Standards: to 3.9.6. No changes needed.
+
+2014-10-20 23:28:45 +0200 Mike Gabriel (7241829)
+
+	* Continue development...
+
+2014-10-20 22:14:46 +0200 Mike Gabriel (e175bc5)
+
+	* release 0.5.0.1 (tag: 0.5.0.1)
+
+2014-10-20 22:19:05 +0200 Mike Gabriel (18dd0e9)
+
+	* man page: Mark not-yet-implemented cmdline options as such. More
+          cmdline option support for brokerage is a TODO for
+          pyhoca-cli.
+
+2014-10-20 22:12:53 +0200 Mike Gabriel (a864f7d)
+
+	* pyhoca-cli.spec: Versioned R (pyhoca-cli): python-x2go (>=
+          0.5.0.0).
+
+2014-10-20 22:11:45 +0200 Mike Gabriel (be0f42a)
+
+	* debian/control: Raise versioned D (pyhoca-cli): python-x2go (>=
+          0.5.0.0).
+
+2014-10-20 22:09:07 +0200 Mike Gabriel (3bbfdec)
+
+	* debian/control: Add to S (pyhoca-cli): mteleplayer-clientside.
+
+2014-10-20 22:08:37 +0200 Mike Gabriel (a832dac)
+
+	* Update README and TODO files.
+
+2014-10-20 21:32:17 +0200 Mike Gabriel (bb9e964)
+
+	* Continue development...
+
+2014-10-20 21:30:27 +0200 Mike Gabriel (e6e6937)
+
+	* happy new year 2014 (belated)
+
+2014-10-20 13:08:56 +0200 Mike Gabriel (422ea20)
+
+	* release 0.5.0.0 (tag: 0.5.0.0)
+
+2014-10-20 13:08:28 +0200 Mike Gabriel (b8c600e)
+
+	* formalistic code cleanup using pyflakes
+
+2014-10-14 21:12:54 +0200 Mike Gabriel (275b7f1)
+
+	* pyhoca-cli: Avoid duplicate files in openSUSE/SLES.
+
+2014-10-14 21:09:10 +0200 Mike Gabriel (682d0e4)
+
+	* pyhoca-cli.spec: Adapt to building on openSUSE/SLES.
+
+2014-08-22 23:13:19 +0200 Mike Gabriel (81951cf)
+
+	* Add cmdline options --backend-<*> to enforce usage of certain
+          Python X2Go backends for session profile, settings,
+          control session, terminal session, etc.
+
+2014-08-22 23:11:45 +0200 Mike Gabriel (5b53cc7)
+
+	* fix for last commit
+
+2014-07-09 20:02:14 +0200 Mike Gabriel (77e16d2)
+
+	* Rename LICENSE.txt to COPYING.
+
+2014-05-06 11:34:36 +0200 Mike Gabriel (8e160bd)
+
+	* Fix description of --from-stdin option on man page. (Fixes: #485).
+
+2014-03-18 10:36:25 +0100 Mike Gabriel (51f28fc)
+
+	* remove broker param from man page, that will not be implemented for
+          pyhoca-cli
+
+2014-03-17 13:50:56 +0100 Mike Gabriel (4a246c4)
+
+	* debian/changelog: mention the new broker feature explicitly
+
+2014-03-17 13:50:13 +0100 Mike Gabriel (544b38a)
+
+	* Add cmdline option --broker-password. Masquerade broker password in
+          process list (Linux/Mac only).
+
+2014-03-17 13:49:27 +0100 Mike Gabriel (110424c)
+
+	* Update man page with (future) broker options. Some man page fixes
+          (mentioning X2Go Client where it should name PyHoca-CLI).
+
+2014-03-17 13:47:27 +0100 Mike Gabriel (70c61ab)
+
+	* ~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.
+
+2014-03-10 15:58:00 +0100 Mike Gabriel (817cb9b)
+
+	* 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.
+
+2014-03-04 13:56:01 +0100 Mike Gabriel (715f739)
+
+	* Move --list-profiles code into PyHocaCLI instance.
+
+2014-03-03 12:55:03 +0100 Mike Gabriel (8985b74)
+
+	* whitespace fixes
+
+2014-03-03 12:46:40 +0100 Mike Gabriel (dcaa9c9)
+
+	* Start work on broker client implementation for PyHoca-CLI.
+
+2014-01-08 21:28:16 +0100 Mike Gabriel (4d64798)
+
+	* Continue development...
+
+2014-01-08 21:12:43 +0100 Mike Gabriel (3c27e63)
+
+	* release 0.4.0.2 (tag: 0.4.0.2)
+
+2013-12-17 11:16:52 +0100 Mike Gabriel (8606bf9)
+
+	* Add to BR: python-argparse.
+
+2013-12-10 20:47:15 +0100 Mike Gabriel (5e24a92)
+
+	* pyhoca-cli.spec: Ship pyhoca-cli.spec (RPM package definitions) in
+          upstream project. (Thanks to the Fedora package
+          maintainers).
+
+2013-11-29 13:07:07 +0100 Mike Gabriel (01b9ccf)
+
+	* change versioning scheme
+
+2013-11-27 14:56:28 +0100 Mike Gabriel (5c6fdd4)
+
+	* debian/source/format: Switch to format 1.0.
+
+2013-09-04 00:52:53 +0200 Mike Gabriel (3837d52)
+
+	* Versioned Depends: on python-x2go (>= 0.4.0.9-0~).
+
+2013-09-04 00:51:12 +0200 Mike Gabriel (b4c962f)
+
+	* /debian/control: Replace "LDAP support" with "session brokerage
+          support" in LONG_DESCRIPTION.
+
+2013-09-04 00:50:38 +0200 Mike Gabriel (e47ed0a)
+
+	* Add support for unlocking encrypted SSH private key files.
+
+2013-02-12 20:45:19 +0100 Mike Gabriel (0cfcb3e)
+
+	* Continue development...
+
+2013-02-12 20:43:55 +0100 Mike Gabriel (eb0e526)
+
+	* release 0.4.0.1 (tag: 0.4.0.1)
+
+2013-02-12 20:43:43 +0100 Mike Gabriel (60a878d)
+
+	* Bump egg version to 0.4.0.1
+
+2013-02-12 20:35:55 +0100 Mike Gabriel (d549b95)
+
+	* release 0.4.0.0 (tag: 0.4.0.0)
+
+2013-01-14 00:00:44 +0100 Mike Gabriel (96d89e9)
+
+	* update changelog
+
+2013-01-13 23:50:46 +0100 Mike Gabriel (eef50e9)
+
+	* fix all occurences of X2go -> X2Go, also in class identifiers
+
+2012-12-20 09:20:05 +0100 Mike Gabriel (462a868)
+
+	* fix changelog entry
+
+2012-12-20 09:12:50 +0100 Mike Gabriel (98c7d71)
+
+	* Thanks to Orion's patch in bug #91 we can drop build dependency on
+          python-x2go.
+
+2012-12-20 09:06:37 +0100 Mike Gabriel (98e1f92)
+
+	* add os import to setup.py
+
+2012-12-20 08:57:12 +0100 Orion Poplawski (a13a51e)
+
+	* 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).
+
+2012-12-16 15:29:22 +0100 Mike Gabriel (7f73477)
+
+	* remove referrals to bugs in old BTS (Whups/Horde)
+
+2012-12-13 13:34:16 +0100 Mike Gabriel (2ebe70d)
+
+	* Continue development...
+
+2012-12-10 14:52:10 +0100 Mike Gabriel (5130c68)
+
+	* release 0.2.1.0 (tag: 0.2.1.0)
+
+2012-11-12 11:34:20 +0100 Mike Gabriel (2840032)
+
+	* fix typo in changelog
+
+2012-11-12 09:06:14 +0100 Mike Gabriel (ee08a8e)
+
+	* Remove cmdline option --time-to-wait, Python X2Go now offers a
+          progress status for session startup/resumption. So we
+          query this status instead.
+
+2012-11-12 08:59:05 +0100 Mike Gabriel (0030b69)
+
+	* Depend on python-x2go (>= 0.2.0.1).
+
+2012-11-10 21:43:46 +0100 Mike Gabriel (63934b8)
+
+	* swap password and session comand around
+
+2012-11-10 20:54:54 +0100 Mike Gabriel (dd6a9ef)
+
+	* update version+date in man page
+
+2012-11-10 20:53:50 +0100 Mike Gabriel (410289b)
+
+	* update man page
+
+2012-11-10 20:42:38 +0100 Mike Gabriel (825b509)
+
+	* do not hint to STRG-C functionality with --from-stdin option set
+
+2012-11-10 20:05:33 +0100 Mike Gabriel (d8f6548)
+
+	* typo
+
+2012-11-10 20:03:48 +0100 Mike Gabriel (e047a76)
+
+	* make unpacking of stdin values more robust
+
+2012-11-10 19:54:07 +0100 Mike Gabriel (7deba53)
+
+	* When finishing the application Update session status before
+          reporting back to the user what happened to the session.
+
+2012-11-10 19:48:32 +0100 Mike Gabriel (fd23c68)
+
+	* fix for last commit
+
+2012-11-10 19:41:47 +0100 Mike Gabriel (be31a06)
+
+	* make --from-stdin IPv6 capable
+
+2012-11-10 17:16:51 +0100 Mike Gabriel (506e2e7)
+
+	* The option ,,password'' is not allowed for session registration.
+
+2012-11-10 16:13:39 +0100 Mike Gabriel (7feaee0)
+
+	* bump version to 0.2.1.0
+
+2012-11-10 16:10:02 +0100 Mike Gabriel (ec4d9d6)
+
+	* remove debug code
+
+2012-11-09 17:51:56 +0100 Mike Gabriel (03eb816)
+
+	* Add cmdline option --from-stdin that facilitates lightdm remote
+          login session startup.
+
+2012-09-27 16:53:15 +0200 Mike Gabriel (49aa9fe)
+
+	* /debian/rules: Allow package build on systems with missing
+          dh_python2.
+
+2012-09-25 20:19:21 +0200 Mike Gabriel (84999ab)
+
+	* Reduce python version in Build-Depends to allow build on Ubuntu
+          10.04.
+
+2012-09-15 21:28:29 +0200 Mike Gabriel (83a392d)
+
+	* /debian/control: fix typo in longdescs
+
+2012-09-15 20:06:49 +0200 Mike Gabriel (f1fa7df)
+
+	* Maintainer change in package: X2Go Developers
+          <x2go-dev at lists.berlios.de>.
+
+2012-08-17 16:39:07 +0200 Mike Gabriel (6aae7a9)
+
+	* Contine development...
+
+2012-08-17 16:36:53 +0200 Mike Gabriel (0bea148)
+
+	* release 0.2.0.4 (tag: 0.2.0.4)
+
+2012-08-15 15:20:34 +0200 Mike Gabriel (62b7ec3)
+
+	* typo in debian/changelog
+
+2012-08-15 15:20:12 +0200 Mike Gabriel (75c3ba8)
+
+	* version increment for pyhoca-cli python egg.
+
+2012-08-15 15:09:44 +0200 Mike Gabriel (d09ebd3)
+
+	* fix for commit 6702eae0
+
+2012-08-15 15:03:30 +0200 Mike Gabriel (81f02d0)
+
+	* Declare pyhoca namespace in setup.py.
+
+2012-08-15 15:02:57 +0200 Mike Gabriel (6702eae)
+
+	* Import packaging files from Debian package.
+
+2012-07-24 02:45:13 +0200 Mike Gabriel (c65c703)
+
+	* release 0.2.0.3 (tag: 0.2.0.3)
+
+2012-07-24 02:41:34 +0200 Mike Gabriel (7b7cf8c)
+
+	* Fix license header of setup.py file.
+
+2012-07-23 22:23:47 +0200 Mike Gabriel (a2f536f)
+
+	* Continue development...
+
+2012-07-23 21:42:44 +0200 Mike Gabriel (406d0b9)
+
+	* release 0.2.0.2 (tag: 0.2.0.2)
+
+2012-07-23 21:42:30 +0200 Mike Gabriel (391558b)
+
+	* Do not fail if HOME dir is read-only, needed for building with
+          sbuild.
+
+2012-06-11 07:49:01 +0200 Mike Gabriel (14c601f)
+
+	* Continue development...
+
+2012-06-08 23:45:12 +0200 Mike Gabriel (1ff2562)
+
+	* release 0.2.0.1 (tag: 0.2.0.1)
+
+2012-06-08 23:44:27 +0200 Mike Gabriel (3603cde)
+
+	* increment __init__.py version
+
+2012-06-08 23:43:57 +0200 Mike Gabriel (7cd1568)
+
+	* Fix minus sign / hyphen mismatch in man page.
+
+2012-06-08 23:14:30 +0200 Mike Gabriel (b91f7d8)
+
+	* release 0.2.0.0 (tag: 0.2.0.0)
+
+2012-06-08 23:14:04 +0200 Mike Gabriel (3816f7d)
+
+	* changelog cleanup
+
+2012-06-08 23:13:34 +0200 Mike Gabriel (a7e4fe0)
+
+	* Depend on Python X2Go (>= 0.2.0.2).
+
+2012-06-08 23:12:45 +0200 Mike Gabriel (1bcc08f)
+
+	* bump upstream version to 0.2.0.0
+
+2012-06-08 23:12:00 +0200 Mike Gabriel (b7fa23b)
+
+	* Add __doc__ strings to __init__.py and frontend.py.
+
+2012-04-12 11:24:42 +0200 Mike Gabriel (9f561fa)
+
+	* lintian issue fixed: extra-license-file
+
+2012-04-12 02:42:40 +0200 Mike Gabriel (fe3fea0)
+
+	* add AGPLv3+ full text license
+
+2012-04-12 01:08:30 +0200 Mike Gabriel (c522c0a)
+
+	* license change to AGPLv3+
+
+2012-04-12 00:43:44 +0200 Mike Gabriel (9c63db3)
+
+	* fix file permissions (x-bit)
+
+2012-04-12 00:43:07 +0200 Mike Gabriel (c912754)
+
+	* happy new year, license change to AGPLv3+
+
+2012-04-11 10:04:43 +0200 Mike Gabriel (844198f)
+
+	* Add code to redirect stdout and stderr when frozen with py2exe.
+
+2012-01-31 23:38:38 +0100 Mike Gabriel (a928969)
+
+	*  Replace non-code strings ,,X2go'' by ,,X2Go''.
+
+2011-12-27 02:54:18 +0100 Mike Gabriel (d33f863)
+
+	* Add proper license to copyright file.
+
+2011-12-27 02:53:53 +0100 Mike Gabriel (c989f61)
+
+	* Add python-suport (>=0.90) as dependency. Fix project name in
+          control file.
+
+2011-09-07 20:33:44 +0200 Mike Gabriel (9f2b5bd)
+
+	* version increment
+
+2011-09-07 20:19:43 +0200 Mike Gabriel (6225f29)
+
+	* Release version 0.1.4.2 (tag: 0.1.4.2)
+
+2011-09-07 20:16:04 +0200 Mike Gabriel (473364d)
+
+	* Add cmd line option --auth-attempts.
+
+2011-08-17 02:28:02 +0200 Mike Gabriel (d5c1ff7)
+
+	* Update+rearrange man page.
+
+2011-08-17 02:27:57 +0200 Mike Gabriel (1d7da12)
+
+	* Add cmd line option --terminate-on-ctrl-c.
+
+2011-08-17 02:07:09 +0200 Mike Gabriel (37ba4e6)
+
+	* man page update
+
+2011-08-17 02:03:22 +0200 Mike Gabriel (3e307a9)
+
+	* Multiple achievements with this commit...
+
+2011-07-26 14:27:52 +0200 Mike Gabriel (cde819a)
+
+	* provide helper Makefile.docupload for uploading html man pages to
+          code.x2go.org
+
+2011-07-26 14:03:39 +0200 Mike Gabriel (efdb589)
+
+	* remove html man pages as they are part of the build process
+
+2011-07-06 22:18:30 +0200 Mike Gabriel (ba599ba)
+
+	* version increment
+
+2011-07-06 22:11:47 +0200 Mike Gabriel (47aa48b)
+
+	* release of 0.1.4.1 (tag: 0.1.4.1)
+
+2011-07-05 21:49:39 +0200 Mike Gabriel (0ec13f5)
+
+	* Add --quiet option to disable any kind of log output.
+
+2011-07-05 21:23:16 +0200 Mike Gabriel (2f472c5)
+
+	* Fix for Ctrl-C comment when sharing a desktop.
+
+2011-07-04 20:11:23 +0200 Mike Gabriel (4470716)
+
+	* Depend on Python X2go 0.1.1.2.
+
+2011-07-01 14:53:27 +0200 Mike Gabriel (09acccc)
+
+	* README/TODO update, version increment.
+
+2011-06-26 22:58:01 +0200 Mike Gabriel (30b1249)
+
+	* React to bug #627990, prefer man2html-base over man2html. (tag:
+          0.1.4.0)
+
+2011-06-24 17:16:35 +0200 Mike Gabriel (9e668c5)
+
+	* egg version increment
+
+2011-06-24 17:08:54 +0200 Mike Gabriel (7d859c5)
+
+	* Terminate shared desktop sessions of Ctrl-C (instead of  suspending
+          them.
+
+2011-06-13 23:49:34 +0200 Mike Gabriel (976a7bf)
+
+	* Add X2go desktop sharing support.
+
+2011-05-30 11:14:25 +0200 Mike Gabriel (094def2)
+
+	* re-arranged man file locations and man2html build script
+
+2011-05-26 12:06:49 +0200 Mike Gabriel (b285999)
+
+	* type fix
+
+2011-05-26 12:05:53 +0200 Mike Gabriel (edfc1f2)
+
+	* changelog update
+
+2011-05-26 12:04:55 +0200 Mike Gabriel (5c1b9d4)
+
+	* fixes build sequence
+
+2011-05-26 08:12:44 +0200 Mike Gabriel (1fe7fab)
+
+	* version increment (tag: 0.1.3.3)
+
+2011-05-25 20:01:32 +0200 Mike Gabriel (1ca4ece)
+
+	* depends on new Python X2go version, updates dh dependency
+
+2011-05-22 21:47:52 +0200 Mike Gabriel (c33d3ca)
+
+	* man page update
+
+2011-05-22 21:47:00 +0200 Mike Gabriel (678d0db)
+
+	* updates html version of man page
+
+2011-05-22 21:45:52 +0200 Mike Gabriel (4b41d82)
+
+	* adds --session-profile option to man page
+
+2011-05-22 20:57:44 +0200 Mike Gabriel (7d7b57a)
+
+	* adds man2html build (so that we have readable man pages in Git)
+
+2011-05-22 00:35:25 +0200 Mike Gabriel (c27646d)
+
+	* typo fix in control file
+
+2011-05-22 00:19:05 +0200 Mike Gabriel (0a74a70)
+
+	* typo fix in man page
+
+2011-05-22 00:18:04 +0200 Mike Gabriel (ce9b702)
+
+	* man page version/date update
+
+2011-05-22 00:16:59 +0200 Mike Gabriel (cacadc9)
+
+	* explanation update for compat options (man page fix)
+
+2011-05-22 00:15:17 +0200 Mike Gabriel (b5a8ddd)
+
+	* --pack-type is actually only called --pack in pyhoca-cli (man page
+          fix)
+
+2011-05-22 00:13:46 +0200 Mike Gabriel (59fa51a)
+
+	* update for --clean-sessions option in man page
+
+2011-05-22 00:12:28 +0200 Mike Gabriel (b1947e2)
+
+	* removes --import option from man page
+
+2011-05-22 00:09:55 +0200 Mike Gabriel (85cab1f)
+
+	* another typo in man page
+
+2011-05-22 00:07:55 +0200 Mike Gabriel (f95573d)
+
+	* typo in man page
+
+2011-05-19 09:07:40 +0200 Mike Gabriel (9f0fba9)
+
+	* adds VCS information to control file
+
+2011-05-17 19:19:33 +0200 Mike Gabriel (382289d)
+
+	* new FSF address
+
+2011-05-17 13:08:02 +0200 Mike Gabriel (2b78360)
+
+	* bugfix for --password rewrite code (tag: 0.1.3.2)
+
+2011-05-17 13:06:30 +0200 Mike Gabriel (35b726c)
+
+	* catching ValueError if --password is not given
+
+2011-05-17 12:16:57 +0200 Mike Gabriel (1c38b7f)
+
+	* man page update (tag: 0.1.3.1)
+
+2011-05-17 12:08:32 +0200 Mike Gabriel (28ad6d7)
+
+	* new line at end of file
+
+2011-05-17 12:08:07 +0200 Mike Gabriel (013b280)
+
+	* removed old build script
+
+2011-05-17 12:07:52 +0200 Mike Gabriel (90090ef)
+
+	* version increment, debian changelog entry
+
+2011-05-17 11:50:50 +0200 Mike Gabriel (bdf71da)
+
+	* moving setproctitle stanze further up, fixed typo
+
+2011-05-17 11:47:52 +0200 Mike Gabriel (3ec0c5d)
+
+	* reintroducing the --password option secured by setproctitle
+
+2011-05-17 11:47:02 +0200 Mike Gabriel (970d692)
+
+	* interpuctation beautification
+
+2011-05-17 11:18:55 +0200 Mike Gabriel (73823b6)
+
+	* adds setproctitle support
+
+2011-05-17 10:33:45 +0200 Mike Gabriel (49946e4)
+
+	* fixes list sessions output, depends on newest python-x2go code
+
+2011-05-17 10:23:12 +0200 Mike Gabriel (ec91855)
+
+	* fixed exitcode
+
+2011-05-17 10:22:34 +0200 Mike Gabriel (004f5fc)
+
+	* explicit logon failure after 3 attempts
+
+2011-05-17 10:19:23 +0200 Mike Gabriel (f6b634b)
+
+	* fail interactive authentication after 3 attempts
+
+2011-05-17 10:17:14 +0200 Mike Gabriel (0a743f2)
+
+	* if SSH privkey is not valid, use interactive auth
+
+2011-05-17 10:10:42 +0200 Mike Gabriel (16f5dc6)
+
+	* exchange -r option by -p
+
+2011-05-17 10:07:44 +0200 Mike Gabriel (d4bf467)
+
+	* getting rid of empty lines
+
+2011-05-17 10:06:34 +0200 Mike Gabriel (c76c653)
+
+	* work-around for Python bug http://bugs.python.org/issue11236
+
+2011-05-17 09:48:36 +0200 Mike Gabriel (0b96e03)
+
+	* only raising error if session_profile arg was specified
+
+2011-05-17 09:47:51 +0200 Mike Gabriel (9914dc4)
+
+	* raising a runtime error, if session profile name does not exist
+
+2011-05-17 09:43:08 +0200 Mike Gabriel (d471d3d)
+
+	* fixes UTF-8 error, session profile usage + password auth now fixed
+
+2011-05-17 09:39:31 +0200 Mike Gabriel (473bfaf)
+
+	* removal of debug code
+
+2011-05-17 09:24:08 +0200 Mike Gabriel (a777014)
+
+	* take user name from session profile if --session-profile is used
+
+2011-05-17 09:17:49 +0200 Mike Gabriel (1dcc2cf)
+
+	* typo fix, adds debug code
+
+2011-05-17 09:16:24 +0200 Mike Gabriel (344e4b5)
+
+	* change loglevel option from arg to kwarg parameter
+
+2011-05-17 09:05:28 +0200 Mike Gabriel (571313b)
+
+	* uses touch_file function from python-x2go API
+
+2011-05-17 08:57:31 +0200 Mike Gabriel (7996e52)
+
+	* fixes --list-sessions option
+
+2011-05-17 06:58:45 +0200 Mike Gabriel (a834627)
+
+	* updates for python build env
+
+2011-05-17 06:54:50 +0200 Mike Gabriel (39421e5)
+
+	* switches to native source format
+
+2011-05-12 10:04:35 +0200 Mike Gabriel (8817568)
+
+	* changeover to four digit version pattern
+
+2011-05-12 10:02:33 +0200 Mike Gabriel (650fec3)
+
+	* updates control file description
+
+2011-05-12 09:24:12 +0200 Mike Gabriel (50939d1)
+
+	* updates control file (prep for building on Launchpad)
+
+2011-04-15 00:03:50 +0200 Mike Gabriel (043e167)
+
+	* fixes the author and his email address
+
+2011-02-03 12:56:29 +0100 Mike Gabriel (5e41b9f)
+
+	* diverted symlink for development python-x2go code
+
+2010-12-31 21:52:46 +0000 mike (19705a6)
+
+	* * release:     Python X2go 0.0.30     PyHoca-GUI 0.0.20
+
+2010-12-31 01:20:56 +0000 mike (ff3c42c)
+
+	* * built Debian/Ubuntu Packages     - Python X2go 0.0.28     -
+          PyHoca-GUI 0.0.18     - PyHoca-CLI 0.1.3
+
+2010-12-30 23:10:32 +0000 mike (516921e)
+
+	* * fixing handling of add_to_known_hosts and known_hosts parameters
+
+2010-12-29 14:11:03 +0000 mike (002ed17)
+
+	* Python X2go
+
+2010-12-10 12:59:15 +0000 mike (7a1e35b)
+
+	* * modified version string
+
+2010-12-10 12:45:42 +0000 mike (43ae160)
+
+	* * tagged pyhoca-cli 0.1.2
+
+2010-12-10 12:23:05 +0000 mike (997f572)
+
+	* * forcing use_cache to False when constructing X2goClient instance
+
+2010-12-10 07:46:59 +0000 mike (57cf611)
+
+	* * 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...
+
+2010-12-02 19:25:58 +0000 mike (4db6a85)
+
+	* * indentation fix
+
+2010-12-02 14:19:13 +0000 mike (6c88a4c)
+
+	* * 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
+
+2010-11-22 19:52:07 +0000 mike (4cc2161)
+
+	* * 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
+
+2010-11-21 18:14:38 +0000 mike (14cc8a3)
+
+	* * fix for .ssh path creation
+
+2010-11-21 13:56:12 +0000 mike (34ba3c7)
+
+	* * added SSH rootdir variable to Python X2go
+
+2010-11-21 13:43:28 +0000 mike (6a252cc)
+
+	* * creating .ssh directory if not present
+
+2010-11-21 13:36:17 +0000 mike (d63d6c9)
+
+	* * move _touch_file further up in the code
+
+2010-11-21 13:33:13 +0000 mike (a711bdc)
+
+	* * added support for retrieving current local user from x2go module
+
+2010-11-20 02:45:12 +0000 mike (0625392)
+
+	* * pyhoca-cli build script
+
+2010-11-19 22:28:09 +0000 mike (3e09aa9)
+
+	* * wrong copyright header * removed Replaces:-line in control file
+
+2010-11-13 21:25:23 +0000 mike (95b44ad)
+
+	* * 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
+
+2010-11-11 09:02:25 +0000 mike (a99ff62)
+
+	* * fixing name tag whe logging (to distinguish X2goClient instance
+          logging   and PyHocaCLI class logging)
+
+2010-11-10 14:51:29 +0000 mike (7e59b3d)
+
+	* * improved error handling for crash X2go session (integration in to
+          PyHoca-CLI)
+
+2010-11-09 22:01:18 +0000 mike (8ca39e2)
+
+	* * PyHoca-CLI adaptations to changes in Python X2go API
+
+2010-11-09 09:11:03 +0000 mike (e636fd3)
+
+	* * adapted pyhoca-cli to changes in X2goClient API (strict
+          separation of session   profile based methods and session
+          oriented methods)
+
+2010-11-07 01:00:35 +0000 mike (03caa0a)
+
+	* * added --list-profiles option to PyHoca CLI
+
+2010-11-07 00:34:00 +0000 mike (a077a98)
+
+	* * added --session-profile option (run a session profile as
+          configured in ~/.x2goclient/sessions)
+
+2010-11-05 23:50:49 +0000 mike (4e17df0)
+
+	* * intermediate check-in on the way of proper session profile
+          handling
+
+2010-11-01 18:33:04 +0000 mike (7671d39)
+
+	* * using double underscore method names for core methods in
+          X2goClient
+
+2010-11-01 09:51:07 +0000 mike (64696c5)
+
+	* * re-added pyhoca-cli symlinks to Python X2go working copy
+
+2010-11-01 09:50:29 +0000 mike (5cf374a)
+
+	* * fixed pyhoca-cli
+
+2010-10-29 12:21:30 +0000 mike (a492d59)
+
+	* * pyhoca-cli is currently broken... * temporarily removed symlinks
+          to local Python X2go copy * initial bugfixing
+
+2010-10-28 21:24:00 +0000 mike (e886078)
+
+	* * remove ppring import * added __doc__ strings that allude that
+          documentation work is still   missing
+
+2010-10-28 21:19:05 +0000 mike (052f052)
+
+	* * completely egg'ified / class'ified PyHocaCLI   -> PyHocaCLI(args,
+          logger, liblogger) can now be called from within      your
+          programmes
+
+2010-10-28 17:19:51 +0000 mike (8a10b82)
+
+	* * an example skeleton (not functional yet) for a common file
+          hierarchy for   PyHoca CLI+GUI
+
+2010-10-24 16:05:49 +0000 mike (f5102f6)
+
+	* * added folder for pyhoca-cli based GUI (name may still change)
+
+2010-10-24 15:44:51 +0000 mike (5b39fdf)
+
+	* * re-importing projects
+
diff --git a/debian/changelog b/debian/changelog
index 1e88d5a..134cfdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pyhoca-cli (0.5.99.1-0x2go2) UNRELEASED; urgency=medium
+pyhoca-cli (0.6.0.0-0x2go1) unstable; urgency=medium
 
   * New upstream version (0.5.99.1).
     - Port to Python3. (Fixes: #1287).
@@ -16,6 +16,9 @@ pyhoca-cli (0.5.99.1-0x2go2) UNRELEASED; urgency=medium
     - 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.
@@ -31,7 +34,7 @@ pyhoca-cli (0.5.99.1-0x2go2) UNRELEASED; urgency=medium
       these days.
   * debian/{control,compat}: Bump to DH version level 9.
 
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 18 Sep 2018 09:10:58 +0200
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 18 Sep 2018 19:14:37 +0000
 
 pyhoca-cli (0.5.0.4-0x2go1) unstable; urgency=medium
 
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index 6847f87..a7989b1 100644
--- a/man/man1/pyhoca-cli.1
+++ b/man/man1/pyhoca-cli.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH pyhoca-cli 1 "Sep 2017" "Version 0.5.99.1" "X2Go Application"
+.TH pyhoca-cli 1 "Sep 2018" "Version 0.6.0.0" "X2Go Application"
 .SH NAME
 pyhoca-cli \- X2Go command line client written in Python
 .SH SYNOPSIS
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
index 4e4425d..3453d2d 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -1,5 +1,5 @@
 Name:           pyhoca-cli
-Version:        0.5.99.1
+Version:        0.6.0.0
 Release:        0.0x2go1%{?dist}
 Summary:        Command line X2Go client written in Python
 
@@ -19,7 +19,7 @@ BuildRequires:  fdupes
 %endif
 BuildRequires:  python3-setuptools
 Requires:       python3-setproctitle
-Requires:       python3-x2go >= 0.5.99.1
+Requires:       python3-x2go >= 0.6.0.0
 Requires:       python3-argparse
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 111e8bb..84ffd60 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki:
 http://wiki.x2go.org
 
 """
-__VERSION__ = "0.5.99.1"
+__VERSION__ = "0.6.0.0"
 
 from .frontend import *

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git


More information about the x2go-commits mailing list