From: <fir...@us...> - 2013-08-07 00:24:36
|
Revision: 58474 http://sourceforge.net/p/firebird/code/58474 Author: firebirds Date: 2013-08-07 00:24:33 +0000 (Wed, 07 Aug 2013) 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 2013-08-06 18:49:49 UTC (rev 58473) +++ firebird/trunk/ChangeLog 2013-08-07 00:24:33 UTC (rev 58474) @@ -1,3 +1,21 @@ + 2013-08-06 18:49 dimitr + M src/jrd/ext.cpp +Fixed CORE-4168: Backup containing procedures or triggers that select from external tables cannot be restored with ExternalFileAccess=None. + + 2013-08-06 09:37 dimitr + M src/dsql/AggNodes.cpp + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/idx.cpp + M src/jrd/recsrc/SortedStream.cpp + M src/jrd/sort.cpp + M src/jrd/sort.h +Front ported CORE-3989: Bad performance / slow response when many concurrent sorts are executed. + + 2013-08-06 08:49 paul_reeves + M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc +Be less specific about version when detecting if a version of firebird is running at installation time. + 2013-08-05 16:11 dimitr M src/jrd/recsrc/SortedStream.cpp A bit more information for the plan. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-08-06 18:49:49 UTC (rev 58473) +++ firebird/trunk/src/jrd/build_no.h 2013-08-07 00:24:33 UTC (rev 58474) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30578 + FORMAL BUILD NUMBER:30581 */ -#define PRODUCT_VER_STRING "3.0.0.30578" -#define FILE_VER_STRING "WI-T3.0.0.30578" -#define LICENSE_VER_STRING "WI-T3.0.0.30578" -#define FILE_VER_NUMBER 3, 0, 0, 30578 +#define PRODUCT_VER_STRING "3.0.0.30581" +#define FILE_VER_STRING "WI-T3.0.0.30581" +#define LICENSE_VER_STRING "WI-T3.0.0.30581" +#define FILE_VER_NUMBER 3, 0, 0, 30581 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30578" +#define FB_BUILD_NO "30581" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-08-06 18:49:49 UTC (rev 58473) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-08-07 00:24:33 UTC (rev 58474) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30578 +BuildNum=30581 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |