Preemptively update changelog.txt

This commit is contained in:
Fyren 2011-06-23 17:26:03 -07:00
parent ec3e9a0a65
commit 10e6f8fab3
2 changed files with 6 additions and 1 deletions

View File

@ -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)
{

View File

@ -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).