From: <fir...@us...> - 2013-09-19 09:14:55
|
Revision: 58640 http://sourceforge.net/p/firebird/code/58640 Author: firebirds Date: 2013-09-19 09:14:53 +0000 (Thu, 19 Sep 2013) 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 2013-09-18 18:38:36 UTC (rev 58639) +++ firebird/branches/B2_5_Release/ChangeLog 2013-09-19 09:14:53 UTC (rev 58640) @@ -1,3 +1,18 @@ + 2013-09-18 18:36 hvlad + M src/jrd/Database.cpp +Correction for fix for bug CORE-4134 : Race condition when auto-sweep is started +The patch wrongly disabled manual sweep to run when database is shutdown. +Auto sweep is still disabled to run on such database. + + 2013-09-18 13:54 hvlad + M src/jrd/trace/TraceObjects.cpp + M src/utilities/ntrace/TracePluginImpl.cpp +Backport fix bug CORE-4225 : Server crashes when attempting to trace activity on database having a db-level trigger + + 2013-09-18 11:58 alexpeshkoff + M src/jrd/jrd.cpp +Fixed CORE-4224: Database replace through services API fails + 2013-09-16 07:36 hvlad M src/jrd/exe.cpp Fixed bug CORE-4216 : Memory leak with TRIGGER ON TRANSACTION COMMIT Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-18 18:38:36 UTC (rev 58639) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-19 09:14:53 UTC (rev 58640) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26702 + FORMAL BUILD NUMBER:26705 */ -#define PRODUCT_VER_STRING "2.5.3.26702" -#define FILE_VER_STRING "WI-V2.5.3.26702" -#define LICENSE_VER_STRING "WI-V2.5.3.26702" -#define FILE_VER_NUMBER 2, 5, 3, 26702 +#define PRODUCT_VER_STRING "2.5.3.26705" +#define FILE_VER_STRING "WI-V2.5.3.26705" +#define LICENSE_VER_STRING "WI-V2.5.3.26705" +#define FILE_VER_NUMBER 2, 5, 3, 26705 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26702" +#define FB_BUILD_NO "26705" #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 2013-09-18 18:38:36 UTC (rev 58639) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-09-19 09:14:53 UTC (rev 58640) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26702 +BuildNum=26705 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. |