This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 07a37d3 src/{onmainwindow,sshmasterconnection}.{cpp,h}: correctly initialize and finalize libssh. new 36552d1 Bump version to 4.1.1.0. The 1 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 +- debian/changelog | 16 ++++++++-------- man/man1/x2goclient.1 | 2 +- src/version.h | 2 +- x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc | 10 +++++----- x2goclient.spec | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 master in repository x2goclient. commit 36552d1c3df62f8490463fc6d6956b4245d1f16c Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Sep 13 04:57:04 2017 +0200 Bump version to 4.1.1.0. --- VERSION | 2 +- debian/changelog | 16 ++++++++-------- man/man1/x2goclient.1 | 2 +- src/version.h | 2 +- x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc | 10 +++++----- x2goclient.spec | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/VERSION b/VERSION index a97fb2d..cb1d6ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0.1 +4.1.1.0 diff --git a/debian/changelog b/debian/changelog index 43bfe2a..c770c43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium +x2goclient (4.1.1.0-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] - * New upstream version (4.1.0.1): + * New upstream version (4.1.1.0): - src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870. - src/sshmasterconnection.cpp: with libssh 0.6.0 and newer, get the public @@ -197,7 +197,7 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium issues. [ Oleksandr Shneyder ] - * New upstream version (4.1.0.1): + * New upstream version (4.1.1.0): - Add "direct XDMCP" functionality. - Disable sound button on direct RDP and XDMCP sessions. Set for direct XDMCP session autologin=true. @@ -221,15 +221,15 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium session freezes. [ Robert Parts ] - * New upstream version (4.1.0.1): + * New upstream version (4.1.1.0): - res/i18n/x2goclient_et.ts: update Estonian translation file. [ Martti Pitkänen ] - * New upstream version (4.1.0.1): + * New upstream version (4.1.1.0): - res/i18n/x2goclient_fi.ts: update Finnish translation file. [ Mike DePaulo ] - * New upstream version (4.1.0.1): + * New upstream version (4.1.1.0): - Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 Issues with audio when playing HTML5 videos - Windows: Remove uninstaller from start menu. @@ -253,14 +253,14 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium Fixes: #1100 [ Seth Galitzer ] - * New upstream version (4.1.0.1): + * New upstream version (4.1.1.0): - src/help.cpp: add documentation for the --background option. Part of #1162. - {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: add new --branding option that replaces the seal logo. Fixes: #1162. [ Walid Moghrabi ] - * New upstream version (4.1.0.1): + * New upstream version (4.1.1.0): - {src/{help.cpp,onmainwindow.{cpp,h}},man/man1/x2goclient.1}: let --background take a directory and randomly pick an SVG file in there. Fixes: #1165. diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1 index f58c32c..29bebac 100644 --- a/man/man1/x2goclient.1 +++ b/man/man1/x2goclient.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goclient 1 "Feb 2017" "Version 4.1.0.1" "X2Go Client (Qt4)" +.TH x2goclient 1 "Sep 2017" "Version 4.1.1.0" "X2Go Client (Qt4)" .SH NAME x2goclient \- Client application to launch server-side X2Go sessions. .SH SYNOPSIS diff --git a/src/version.h b/src/version.h index 77021fa..4569c3e 100644 --- a/src/version.h +++ b/src/version.h @@ -19,6 +19,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "4.1.0.1" +#define VERSION "4.1.1.0" #endif /* !defined (VERSION_H) */ diff --git a/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc b/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc index 6e2746b..dd32e5e 100644 --- a/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc +++ b/x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 4.1.0.1 - PRODUCTVERSION 4.1.0.1 + FILEVERSION 4.1.1.0 + PRODUCTVERSION 4.1.1.0 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, 1, 0, 1\0" + VALUE "FileVersion", "4, 1, 1, 0\0" VALUE "InternalName", "x2goplugin\0" VALUE "LegalCopyright", "Copyright � 2010-2017 X2Go Project\0" VALUE "MIMEType", "application/x2go\0" VALUE "OriginalFilename", "npx2goplugin.dll\0" - VALUE "ProductName", "X2GoClient Plug-in 4.1.0.1\0" - VALUE "ProductVersion", "4, 1, 0, 1\0" + VALUE "ProductName", "X2GoClient Plug-in 4.1.1.0\0" + VALUE "ProductVersion", "4, 1, 1, 0\0" END END BLOCK "VarFileInfo" diff --git a/x2goclient.spec b/x2goclient.spec index 35c9edf..230a85d 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.1.0.1 +Version: 4.1.1.0 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git