Updated GnuPG binary to v1.4.23 (2018-06-11), compiled with GCC 7.3.0.
This commit is contained in:
parent
b5c3b410eb
commit
1b5645ac8e
File diff suppressed because one or more lines are too long
@ -9,6 +9,7 @@ LameXP Audio-Encoder Front-End – Changelog
|
||||
* Upgraded build environment to Microsoft Visual Studio 2017.8 (MSVC 19.15)
|
||||
* Updated Opus encoder/decoder libraries to v1.3-RC2 (2018-09-27) and Opus-Tools to v0.2+2 (2018-09-30)
|
||||
* Updated MediaInfo to v18.05 (2018-05-09), compiled with ICL 18.2 and MSVC 15.7
|
||||
* Updated GnuPG to v1.4.23 (2018-06-11), compiled with GCC 7.3.0
|
||||
* Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files
|
||||
* Fixed detection of certain WMA and AAC files [regression in LameXP v4.16]
|
||||
* Some improvements to the auto-update function, which is now using cURL instead of Wget
|
||||
|
Binary file not shown.
@ -35,7 +35,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 7
|
||||
#define VER_LAMEXP_TYPE RC
|
||||
#define VER_LAMEXP_PATCH 3
|
||||
#define VER_LAMEXP_BUILD 2178
|
||||
#define VER_LAMEXP_BUILD 2180
|
||||
#define VER_LAMEXP_CONFG 2134
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -77,7 +77,7 @@ g_lamexp_tools[] =
|
||||
{"2ee22f174131615cf342cb3031a4c93adfff0997d84eb1b6794c133c8f19d109c43e67a3f60638705c7afb93427a07f8", CPU_TYPE_X86_SSX, "flac.x86-sse2.exe", 132, ""},
|
||||
{"323ba94d1d3a8f82f4e5a6adf859d0f11d7b0c69fa0254e620724f879edd9d7017e3d2fa78ffe0a615539d8798606a46", CPU_TYPE_X64_NVX, "flac.x64-sse2.exe", 132, ""},
|
||||
{"db5c8b27f876f797d8e2c7dd6c585cff065174c2a006a1642be2b8339be7d17e49b806534e3c9f2de84e66e997c49df7", CPU_TYPE_X64_AVX, "flac.x64-avx.exe", 132, ""},
|
||||
{"59755982390fc95ba6678e1fa0fef52c3b04a71f4265feee8f260a2e3dbd6cd5a5c1518b34ba5cf9d133381740467298", CPU_TYPE_ALL_ALL, "gpgv.exe", 1422, ""},
|
||||
{"d2cff6f3ca2e5147d4ac76b059052fbcbbabf6c3163e188edef80002ff30283aef2fee43fdc905bd71f1a0a59317ebec", CPU_TYPE_ALL_ALL, "gpgv.exe", 1423, ""},
|
||||
{"c66992384b6388a7b68f2659624c150b33ff1cacb0c28c0ab2a3249eca4c31e204953f325403f78c077d1735b275ac12", CPU_TYPE_ALL_ALL, "keyring.gpg", UINT_MAX, ""},
|
||||
{"5e95b7d07d4ffc1ed9b2f3ccebd1a13caf6362dad39c594d94a1c15b80ba81b296cb8ce77487bf98c9650ce76f7a845b", CPU_TYPE_X86_GEN, "lame.x86-i686.exe", 31001, "Final"},
|
||||
{"cc5809e842fa0d9ceee2de7ebe3ad4d1cbfdc8b1a7aa91fa14ce3f690bd2280ce23648c178a93d41652189fb06c2600b", CPU_TYPE_X86_SSX, "lame.x86-sse2.exe", 31001, "Final"},
|
||||
|
Loading…
Reference in New Issue
Block a user