diff --git a/modules.versions b/modules.versions index 09c1485..a68a9e4 100644 --- a/modules.versions +++ b/modules.versions @@ -1,7 +1,7 @@ [PRODUCT] major = 1 minor = 6 -revision = 0 +revision = 1 [sourcemm] folder = sourcemm diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index fdc2fac..bac4c78 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,3 +1,9 @@ +2008/02/25 1.6.1: + - Fixed crash bug against mods compiled with GCC-4.2 -fvisibility=hidden + - API wrappers for GetUserMessageInfo() now have failsafe fallbacks + since the OrangeBox SDK fixed an older SDK's crash bug. + - Removed FCVAR_REPLICATED from MM:S ConVars. + 2008/02/18 1.6.0: - Added ability to load from a VDF file instead of gameinfo.txt. - Added ability to load MM:S plugins from VDF files.