This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goclient. from 19566ab release 4.0.1.5 new bb7e78f Revert "release 4.0.1.5" new 8117866 increment version new 0a20539 release 4.0.1.5 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: VERSION | 2 +- nsis/x2goclient.nsi | 2 +- version.h | 2 +- x2goclient.spec | 2 +- x2goplugin.rc | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goclient. commit 0a205394fa946e70bb1481af0f1192457bc1a1bd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 11 08:12:56 2014 +0200 release 4.0.1.5 --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11a1e84..2c83ad7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -x2goclient (4.0.1.4-0x2go2) unstable; urgency=low +x2goclient (4.0.1.5-0x2go1) unstable; urgency=low - * Build fix release (for 4.0.1.4): + * Build fix release (4.0.1.5): - Add x2goclient_nl.ts to x2goclient.pro, so that the - .qm file gets generated during build. + .qm file gets generated during build. (Fixes: #473). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 10 Apr 2014 17:47:27 +0200 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goclient. commit 81178663b064bb1880871f347150d53a9487fb5f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 11 08:22:28 2014 +0200 increment version --- VERSION | 2 +- nsis/x2goclient.nsi | 2 +- version.h | 2 +- x2goclient.spec | 2 +- x2goplugin.rc | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index d78e043..f510b42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.1.4 +4.0.1.5 diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index 0280711..3e0b3c3 100755 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -10,7 +10,7 @@ ;General RequestExecutionLevel admin - !define VERSION "4.0.1.4-pre01" + !define VERSION "4.0.1.5" Name "x2goclient-${VERSION}" Caption "x2goclient-${VERSION}" OutFile "x2goclient-${VERSION}-setup.exe" diff --git a/version.h b/version.h index 2a066a6..1bb0b10 100644 --- a/version.h +++ b/version.h @@ -15,5 +15,5 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * ***************************************************************************/ -#define VERSION "4.0.1.4" +#define VERSION "4.0.1.5" diff --git a/x2goclient.spec b/x2goclient.spec index 6c48065..2f44c56 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.0.1.4 +Version: 4.0.1.5 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) diff --git a/x2goplugin.rc b/x2goplugin.rc index e91691f..e807559 100644 --- a/x2goplugin.rc +++ b/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 4,0,1,4 - PRODUCTVERSION 4,0,1,4 + FILEVERSION 4,0,1,5 + PRODUCTVERSION 4,0,1,5 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -21,13 +21,13 @@ BEGIN VALUE "FileDescription", "Allows you to start X2Go session in a webbrowser\0" VALUE "FileExtents", "x2go\0" VALUE "FileOpenName", "Configuration File for X2Go Session (*.x2go)\0" - VALUE "FileVersion", "4, 0, 1 ,4\0" + VALUE "FileVersion", "4, 0, 1 ,5\0" VALUE "InternalName", "x2goplugin\0" VALUE "LegalCopyright", "Copyright � 2010-2013 Obviously Nice\0" VALUE "MIMEType", "application/x2go\0" VALUE "OriginalFilename", "npx2goplugin.dll\0" - VALUE "ProductName", "X2GoClient Plug-in 4.0.1.4\0" - VALUE "ProductVersion", "4, 0, 1, 4\0" + VALUE "ProductName", "X2GoClient Plug-in 4.0.1.5\0" + VALUE "ProductVersion", "4, 0, 1, 5\0" END END BLOCK "VarFileInfo" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goclient. commit bb7e78f730c8d1fbd3eb5fa2bfdbf515fd217d59 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Apr 11 08:20:49 2014 +0200 Revert "release 4.0.1.5" This reverts commit 19566ab745124f624605f7eb6ef904d80b2e40fc. --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c83ad7..11a1e84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -x2goclient (4.0.1.5-0x2go1) unstable; urgency=low +x2goclient (4.0.1.4-0x2go2) unstable; urgency=low - * Build fix release (4.0.1.5): + * Build fix release (for 4.0.1.4): - Add x2goclient_nl.ts to x2goclient.pro, so that the - .qm file gets generated during build. (Fixes: #473). + .qm file gets generated during build. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 10 Apr 2014 17:47:27 +0200 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git