From 5a91c40a33a17f3fa907ae86385a3c17b08e2c9a Mon Sep 17 00:00:00 2001 From: Brett H Date: Fri, 29 Dec 2023 11:12:58 +1030 Subject: [PATCH] Update changelog and vs redist --- Tuniac1/Housekeeping/Change Log.txt | 9 ++++++++- Tuniac1/Setup-Scripts/include/setup-common.iss | 8 ++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Tuniac1/Housekeeping/Change Log.txt b/Tuniac1/Housekeeping/Change Log.txt index 0d7e55d..52f20a1 100644 --- a/Tuniac1/Housekeeping/Change Log.txt +++ b/Tuniac1/Housekeeping/Change Log.txt @@ -1,11 +1,18 @@ Jan, 2023 --------- -Fix svp opengl crash on Intel GPU +-Update Xaudio 2.9 nuget to 1.2.11 + +Jul, 2023 +--------- +-update Taglib +-update BASS aac,adx,alac,hls, opus, wma +-update VS redist Dec, 2022 --------- -Fix running VS redist installer during Tuniac install --Update XAudio to 1.2.11 +-Update XAudio to 1.2.10 -Update BASS flac, dsd, wv -Use permalink to vs redist diff --git a/Tuniac1/Setup-Scripts/include/setup-common.iss b/Tuniac1/Setup-Scripts/include/setup-common.iss index dbcc2b3..84d3e7f 100644 --- a/Tuniac1/Setup-Scripts/include/setup-common.iss +++ b/Tuniac1/Setup-Scripts/include/setup-common.iss @@ -10,15 +10,15 @@ #define VC14x86Redist 'https://aka.ms/vs/17/release/vc_redist.x86.exe' #define VC14x86RedistMIRROR 'http://tuni.ac/extra/Redist/VC_redist.x86.exe' #define VC14x86RedistdwMajor 14 -#define VC14x86RedistdwMinor 36 -#define VC14x86RedistdwBld 32532 +#define VC14x86RedistdwMinor 38 +#define VC14x86RedistdwBld 33130 #define VC14x86RedistSize 14 #define VC14x64Redist 'https://aka.ms/vs/17/release/vc_redist.x64.exe' #define VC14x64RedistMIRROR 'http://tuni.ac/extra/Redist/VC_redist.x64.exe' #define VC14x64RedistdwMajor 14 -#define VC14x64RedistdwMinor 36 -#define VC14x64RedistdwBld 32532 +#define VC14x64RedistdwMinor 38 +#define VC14x64RedistdwBld 33130 #define VC14x64RedistSize 25 [Setup]