The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via ef9f0b56383e6bbee2de96294eca0c1e17c9a189 (commit) from f8bf3631945ce3d1d675ff4434d77f7cfc6c5659 (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 | 8 ++++++++ debian/control | 2 +- man/pyhoca-gui.1 | 2 +- pyhoca/wxgui/__init__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index cdf7d0b..235b34d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pyhoca-gui (0.0.20-0~nwt1) lucid maverick testing unstable; urgency=low + + * profile manager: added encoding support for local folder sharing + * profile manager: removed widgets for fstunnel and soundtunnel (PyHoca-GUI will + always tunnel through SSH) + + -- Mike Gabriel <m.gabriel@das-netzwerkteam.de> Fri, 31 Dec 2010 23:35:00 +0100 + pyhoca-gui (0.0.19-0~nwt1) lucid maverick testing unstable; urgency=low * bugfix release (add_to_known_hosts / known_hosts issue when using X2goSSHProxy) diff --git a/debian/control b/debian/control index c335c13..1240cb8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: >= 2.6 Package: pyhoca-gui Architecture: all -Depends: ${misc:Depends}, python, python-x2go (>=0.0.29-0~nwt1), +Depends: ${misc:Depends}, python, python-x2go (>=0.0.30-0~nwt1), python-argparse, python-notify, python-setproctitle (>=1.0.1-1), wx-common(>=2.8.10.0), python-wxtools (>=2.8.10.0) Description: An graphical X2go client written in (wx)Python diff --git a/man/pyhoca-gui.1 b/man/pyhoca-gui.1 index be33de5..97cbb07 100644 --- a/man/pyhoca-gui.1 +++ b/man/pyhoca-gui.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-gui 1 "31 Dec 2010" "Version 0.0.19" "X2go Application" +.TH pyhoca-gui 1 "31 Dec 2010" "Version 0.0.20" "X2go Application" .SH NAME pyhoca-gui \- graphical X2go client applet written in Python .SH SYNOPSIS diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 489e5d4..ea8932c 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.0.19' +__VERSION__ = '0.0.20' from frontend import * \ No newline at end of file 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)).