The branch, master has been updated via 6acb46cc76d9f3e6bc8c5689aa8106f53ba62ce8 (commit) via 432b8f6bc6193ebadf5c64705d0173b83e32a8f4 (commit) via 4511fe21426835a6977a39dc57aa7aac77d5afbb (commit) from 73647647ec7a3d5c96391eb3b6c94f586c0c947c (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 6acb46cc76d9f3e6bc8c5689aa8106f53ba62ce8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 11 00:22:17 2012 +0200 Fix grammatical error in man page. commit 432b8f6bc6193ebadf5c64705d0173b83e32a8f4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 11 00:21:35 2012 +0200 Drop Encoding key from .desktop file (deprecated as of latest FreeDesktop.org specs. commit 4511fe21426835a6977a39dc57aa7aac77d5afbb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 11 00:20:00 2012 +0200 Continue development... ----------------------------------------------------------------------- Summary of changes: debian/changelog | 9 +++++++++ desktop/pyhoca-gui.desktop | 1 - man/man1/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 29a9f70..99a5fde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pyhoca-gui (0.2.0.1-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.2.0.1): + - Drop Encoding key from .desktop file (deprecated as of latest + FreeDesktop.org specs. + - Fix grammatical error in man page. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 11 Jun 2012 00:19:22 +0200 + pyhoca-gui (0.2.0.0-0~x2go1) unstable; urgency=low [ Mike Gabriel ] diff --git a/desktop/pyhoca-gui.desktop b/desktop/pyhoca-gui.desktop index 575c623..2c53624 100644 --- a/desktop/pyhoca-gui.desktop +++ b/desktop/pyhoca-gui.desktop @@ -9,5 +9,4 @@ X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable Terminal=false Type=Application -Encoding=UTF-8 Categories=GNOME;KDE;Network diff --git a/man/man1/pyhoca-gui.1 b/man/man1/pyhoca-gui.1 index 8e1f50b..1f73aff 100644 --- a/man/man1/pyhoca-gui.1 +++ b/man/man1/pyhoca-gui.1 @@ -92,7 +92,7 @@ Define an alternative system tray icon file while connecting to a server (PNG fi .TP \*(T<\fB\-\-restricted-trayicon\fR\*(T> Restrict functionality of \fBpyhoca-gui\fR's main session manager icon that is shown in the notification area / system tray. This -switch limits the icon 's functionality to a right-click menu that allows to raise the ,,About'' window and exit the application. On +switch limits the icon 's functionality to a right-click menu that allows one to raise the ,,About'' window and exit the application. On left-click only a minimal session menu is shown. .TP \*(T<\fB\-\-start-on-connect\fR\*(T> diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index cfd9f2a..0a61762 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.2.0.0' +__VERSION__ = '0.2.0.1' 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)).