From: <fir...@us...> - 2012-03-28 04:59:31
|
Revision: 54265 http://firebird.svn.sourceforge.net/firebird/?rev=54265&view=rev Author: firebirds Date: 2012-03-28 04:59:23 +0000 (Wed, 28 Mar 2012) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2012-03-28 04:50:23 UTC (rev 54264) +++ firebird/branches/B2_5_Release/ChangeLog 2012-03-28 04:59:23 UTC (rev 54265) @@ -1,3 +1,21 @@ + 2012-03-27 13:17 alexpeshkoff + M configure.in + M src/common/classes/semaphore.cpp +Backported fix for CORE-3770: fbtracemgr loads CPU up to ~55% when no activity is present + + 2012-03-27 07:11 dimitr + M src/jrd/Database.cpp + M src/jrd/Database.h +Optimized the shared counter generator to avoid LM calls if there's no contention on the protecting lock. + + 2012-03-27 07:10 dimitr + M builds/install/misc/firebird.conf.in + M src/common/classes/TempFile.cpp + M src/common/config/config.cpp + M src/jrd/os/win32/winnt.cpp + M src/utilities/gstat/dba.epp +Fixed CORE-3791: Performance degrades when actively working with databases bigger than the available RAM amount. + 2012-03-24 21:25 robocop M src/jrd/RuntimeStatistics.h Misc. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-03-28 04:50:23 UTC (rev 54264) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2012-03-28 04:59:23 UTC (rev 54265) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26449 + FORMAL BUILD NUMBER:26452 */ -#define PRODUCT_VER_STRING "2.5.2.26449" -#define FILE_VER_STRING "WI-V2.5.2.26449" -#define LICENSE_VER_STRING "WI-V2.5.2.26449" -#define FILE_VER_NUMBER 2, 5, 2, 26449 +#define PRODUCT_VER_STRING "2.5.2.26452" +#define FILE_VER_STRING "WI-V2.5.2.26452" +#define LICENSE_VER_STRING "WI-V2.5.2.26452" +#define FILE_VER_NUMBER 2, 5, 2, 26452 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "2" -#define FB_BUILD_NO "26449" +#define FB_BUILD_NO "26452" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-03-28 04:50:23 UTC (rev 54264) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2012-03-28 04:59:23 UTC (rev 54265) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=2 -BuildNum=26449 +BuildNum=26452 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |