The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via cad15a8bcfbccf2ecfaebd83af5e84561616932b (commit) from 59794584018d08a3ade4484f28a0abf797c13e26 (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 +++++++ pyhoca/wxgui/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d07f042..98c9eb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-gui (0.1.0.10-0~x2go1) UNRELEASED; urgency=low + + * Bugfix release for Windows (0.1.0.10): + - Fix for shared folders tab in profile manager on Windows platform. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 02 Nov 2011 08:39:49 +0100 + pyhoca-gui (0.1.0.9-0~x2go1) unstable; urgency=low * New upstream version (0.1.0.9): diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 64b0747..ef20ec4 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.9' +__VERSION__ = '0.1.0.10' 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)).