This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from bc68d34 Update COPYING file (to update FSF address). new 4999b28 Separate 4.0.2.1 from 4.0.3.0 in changelog new b42e57e Bump version string: 4.0.2.1 -> 4.0.3.0 (4.0.2.1 is on the release/4.0.2.x branch now) The 2 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 | 71 +++++++++++++++++++++++++++++-------------------- man/man1/x2goclient.1 | 2 +- version.h | 2 +- x2goclient.spec | 2 +- x2goplugin.rc | 10 +++---- 6 files changed, 51 insertions(+), 38 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 master in repository x2goclient. commit 4999b282ea54b89870e12ef74f89b4ce71f32b12 Author: Mike DePaulo <mikedep333@gmail.com> Date: Wed Jul 9 20:31:56 2014 -0400 Separate 4.0.2.1 from 4.0.3.0 in changelog --- debian/changelog | 71 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index a90a9eb..2d2f812 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low + + [ Mike Gabriel ] + * New upstream release (4.0.3.0): + - Disallow server-side users to override X2Go Server commands via + ~/bin (or similar). (Fixes: #336). + - Avoid unitialised variables on early calls of ONMainWindow::closeEvent() + or ONMainWindow::closeClient(). (Fixes: #253). + + [ Oleksandr Shneyder ] + * New upstream release (4.0.3.0): + - Fix running x2goclient without arguments on Windows. (Fixes: #522). + - Save proxy output in $HOME/S-$SESSION-ID/session.log if debugging is + enabled. + - Fork x2goclient on windows and terminate child processes if x2go client + crashed. (Fixes: #159). + - Add "clipboard" parameter to session profile and to command line options. + (Fixes: #258). + - Replace qCritical() with printError() by argument parsing. + - Update translation files. + - Update russian translation. + - Update string "&Clipboard Mode" and translate in russian translation file. + - Grammar fix in russian translation. + - Add x2gohelper to start X2Go Client on Windows and clean child processes if + X2Go Client crashes. (Fixes: #525). + + [ Mike DePaulo ] + * New upstream release (4.0.3.0): + - Windows: Install VcXsrv "misc" fonts by default, and make all 4 font + groups optional: misc, 75dpi, 100dpi and others (Fixes: #108) + Note: The fact that all the fonts are included makes the installer about + 30MB larger. + - Windows: Make the desktop shortcut optional during install, + but still the default. + + [ Stefan Baur ] + * New upstream version (4.0.2.1): + - Update German translation files. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 10 Apr 2014 18:30:25 +0200 + x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] @@ -9,8 +50,6 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low we force X2Go client to only use the default "accelerated X" as system tray icon (and prohibit usage of the session's icon as tray icon). (Fixes: #365). - - Disallow server-side users to override X2Go Server commands via - ~/bin (or similar). (Fixes: #336). - Provide more meaningful messages on SSH errors (host pub key not found, export pub key not found, authorized_keys file not found). For SSHd startup failures provide different messages on Windows @@ -19,8 +58,6 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low - Add new cmdline option --hide-foldersharing. If used, all GUI elements related to exporting client-side folders to X2Go sessions get hidden. (Fixes: #514). - - Avoid unitialised variables on early calls of ONMainWindow::closeEvent() - or ONMainWindow::closeClient(). (Fixes: #253). - Update COPYING file (to update FSF address). * debian/control: + Add dbg:package x2goplugin-dbg. @@ -41,32 +78,12 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low that requires pulse support. - Check if sound is activated before starting pulse. - Fix starting sshd on Win XP. (Fixes: #421). - - Fix running x2goclient without arguments on Windows. (Fixes: #522). - - Save proxy output in $HOME/S-$SESSION-ID/session.log if debugging is - enabled. - - Fork x2goclient on windows and terminate child processes if x2go client - crashed. (Fixes: #159). - - Add "clipboard" parameter to session profile and to command line options. - (Fixes: #258). - - Replace qCritical() with printError() by argument parsing. - - Update translation files. - - Update russian translation. - - Update string "&Clipboard Mode" and translate in russian translation file. - - Grammar fix in russian translation. - Fix "fullscreen" mode on Windows 7 with multiple monitors. - - Add x2gohelper to start X2Go Client on Windows and clean child processes if - X2Go Client crashes. (Fixes: #525). [ Mike DePaulo ] * New upstream release (4.0.2.1): - - Windows: Install VcXsrv "misc" fonts by default, and make all 4 font - groups optional: misc, 75dpi, 100dpi and others (Fixes: #108) - Note: The fact that all the fonts are included makes the installer about - 30MB larger. (See next comment, it would be even larger.) - - Windows: Reduce the new size of NSIS installer by several MB + - Windows: Reduce the size of NSIS installer by several MB by switching to lzma solid compression - - Windows: Make the desktop shortcut optional during install, - but still the default. - Windows: Prevent high PulseAudio CPU usage on Windows XP by lowering PulseAudio's CPU priority from "high" to "normal" on XP specifically. Also do so on Windows Server 2003 (R2) (Fixes #526) @@ -91,10 +108,6 @@ x2goclient (4.0.2.1-0x2go1) UNRELEASED; urgency=low - Windows: Switch from regular NSIS 2.46 to Unicode NSIS 2.46.5 (Fixes: #528) - [ Stefan Baur ] - * New upstream version (4.0.2.1): - - Update German translation files. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 10 Apr 2014 18:30:25 +0200 x2goclient (4.0.2.0-0x2go1) unstable; urgency=low -- 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 master in repository x2goclient. commit b42e57e8db3411c07acb5ab137d1e6117d1395b3 Author: Mike DePaulo <mikedep333@gmail.com> Date: Wed Jul 9 20:37:40 2014 -0400 Bump version string: 4.0.2.1 -> 4.0.3.0 (4.0.2.1 is on the release/4.0.2.x branch now) --- VERSION | 2 +- man/man1/x2goclient.1 | 2 +- version.h | 2 +- x2goclient.spec | 2 +- x2goplugin.rc | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index b7f887d..fa13d55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.2.1 +4.0.3.0 diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1 index 9c4832d..4e8bdf6 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 "Apr 2014" "Version 4.0.2.1" "X2Go Client (Qt4)" +.TH x2goclient 1 "Apr 2014" "Version 4.0.3.0" "X2Go Client (Qt4)" .SH NAME x2goclient \- Client application to launch server-side X2Go sessions. .SH SYNOPSIS diff --git a/version.h b/version.h index bd81e38..35f8def 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.2.1" +#define VERSION "4.0.3.0" diff --git a/x2goclient.spec b/x2goclient.spec index eea808e..7ddde3e 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,5 +1,5 @@ Name: x2goclient -Version: 4.0.2.1 +Version: 4.0.3.0 Release: 0.0x2go1%{?dist} Summary: X2Go Client application (Qt4) diff --git a/x2goplugin.rc b/x2goplugin.rc index 5c1887c..196488f 100644 --- a/x2goplugin.rc +++ b/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 4.0.2.1 - PRODUCTVERSION 4.0.2.1 + FILEVERSION 4.0.3.0 + PRODUCTVERSION 4.0.3.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, 0, 2 ,1\0" + VALUE "FileVersion", "4, 0, 3 ,0\0" VALUE "InternalName", "x2goplugin\0" VALUE "LegalCopyright", "Copyright � 2010-2014 X2Go Project\0" VALUE "MIMEType", "application/x2go\0" VALUE "OriginalFilename", "npx2goplugin.dll\0" - VALUE "ProductName", "X2GoClient Plug-in 4.0.2.1\0" - VALUE "ProductVersion", "4, 0, 2, 1\0" + VALUE "ProductName", "X2GoClient Plug-in 4.0.3.0\0" + VALUE "ProductVersion", "4, 0, 3, 0\0" END END BLOCK "VarFileInfo" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git