From: <fir...@us...> - 2011-02-04 03:22:03
|
Revision: 52287 http://firebird.svn.sourceforge.net/firebird/?rev=52287&view=rev Author: firebirds Date: 2011-02-04 03:21:56 +0000 (Fri, 04 Feb 2011) 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 2011-02-04 03:15:45 UTC (rev 52286) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-04 03:21:56 UTC (rev 52287) @@ -1,3 +1,52 @@ + 2011-02-03 08:00 dimitr + M src/jrd/cch.cpp +Removed the supposedly wrong checkout (it was added in v2.0), as theoretically it can lead to race conditions in the page cache. + + 2011-02-02 14:55 hvlad + M src/remote/server.cpp +Fixed bug CORE-3327 : Thread pool in network server could create more threads than necessary + + 2011-02-02 12:10 hvlad + M src/jrd/isc.h + M src/jrd/isc_sync.cpp +Fixed bug CORE-3326 : Fast mutex could be left in locked state by dead process + + 2011-02-02 11:50 hvlad + M src/jrd/isc_sync.cpp +Fixed bug CORE-3325 : At high load it is possible that new process could fail to map shared memory + + 2011-02-02 11:36 hvlad + M src/utilities/fbtracemgr/traceMgrMain.cpp +Improvement CORE-3324 : ftracemgr should flush its output from time to time + + 2011-02-02 11:31 alexpeshkoff + M src/jrd/scl.epp +Backported fix for CORE-3329:Windows administrator gets RDB$ADMIN role when this is not expected + + 2011-02-02 10:27 hvlad + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/lck.cpp + M src/jrd/lck_proto.h + M src/jrd/pag.cpp + M src/jrd/shut.cpp + M src/jrd/tra.cpp + M src/lock/lock.cpp + M src/lock/lock_proto.h +Improvement CORE-3323 : Ability to cancel waiting in lock manager + + 2011-02-02 10:12 dimitr + M src/dsql/parse.y +Fixed CORE-3245: SUBSTRING on long blobs truncates result to 32767 if third argument not present. + + 2011-02-02 08:15 dimitr + M src/lock/lock.cpp +Backported Adriano's correction. + + 2011-02-02 07:54 alexpeshkoff + M src/remote/inet.cpp +Fixed deadlock caused by my commit for CORE-3194 + 2011-02-01 15:17 hvlad M src/lock/lock.cpp Warnings Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-04 03:15:45 UTC (rev 52286) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-04 03:21:56 UTC (rev 52287) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26191 + FORMAL BUILD NUMBER:26201 */ -#define PRODUCT_VER_STRING "2.5.1.26191" -#define FILE_VER_STRING "WI-V2.5.1.26191" -#define LICENSE_VER_STRING "WI-V2.5.1.26191" -#define FILE_VER_NUMBER 2, 5, 1, 26191 +#define PRODUCT_VER_STRING "2.5.1.26201" +#define FILE_VER_STRING "WI-V2.5.1.26201" +#define LICENSE_VER_STRING "WI-V2.5.1.26201" +#define FILE_VER_NUMBER 2, 5, 1, 26201 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26191" +#define FB_BUILD_NO "26201" #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 2011-02-04 03:15:45 UTC (rev 52286) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-04 03:21:56 UTC (rev 52287) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26191 +BuildNum=26201 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. |