[X2Go-tags] [x2goclient] annotated tag 0.5.0.1 created (now 1ef6df74)
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:05:25 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to annotated tag 0.5.0.1
in repository x2goclient.
at 1ef6df74 (tag)
tagging e175bc505b499592d748eea4641b5394b464c999 (commit)
replaces 0.2.0.3
tagged by Mike Gabriel
on Mon Oct 20 22:54:07 2014 +0200
- Log -----------------------------------------------------------------
Upstream version 0.5.0.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIbBAABCAAGBQJURXZvAAoJEJr0azAldxsxNBIP9i26tovRF2djDgU9eDlZ+Vsv
OI0BXFWN3iUWhQQ6D5AkZh2xs9EtofDDwSbPVnReKBrCT6mEYXkOMIQWckJbz0u+
/SkwRvv10ijWAyakQzxu0scUZrK4HQhD7oDkwLP045Q25AwhNM7BHpa5YJv5BxN9
ytwgqd+j63K1qy3gag0Uay+0vhNIJ0lc1lvldgxNB3rtfip5GCowPPYOYN4k589W
r7Pcr7WtRP6MdqElSKYx13dOBMNxxdDnvYWlYqXbXhf43TD6wV9a9HZlzVdUDFtu
oVJTmBc9KycUjlb1tzTOPP+K0SbXzm8+MMrE8bLPZoMdB4qU0EtaUovDdriLLzPE
O6EdeJuLpnTMy6fLXb6xwYkNkxk7x16V+2078r5ozJ542TWuZ+PoaWU1yzeZaY+W
uotrJ4lfvQU89TFs/Y8yqKVWS7YW6hNSAV6+lau0yoTZNMQAv4Vbe6CJfiFyC7qb
M6nhYJ5H477B0HftdoWF5nSajGMUgwmic5NfyUNv1ELvYa0Ipz0WVeRJJQiSMjZj
+oXU/cJqNqpieQXhjrm0Yj349yZwY4fzrirX+/Z3DQbQlG/4Th53azIB934TnzHN
ytkrroI/Dal/WNeNlL1ytXTtgsSOBvMsxDV+7MI6QKobuTq0AXPd+pYxssKfymrV
c+kj56EZZWqr1X23/04=
=3LIR
-----END PGP SIGNATURE-----
Mike Gabriel (73):
Import packaging files from Debian package.
Declare pyhoca namespace in setup.py.
fix for commit 6702eae0
version increment for pyhoca-cli python egg.
typo in debian/changelog
release 0.2.0.4
Contine development...
Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
/debian/control: fix typo in longdescs
Reduce python version in Build-Depends to allow build on Ubuntu 10.04.
/debian/rules: Allow package build on systems with missing dh_python2.
Add cmdline option --from-stdin that facilitates lightdm remote login session startup.
remove debug code
bump version to 0.2.1.0
The option ,,password'' is not allowed for session registration.
make --from-stdin IPv6 capable
fix for last commit
When finishing the application Update session status before reporting back to the user what happened to the session.
make unpacking of stdin values more robust
typo
do not hint to STRG-C functionality with --from-stdin option set
update man page
update version+date in man page
swap password and session comand around
Depend on python-x2go (>= 0.2.0.1).
Remove cmdline option --time-to-wait, Python X2Go now offers a progress status for session startup/resumption. So we query this status instead.
fix typo in changelog
release 0.2.1.0
Continue development...
remove referrals to bugs in old BTS (Whups/Horde)
add os import to setup.py
Thanks to Orion's patch in bug #91 we can drop build dependency on python-x2go.
fix changelog entry
fix all occurences of X2go -> X2Go, also in class identifiers
update changelog
release 0.4.0.0
Bump egg version to 0.4.0.1
release 0.4.0.1
Continue development...
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.
change versioning scheme
pyhoca-cli.spec: Ship pyhoca-cli.spec (RPM package definitions) in upstream project. (Thanks to the Fedora package maintainers).
Add to BR: python-argparse.
release 0.4.0.2
Continue development...
Start work on broker client implementation for PyHoca-CLI.
whitespace fixes
Move --list-profiles code into PyHocaCLI instance.
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).
Add cmdline option --broker-password. Masquerade broker password in process list (Linux/Mac only).
debian/changelog: mention the new broker feature explicitly
remove broker param from man page, that will not be implemented for pyhoca-cli
Fix description of --from-stdin option on man page. (Fixes: #485).
Rename LICENSE.txt to COPYING.
fix for last commit
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.
pyhoca-cli: Avoid duplicate files in openSUSE/SLES.
formalistic code cleanup using pyflakes
release 0.5.0.0
happy new year 2014 (belated)
Continue development...
Update README and TODO files.
debian/control: Add to S (pyhoca-cli): mteleplayer-clientside.
debian/control: Raise versioned D (pyhoca-cli): python-x2go (>= 0.5.0.0).
pyhoca-cli.spec: Versioned R (pyhoca-cli): python-x2go (>= 0.5.0.0).
man page: Mark not-yet-implemented cmdline options as such. More cmdline option support for brokerage is a TODO for pyhoca-cli.
release 0.5.0.1
Orion Poplawski (1):
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).
-----------------------------------------------------------------------
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-dev at 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
The 206 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
More information about the x2go-tags
mailing list