This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit acbc89719808a34f21888f8b66110d4ff79bd5f5 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Mar 16 11:29:13 2014 -0400 Update comment for last commit and add to debian/changelog. (Fixes #422) --- debian/changelog | 5 +++++ onmainwindow.cpp | 1 + 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 30f8182..90d98ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,11 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low * New upstream version (4.0.2.0): - Decrease HelpDialog's tab width from 320 to 30 (the width of 10 spaces.) (Fixes: #453) + - Windows: Fix compatibility with PulseAudio 3.0 & later through + new cookie handling. (Fixes: #422) + - Windows: Upgrade included PulseAudio from 1.1 to 5.0. + The 5.0 build is patched for X2Go bug #363. and available here: + https://build.opensuse.org/project/show/home:mikedep333:branches:home:mkbosm... -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:20:08 +0100 diff --git a/onmainwindow.cpp b/onmainwindow.cpp index d51b7e2..638f826 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -5149,6 +5149,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, #else QString cooFile; // Default cookie file path used by PulseAudio 3.0 and later. + // Cannot be overriden due to PulseAudio bug 75006. if ( QFile::exists (wapiShortFileName ( homeDir ) + "/.x2go/pulse/.config/pulse/cookie") ) { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git