This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit b855a236ceba4668eb53e5c0cbff9f3eaa0966bc Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Jan 26 02:32:21 2020 +0100 Windows: upgrade PulseAudio from 7.1 to 13.0. --- copy-deps-win32.bat | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 6094c0c..55a7d12 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -10,7 +10,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\7.1-2.2_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\pulse\13.0-lp151.19.1_bin %3\ || exit /b %errorlevel% xcopy /E /Y %1\PuTTY\0.73_bin %3\ || exit /b %errorlevel% xcopy /E /Y /I %1\VcXsrv\1.20.6.0_bin %3\VcXsrv || exit /b %errorlevel% xcopy /E /Y /I %1\x3270-fonts\3.6ga4\misc %3\VcXsrv\fonts\misc || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index 0f8a60b..9155c6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -159,6 +159,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium affects cases where we bundle sftp-server (which we don't) or where sftp-server is actually part of $PATH (which it usually shouldn't be). - Windows: upgrade bundled VcXsrv to 1.20.6.0. + - Windows: upgrade PulseAudio from 7.1 to 13.0. * debian/control: + Add build-depend on pkg-config. * x2goclient.spec: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git