The branch, master has been updated via 8f723c95e91f302d874bbe6da429e7f87c0a6011 (commit) from 16a43c73e7666cc35fd76583ddbdc8f05554c992 (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 ----------------------------------------------------------------- commit 8f723c95e91f302d874bbe6da429e7f87c0a6011 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu May 31 22:15:44 2012 +0200 bump version to 0.2.0.0, depend on Python X2Go 0.2.0.1 ----------------------------------------------------------------------- Summary of changes: debian/changelog | 12 ++++++------ debian/control | 2 +- pyhoca/wxgui/__init__.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2cc7c6c..5172174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low +pyhoca-gui (0.2.0.0-0~x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] - * New upstream version (0.1.2.0): + * New upstream version (0.2.0.0): - Add XFCE4 support. - Add support for renaming session window titles from the client-side. - Add switch that enables/disables custom/server-side session window @@ -144,7 +144,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low running within a Ubuntu Unity session. - Make auto-detected keyboard setup (i.e. usage of x2gosetkeyboard) configurable in the profile manager. - * Depend on Python X2Go 0.1.2.0. + * Depend on Python X2Go 0.2.0.1. * Install GNOME icons via dh_links. * Install X2Go icons with explicit install paths. * Add /debian/source/options file with entry single-debian-patch. Fix control @@ -155,19 +155,19 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low * Install published applications icons in Debian package. [ Terje Andersen ] - * New upstream version (0.1.2.0): + * New upstream version (0.2.0.0): - Add Bokmal (Norway) translation file (not complete, yet). - Fine-tune Bokmal (Norway translation file. [ Daniel Lindgren ] - * New upstream version (0.1.2.0): + * New upstream version (0.2.0.0): - Add Swedish translation file. - Fine-tune Swedish translation. - Update Swedish translation. - Update Swedish translation (published applications). [ Dick Kniep ] - * New upstream version (0.1.2.0): + * New upstream version (0.2.0.0): - Update Dutch translation file. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Nov 2011 03:13:09 +0100 diff --git a/debian/control b/debian/control index 51bd72f..ab6c18a 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.1.2.0-0~), + python-x2go (>=0.2.0.1-0~), python-argparse, python-notify, python-setproctitle, diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index a149735..cfd9f2a 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.2.0' +__VERSION__ = '0.2.0.0' 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)).