Updated changelog + bump version.
This commit is contained in:
parent
392a1af0cc
commit
3485413e8c
File diff suppressed because one or more lines are too long
@ -12,6 +12,7 @@ LameXP Audio-Encoder Front-End – Changelog
|
|||||||
* Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files
|
* 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]
|
* 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
|
* Some improvements to the auto-update function, which is now using cURL instead of Wget
|
||||||
|
* Updated language files (big thank-you to all contributors !!!)
|
||||||
|
|
||||||
## LameXP v4.16 [2018-04-30] ## {-}
|
## LameXP v4.16 [2018-04-30] ## {-}
|
||||||
* Upgraded build environment to Microsoft Visual Studio 2017.6 (MSVC 19.13)
|
* Upgraded build environment to Microsoft Visual Studio 2017.6 (MSVC 19.13)
|
||||||
@ -31,6 +32,7 @@ LameXP Audio-Encoder Front-End – Changelog
|
|||||||
* Some improvements to output file name generation code
|
* Some improvements to output file name generation code
|
||||||
* Added "Visual Elements" manifest for Windows 8+ "Start" screen tile
|
* Added "Visual Elements" manifest for Windows 8+ "Start" screen tile
|
||||||
* Some more protection against "DLL pre-loading" attacks has been implemented
|
* Some more protection against "DLL pre-loading" attacks has been implemented
|
||||||
|
* Updated language files (big thank-you to all contributors !!!)
|
||||||
|
|
||||||
## LameXP v4.15 [2017-05-31] ## {-}
|
## LameXP v4.15 [2017-05-31] ## {-}
|
||||||
|
|
||||||
@ -45,6 +47,7 @@ LameXP Audio-Encoder Front-End – Changelog
|
|||||||
* Updated FAAD decoder to v2.7 from CVS in order to include latest libFAAD fixes (2016-11-11)
|
* Updated FAAD decoder to v2.7 from CVS in order to include latest libFAAD fixes (2016-11-11)
|
||||||
* Updated Monkey's Audio binary to v4.25 (2017-03-12), compiled with ICL 17.0 and MSVC 14.0
|
* Updated Monkey's Audio binary to v4.25 (2017-03-12), compiled with ICL 17.0 and MSVC 14.0
|
||||||
* Some tweaks to the auto-update function in order to speed-up the update check in most situations
|
* Some tweaks to the auto-update function in order to speed-up the update check in most situations
|
||||||
|
* Updated language files (big thank-you to all contributors !!!)
|
||||||
|
|
||||||
## LameXP v4.14 [2016-11-19] ## {-}
|
## LameXP v4.14 [2016-11-19] ## {-}
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
#define VER_LAMEXP_MINOR_HI 1
|
#define VER_LAMEXP_MINOR_HI 1
|
||||||
#define VER_LAMEXP_MINOR_LO 7
|
#define VER_LAMEXP_MINOR_LO 7
|
||||||
#define VER_LAMEXP_TYPE RC
|
#define VER_LAMEXP_TYPE RC
|
||||||
#define VER_LAMEXP_PATCH 2
|
#define VER_LAMEXP_PATCH 3
|
||||||
#define VER_LAMEXP_BUILD 2168
|
#define VER_LAMEXP_BUILD 2170
|
||||||
#define VER_LAMEXP_CONFG 2134
|
#define VER_LAMEXP_CONFG 2134
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user