From: <fir...@us...> - 2016-02-29 00:09:11
|
Revision: 63044 http://sourceforge.net/p/firebird/code/63044 Author: firebirds Date: 2016-02-29 00:09:09 +0000 (Mon, 29 Feb 2016) 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 2016-02-28 17:18:08 UTC (rev 63043) +++ firebird/trunk/ChangeLog 2016-02-29 00:09:09 UTC (rev 63044) @@ -1,3 +1,21 @@ + 2016-02-28 09:14 dimitr + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/parse.y +CORE-5119: Support autocommit mode in SET TRANSACTION statement. + + 2016-02-28 08:45 dimitr + M src/jrd/recsrc/NestedLoopJoin.cpp +Misc: remove the redundant space in the explained plan output. + + 2016-02-28 08:41 dimitr + M src/misc/writeBuildNum.sh +Set up the new version. + + 2016-02-28 08:04 dimitr + M doc/WhatsNew +Set up the new version. + 2016-02-27 07:15 dimitr M doc/WhatsNew Updated the docs for RC2. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2016-02-28 17:18:08 UTC (rev 63043) +++ firebird/trunk/src/jrd/build_no.h 2016-02-29 00:09:09 UTC (rev 63044) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32366 + FORMAL BUILD NUMBER:32370 */ -#define PRODUCT_VER_STRING "3.0.0.32366" -#define FILE_VER_STRING "WI-V3.0.0.32366" -#define LICENSE_VER_STRING "WI-V3.0.0.32366" -#define FILE_VER_NUMBER 3, 0, 0, 32366 -#define FB_MAJOR_VER "3" +#define PRODUCT_VER_STRING "4.0.0.32370" +#define FILE_VER_STRING "WI-T4.0.0.32370" +#define LICENSE_VER_STRING "WI-T4.0.0.32370" +#define FILE_VER_NUMBER 4, 0, 0, 32370 +#define FB_MAJOR_VER "4" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32366" -#define FB_BUILD_TYPE "V" -#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2" +#define FB_BUILD_NO "32370" +#define FB_BUILD_TYPE "T" +#define FB_BUILD_SUFFIX "Firebird 4.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2016-02-28 17:18:08 UTC (rev 63043) +++ firebird/trunk/src/misc/writeBuildNum.sh 2016-02-29 00:09:09 UTC (rev 63044) @@ -9,7 +9,7 @@ MajorVer=4 MinorVer=0 RevNo=0 -BuildNum=32366 +BuildNum=32370 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |