From 10e6f8fab306340106839438901e1d722eb7e64c Mon Sep 17 00:00:00 2001 From: Fyren Date: Thu, 23 Jun 2011 17:26:03 -0700 Subject: [PATCH] Preemptively update changelog.txt --- core/metamod.cpp | 2 +- support/changelog.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core/metamod.cpp b/core/metamod.cpp index db1364d..3e595f3 100644 --- a/core/metamod.cpp +++ b/core/metamod.cpp @@ -229,7 +229,7 @@ LoadPluginsFromFile(const char *filepath, int &skipped) } char buffer[255], error[255], full_path[PATH_SIZE]; - const char *ptr, *ext, *file; + const char *file; size_t length; while (!feof(fp) && fgets(buffer, sizeof(buffer), fp) != NULL) { diff --git a/support/changelog.txt b/support/changelog.txt index b20e646..78c5e3c 100644 --- a/support/changelog.txt +++ b/support/changelog.txt @@ -1,3 +1,8 @@ +2011/06/23 1.8.7: + - Fixed libgcc_s.so.1 load error present on some systems (bug 4876). + - Metamod:Source will now work even when the Valve filesytem interface isn't + found (bug 4958). + 2011/04/15 1.8.6: - Fixed compatibility with latest breaking Orange Box changes. - Added support for Bloody Good Time (bug 4784).