This is an automated email from the git hooks/post-receive script. x2go pushed a change to annotated tag 0.1.4.0 in repository x2goclient.
at 6ca45380 (tag) tagging 30b1249f0c62590bf4007b03639543156499e903 (commit) tagged by Mike Gabriel on Thu Jun 30 16:08:56 2011 +0200 - Log ----------------------------------------------------------------- Upstream version 0.1.4.0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAABAgAGBQJODIN4AAoJEIlP3EWN3QKACCIH/28xgrxIeaaf3vWoFTLTuAGz nvv69vN1Vxq23VEofz9CEdiu3ttrPZk5rch/LvFJPs5ArUZ0I/PtbUhwb8xCRij1 uUjEZ04ZhebJcKIan/vnShHccL0CSIbD/WitR+ECzOkVdkuIDAxCrA+N1C+V+Xnj 2OX/E0O4G/S8afgHqs0uhwF+s3Jc/4MOBA14BYTI8tiu1ZEFq93tRCzaWe8Ig3Hm ryu8vfGqSBoNhMmm+XqxsfL53v9iAxh+GJER8geycG/axS9TUxp6iHN+PDAd6kYg seWFGVzSkE3BrF3bYiziVZYxEwmBsihctaneBTWADvfF4zP+ooD6a0bD2fNrYxU= =Jk5B -----END PGP SIGNATURE----- Mike Gabriel (59): diverted symlink for development python-x2go code fixes the author and his email address updates control file (prep for building on Launchpad) updates control file description changeover to four digit version pattern switches to native source format updates for python build env fixes --list-sessions option uses touch_file function from python-x2go API change loglevel option from arg to kwarg parameter typo fix, adds debug code take user name from session profile if --session-profile is used removal of debug code fixes UTF-8 error, session profile usage + password auth now fixed raising a runtime error, if session profile name does not exist only raising error if session_profile arg was specified work-around for Python bug http://bugs.python.org/issue11236 getting rid of empty lines exchange -r option by -p if SSH privkey is not valid, use interactive auth fail interactive authentication after 3 attempts explicit logon failure after 3 attempts fixed exitcode fixes list sessions output, depends on newest python-x2go code adds setproctitle support interpuctation beautification reintroducing the --password option secured by setproctitle moving setproctitle stanze further up, fixed typo version increment, debian changelog entry removed old build script new line at end of file man page update catching ValueError if --password is not given bugfix for --password rewrite code new FSF address adds VCS information to control file typo in man page another typo in man page removes --import option from man page update for --clean-sessions option in man page --pack-type is actually only called --pack in pyhoca-cli (man page fix) explanation update for compat options (man page fix) man page version/date update typo fix in man page typo fix in control file adds man2html build (so that we have readable man pages in Git) adds --session-profile option to man page updates html version of man page man page update depends on new Python X2go version, updates dh dependency version increment fixes build sequence changelog update type fix re-arranged man file locations and man2html build script Add X2go desktop sharing support. Terminate shared desktop sessions of Ctrl-C (instead of suspending them. egg version increment React to bug #627990, prefer man2html-base over man2html. mike (35): * re-importing projects * added folder for pyhoca-cli based GUI (name may still change) * an example skeleton (not functional yet) for a common file hierarchy for * completely egg'ified / class'ified PyHocaCLI * remove ppring import * pyhoca-cli is currently broken... * fixed pyhoca-cli * re-added pyhoca-cli symlinks to Python X2go working copy * using double underscore method names for core methods in X2goClient * intermediate check-in on the way of proper session profile handling * added --session-profile option (run a session profile as configured in ~/.x2goclient/sessions) * added --list-profiles option to PyHoca CLI * adapted pyhoca-cli to changes in X2goClient API (strict separation of session * PyHoca-CLI adaptations to changes in Python X2go API * improved error handling for crash X2go session (integration in to PyHoca-CLI) * fixing name tag whe logging (to distinguish X2goClient instance logging * PyHocaCLI class and its X2goClient parent class now have separate loggers * wrong copyright header * pyhoca-cli build script * added support for retrieving current local user from x2go module * move _touch_file further up in the code * creating .ssh directory if not present * added SSH rootdir variable to Python X2go * fix for .ssh path creation * disabled password on the command line (as it can be a security issue, the command line * added known_host kwarg to X2goClient__register_session * indentation fix * prepared for intermediate release * forcing use_cache to False when constructing X2goClient instance * tagged pyhoca-cli 0.1.2 * modified version string Python X2go * fixing handling of add_to_known_hosts and known_hosts parameters * built Debian/Ubuntu Packages * release: ----------------------------------------------------------------------- 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. The 94 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