This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 9818a3b macbuild.sh: use the new volume icon that actually also looks like a disk drive. Fixes: #930. new d5d9856 Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 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: copy-deps-win32.bat | 2 +- debian/changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -- 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 d5d985652ef00e3880938316f48cc811051b54f6 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 07:52:53 2017 -0500 Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 --- copy-deps-win32.bat | 2 +- debian/changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index c03bb79..68c2b8f 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -9,7 +9,7 @@ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MSVC-DLLs\2013-12.0.21005.1-x86\msvcr120.dll %3\ || exit /b %errorlevel% -xcopy /E /Y %1\pulse\6.0-11.1_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\pulse\7.1-2.2_bin %3\ || exit /b %errorlevel% xcopy /E /Y %1\PuTTY\0.67_bin %3\ || exit /b %errorlevel% xcopy /E /Y /I %1\VcXsrv\1.17.0.0-3_bin %3\VcXsrv || exit /b %errorlevel% xcopy /E /Y %1\zlib\1.2.8_bin\zlib1.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index e801167..45af200 100644 --- a/debian/changelog +++ b/debian/changelog @@ -160,6 +160,11 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (4.1.0.1): - res/i18n/x2goclient_fi.ts: update Finnish translation file. + [ Mike DePaulo ] + * New upstream version (4.1.0.1): + - Windows: Upgrade PulseAudio from 6.0 to 7.1 + Fixes: #1152 Issues with audio when playing HTML5 videos + -- X2Go Release Manager <git-admin@x2go.org> Wed, 22 Feb 2017 07:13:10 +0100 x2goclient (4.1.0.0-0x2go1) unstable; urgency=medium -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git