Difference between revisions of "SourceMod 1.7.2 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
(Created page with "SourceMod 1.7.2 is a bugfix release, further stabilizing the 1.7 branch. For the full SourceMod 1.7 release notes, click here. =Changelog=...")
(No difference)

Revision as of 08:18, 30 May 2015

SourceMod 1.7.2 is a bugfix release, further stabilizing the 1.7 branch.

For the full SourceMod 1.7 release notes, click here.

Changelog

User Changes:

  • Updated game compatibility for the latest CS:GO updates.
  • Fixed potential crash when using SDKTools GameRules_* natives. (PR 330) (yed).
  • Fixed regression in v1.7.0 causing admin-sql-threaded plugin to not properly load admins. (bug 6365) (PR 342).
  • Fixed leak in plugin heap memory that could lead to "Not enough space on the heap" error. (bug 6370).