This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 2f57967 start becoming aware of ECDSA keys new 166607d Windows: Fix compatibility with PulseAudio 3.0 & later (Fixes: #532) 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: debian/changelog | 4 ++++ x2go/pulseaudio.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 166607d0b5c75b27cb53ce9e2d3f1be38eb72e6e Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jul 5 08:54:13 2014 -0400 Windows: Fix compatibility with PulseAudio 3.0 & later (Fixes: #532) --- debian/changelog | 4 ++++ x2go/pulseaudio.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f63c5e7..f685ff6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -81,6 +81,10 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low * python-x2go.spec: + Add dependencies: python-requests, python-simplejson. + [ Mike DePaulo ] + * New upstream version (0.5.0.0): + - Windows: Fix compatibility with PulseAudio 3.0 & later (Fixes: #532) + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 05 Jan 2014 16:35:57 +0100 python-x2go (0.4.0.10-0x2go1) UNRELEASED; urgency=low diff --git a/x2go/pulseaudio.py b/x2go/pulseaudio.py index 5fdcb8f..886e194 100644 --- a/x2go/pulseaudio.py +++ b/x2go/pulseaudio.py @@ -99,7 +99,7 @@ class X2GoPulseAudio(threading.Thread): cmd_options = [ '-n', '--exit-idle-time=-1', - '-L "module-native-protocol-tcp port=4713"', + '-L "module-native-protocol-tcp port=4713 auth-cookie=\\\\.pulse-cookie"', '-L "module-esound-protocol-tcp port=16001"', '-L module-waveout', ] -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git