From cc5d87578f10f58d4e7d95df5e44aee51944fed4 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 9 Jun 2012 20:23:32 -0400 Subject: [PATCH] Updated changelog and versioning for version 1.4.3. --- changelog.txt | 31 +++++++++++++++++++++++++++++++ plugins/include/version.inc | 2 +- product.version | 2 +- tools/buildbot/build_type | 2 +- 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3b74a43f..c6595bfb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,37 @@ SourceMod Changelog ----------------------------- +SourceMod 1.4.3 [2012-06-09] + +URL: http://wiki.alliedmods.net/SourceMod_1.4.3_Release_Notes + +User Changes: + + - Updated support for latest OrangeBox engine changes (CS:S, DoD:S, TF2, HL2DM, GMod). + - Made clientprefs attempt to reconnect to the database on map change (bug 4745). + - Log functions now respect sv_logecho (bug 5135). + - Fixed client console vote output (bug 5290, bug 5205) (FlaminSarge). + - Fixed error when reloading dependant plugins using aliased natives (bug 5302). + - Fixed intermittent crash when looking for an invalid signature (bug 5301). + - Fixed possible crash when reloading a plugin with an invalid binary (bug 5288). + - Exposed extensions list to clients (bug 5221) (VoiDeD). + - Fixed intermittent crashes in clientprefs (bug 4660). + - Fixed crash when passing an invalid entity reference to ReferenceToEntity (bug 5330). + - Fixed cstrike extension crash on shutdown (bug 5328). + - Lowered threading API think time to 20ms, making threaded MySQL queries complete faster (bug 4733). + +Developer Changes: + + - Fixed client serials not being unique on Windows (bug 5285). + - Fixed broken SourceTV detection on L4D1 (bug 5216). + - Fixed Float negation operator (bug 5292). + - Updated TF2 condition defines (bug 5259) (FlaminSarge). + - Adding missing SetMenuNoVoteButton native declaration (bug 4522) (GoD-Tony). + - Fixed erroneous const-qualification of name param of GetAdminUsername (bug 5267). + - Added GetGameTickCount native (bug 5209) (GoD-Tony). + +----------------------------- + SourceMod 1.4.2 [2011-04-13] URL: http://wiki.alliedmods.net/SourceMod_1.4.2_Release_Notes diff --git a/plugins/include/version.inc b/plugins/include/version.inc index 1dd53e26..46d39093 100644 --- a/plugins/include/version.inc +++ b/plugins/include/version.inc @@ -39,4 +39,4 @@ #define SOURCEMOD_V_MINOR 4 /**< SourceMod Minor version */ #define SOURCEMOD_V_RELEASE 3 /**< SourceMod Release version */ -#define SOURCEMOD_VERSION "1.4.3-dev" /**< SourceMod version string (major.minor.release.build) */ +#define SOURCEMOD_VERSION "1.4.3" /**< SourceMod version string (major.minor.release.build) */ diff --git a/product.version b/product.version index 2f0ed737..428b770e 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.4.3-dev +1.4.3 diff --git a/tools/buildbot/build_type b/tools/buildbot/build_type index 38f8e886..17640be7 100644 --- a/tools/buildbot/build_type +++ b/tools/buildbot/build_type @@ -1 +1 @@ -dev +rel