From: <fir...@us...> - 2013-12-12 01:02:15
|
Revision: 58930 http://sourceforge.net/p/firebird/code/58930 Author: firebirds Date: 2013-12-12 01:02:10 +0000 (Thu, 12 Dec 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-12-11 17:11:47 UTC (rev 58929) +++ firebird/trunk/ChangeLog 2013-12-12 01:02:10 UTC (rev 58930) @@ -1,3 +1,23 @@ + 2013-12-11 17:11 dimitr + M src/jrd/recsrc/ConditionalStream.cpp +Protected from unexpected operations with a closed stream. + + 2013-12-11 16:32 hvlad + M src/alice/alice_meta.epp +Fixed bug CORE-4297 : Gfix crashed when description of limbo transaction have size large than 1KB + + 2013-12-11 11:04 dimitr + M src/dsql/DsqlCompilerScratch.cpp +Fixed the issue with recursive CTEs reported by Philippe in firebird-devel. + + 2013-12-11 10:20 hvlad + M src/jrd/blb.cpp +No need to maintain precedence for temporary blobs. Use correct page space for precedence. + + 2013-12-11 10:19 hvlad + M src/jrd/pag.h +Refactor common code a bit + 2013-12-10 13:03 alexpeshkoff M src/auth/SecurityDatabase/LegacyManagement.epp M src/common/classes/objects_array.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-11 17:11:47 UTC (rev 58929) +++ firebird/trunk/src/jrd/build_no.h 2013-12-12 01:02:10 UTC (rev 58930) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30787 + FORMAL BUILD NUMBER:30792 */ -#define PRODUCT_VER_STRING "3.0.0.30787" -#define FILE_VER_STRING "WI-T3.0.0.30787" -#define LICENSE_VER_STRING "WI-T3.0.0.30787" -#define FILE_VER_NUMBER 3, 0, 0, 30787 +#define PRODUCT_VER_STRING "3.0.0.30792" +#define FILE_VER_STRING "WI-T3.0.0.30792" +#define LICENSE_VER_STRING "WI-T3.0.0.30792" +#define FILE_VER_NUMBER 3, 0, 0, 30792 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30787" +#define FB_BUILD_NO "30792" #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-12-11 17:11:47 UTC (rev 58929) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-12 01:02:10 UTC (rev 58930) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30787 +BuildNum=30792 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |