From: <fir...@us...> - 2014-05-30 00:46:40
|
Revision: 59648 http://sourceforge.net/p/firebird/code/59648 Author: firebirds Date: 2014-05-30 00:46:35 +0000 (Fri, 30 May 2014) 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 2014-05-30 00:33:54 UTC (rev 59647) +++ firebird/branches/B2_5_Release/ChangeLog 2014-05-30 00:46:35 UTC (rev 59648) @@ -1,3 +1,29 @@ + 2014-05-29 12:15 dimitr + M doc/WhatsNew +Updated the docs. + + 2014-05-29 07:54 hvlad + M src/jrd/GlobalRWLock.cpp + M src/jrd/GlobalRWLock.h + M src/jrd/nbak.cpp + M src/jrd/nbak.h +Fixed bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup +Improvement CORE-4445 : Extend main database file faster when physical backup state changed from stalled to merge + + 2014-05-29 07:46 hvlad + M src/jrd/cch.cpp + M src/jrd/jrd.cpp +Fixed bug CORE-4444 : Engine could hung and block all attachments in out of disk space condition during physical backup + + 2014-05-29 07:44 hvlad + M configure.in + M src/jrd/os/pio.h + M src/jrd/os/posix/unix.cpp + M src/jrd/pag.cpp + M src/jrd/pag.h +Implement support for fallocate() call on Linux. +Implement improvement CORE-4443 : Use fast file grow on those Linux systems which supports it + 2014-05-28 06:39 dimitr M doc/WhatsNew Updated the docs. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-05-30 00:33:54 UTC (rev 59647) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-05-30 00:46:35 UTC (rev 59648) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26767 + FORMAL BUILD NUMBER:26771 */ -#define PRODUCT_VER_STRING "2.5.3.26767" -#define FILE_VER_STRING "WI-V2.5.3.26767" -#define LICENSE_VER_STRING "WI-V2.5.3.26767" -#define FILE_VER_NUMBER 2, 5, 3, 26767 +#define PRODUCT_VER_STRING "2.5.3.26771" +#define FILE_VER_STRING "WI-V2.5.3.26771" +#define LICENSE_VER_STRING "WI-V2.5.3.26771" +#define FILE_VER_NUMBER 2, 5, 3, 26771 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26767" +#define FB_BUILD_NO "26771" #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 2014-05-30 00:33:54 UTC (rev 59647) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2014-05-30 00:46:35 UTC (rev 59648) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26767 +BuildNum=26771 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. |