The branch, twofactorauth has been updated via cf20bd0e4f17055d90aa7cf2c88c06f6344d95f2 (commit) from 58e5298bde0fa8d604ad5ace84e4a05002e96d54 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 7 +++++++ debian/control | 2 +- pyhoca/wxgui/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a02ed97..132c17a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-gui (0.1.0.2-0~x2go1) unstable; urgency=low + + * New upstream release (0.1.0.2): + - minor bug fix for authentication of SSH proxy connections + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jun 2011 16:42:48 +0200 + pyhoca-gui (0.1.0.1-0~x2go1) unstable; urgency=low * new upstream release (0.1.0.1): diff --git a/debian/control b/debian/control index 3e95aef..72491fe 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.1.0.2-0~0), + python-x2go (>=0.1.0.3-0~0), python-argparse, python-notify, python-setproctitle, diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 4474645..8cf68a8 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,6 +18,6 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.1.0.1' +__VERSION__ = '0.1.0.2' from frontend import * hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).