From: <fir...@us...> - 2013-06-30 00:28:50
|
Revision: 58273 http://sourceforge.net/p/firebird/code/58273 Author: firebirds Date: 2013-06-30 00:28:47 +0000 (Sun, 30 Jun 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-06-29 13:47:00 UTC (rev 58272) +++ firebird/trunk/ChangeLog 2013-06-30 00:28:47 UTC (rev 58273) @@ -1,3 +1,15 @@ + 2013-06-29 11:32 hvlad + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/jrd.cpp + M src/jrd/tra.cpp +Fixed bug CORE-4134 : Race condition when auto-sweep is started + + 2013-06-29 11:25 hvlad + M src/jrd/jrd.cpp +Fixed bug CORE-4135 : In SS sweep blocks establishment of concurrent attachments. +More details in tracker. + 2013-06-28 15:55 asfernandes M src/jrd/recsrc/AggregatedStream.cpp Fixed CORE-4131 - Error when processing an empty data set by window function, if reading indexed. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-06-29 13:47:00 UTC (rev 58272) +++ firebird/trunk/src/jrd/build_no.h 2013-06-30 00:28:47 UTC (rev 58273) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30490 + FORMAL BUILD NUMBER:30492 */ -#define PRODUCT_VER_STRING "3.0.0.30490" -#define FILE_VER_STRING "WI-T3.0.0.30490" -#define LICENSE_VER_STRING "WI-T3.0.0.30490" -#define FILE_VER_NUMBER 3, 0, 0, 30490 +#define PRODUCT_VER_STRING "3.0.0.30492" +#define FILE_VER_STRING "WI-T3.0.0.30492" +#define LICENSE_VER_STRING "WI-T3.0.0.30492" +#define FILE_VER_NUMBER 3, 0, 0, 30492 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30490" +#define FB_BUILD_NO "30492" #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-06-29 13:47:00 UTC (rev 58272) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-06-30 00:28:47 UTC (rev 58273) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30490 +BuildNum=30492 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |