From: <fir...@us...> - 2014-02-17 00:40:34
|
Revision: 59135 http://sourceforge.net/p/firebird/code/59135 Author: firebirds Date: 2014-02-17 00:40:30 +0000 (Mon, 17 Feb 2014) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2014-02-16 21:52:14 UTC (rev 59134) +++ firebird/trunk/ChangeLog 2014-02-17 00:40:30 UTC (rev 59135) @@ -1,3 +1,19 @@ + 2014-02-16 21:52 asfernandes + M src/dsql/DdlNodes.h + M src/jrd/RecordNumber.h + M src/jrd/SysFunction.cpp + M src/jrd/blb.cpp + M src/jrd/exe.cpp +Warnings. + + 2014-02-16 13:26 hvlad + M src/common/os/win32/mod_loader.cpp +Windows only changes: +- try to load DLL's from fbclient's folder if DLL's file name contains no full path +- if attempt above failed, load DLL using given file name (as is) +- cleanup +It should fix CORE-4275 (create database fault if fbclient.dll loaded from another directory (Providers = Engine12)) + 2014-02-15 11:12 hvlad M src/yvalve/PluginManager.cpp Fixed Windows build Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-02-16 21:52:14 UTC (rev 59134) +++ firebird/trunk/src/jrd/build_no.h 2014-02-17 00:40:30 UTC (rev 59135) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30887 + FORMAL BUILD NUMBER:30889 */ -#define PRODUCT_VER_STRING "3.0.0.30887" -#define FILE_VER_STRING "WI-T3.0.0.30887" -#define LICENSE_VER_STRING "WI-T3.0.0.30887" -#define FILE_VER_NUMBER 3, 0, 0, 30887 +#define PRODUCT_VER_STRING "3.0.0.30889" +#define FILE_VER_STRING "WI-T3.0.0.30889" +#define LICENSE_VER_STRING "WI-T3.0.0.30889" +#define FILE_VER_NUMBER 3, 0, 0, 30889 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30887" +#define FB_BUILD_NO "30889" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-02-16 21:52:14 UTC (rev 59134) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-02-17 00:40:30 UTC (rev 59135) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30887 +BuildNum=30889 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |