From: <fir...@us...> - 2014-08-11 01:14:28
|
Revision: 59968 http://sourceforge.net/p/firebird/code/59968 Author: firebirds Date: 2014-08-11 01:14:25 +0000 (Mon, 11 Aug 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-08-10 20:11:41 UTC (rev 59967) +++ firebird/trunk/ChangeLog 2014-08-11 01:14:25 UTC (rev 59968) @@ -1,3 +1,18 @@ + 2014-08-10 20:11 dimitr + M src/jrd/Attachment.cpp + M src/jrd/Attachment.h + M src/jrd/Monitoring.cpp +Better (methinks) synchronization for the monitoring stuff. Being field tested. + + 2014-08-10 20:07 dimitr + M src/jrd/Database.cpp + M src/jrd/Database.h +Front-ported Nickolay's improvement for the shared counter. + + 2014-08-10 15:14 dimitr + M src/lock/print.cpp +Misc. + 2014-08-08 15:29 dimitr M src/jrd/jrd.h Atempted to fix a crash when the database monitoring is used concurrently under load. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-08-10 20:11:41 UTC (rev 59967) +++ firebird/trunk/src/jrd/build_no.h 2014-08-11 01:14:25 UTC (rev 59968) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31282 + FORMAL BUILD NUMBER:31285 */ -#define PRODUCT_VER_STRING "3.0.0.31282" -#define FILE_VER_STRING "WI-T3.0.0.31282" -#define LICENSE_VER_STRING "WI-T3.0.0.31282" -#define FILE_VER_NUMBER 3, 0, 0, 31282 +#define PRODUCT_VER_STRING "3.0.0.31285" +#define FILE_VER_STRING "WI-T3.0.0.31285" +#define LICENSE_VER_STRING "WI-T3.0.0.31285" +#define FILE_VER_NUMBER 3, 0, 0, 31285 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31282" +#define FB_BUILD_NO "31285" #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-08-10 20:11:41 UTC (rev 59967) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-08-11 01:14:25 UTC (rev 59968) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31282 +BuildNum=31285 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |