From: <fir...@us...> - 2015-07-06 00:15:09
|
Revision: 61938 http://sourceforge.net/p/firebird/code/61938 Author: firebirds Date: 2015-07-06 00:15:01 +0000 (Mon, 06 Jul 2015) 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 2015-07-05 22:03:09 UTC (rev 61937) +++ firebird/trunk/ChangeLog 2015-07-06 00:15:01 UTC (rev 61938) @@ -1,3 +1,23 @@ + 2015-07-05 22:03 hvlad + M src/jrd/validation.cpp +Fixed bug CORE-4855 : Online validation during DML activity in other connection leads to message "Error while trying to read from file" and "page in use during flush (210), file: cch.cpp line: 2672" + + 2015-07-05 11:40 alexpeshkoff + M src/common/StatusHolder.h + M src/common/classes/GetPlugins.h + M src/jrd/exe.cpp + M src/jrd/status.h + M src/jrd/svc.cpp +Fixed CORE-4861: Segfault when working with saved exception in request + + 2015-07-05 10:36 hvlad + M src/jrd/validation.cpp +Fixed bug CORE-4860 : Online validation fails on WINDOWS if `dbname` argument contains forward slash ('/') and concurrent attachment which also uses '/' exists. + + 2015-07-05 08:47 hvlad + M src/common/isc_sync.cpp +Fixed bug CORE-4859 : FB 3 embedded not working without folder C:\ProgramData\firebird + 2015-07-03 16:18 asfernandes M src/dsql/DdlNodes.epp Fixed CORE-4846 - Altering a trigger indicating other table than the original does not reflect the change. @@ -3316,7 +3336,8 @@ 2014-12-18 10:38 hvlad M src/common/classes/locks.cpp M src/common/classes/locks.h -Patch for mingw by Alexey Pavlov : Fix using function pointer +Patch for mingw by Alexey Pavlov : Fix using function pointer. +See also CORE-4619 2014-12-18 10:20 alexpeshkoff M src/yvalve/gds.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-07-05 22:03:09 UTC (rev 61937) +++ firebird/trunk/src/jrd/build_no.h 2015-07-06 00:15:01 UTC (rev 61938) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31920 + FORMAL BUILD NUMBER:31924 */ -#define PRODUCT_VER_STRING "3.0.0.31920" -#define FILE_VER_STRING "WI-V3.0.0.31920" -#define LICENSE_VER_STRING "WI-V3.0.0.31920" -#define FILE_VER_NUMBER 3, 0, 0, 31920 +#define PRODUCT_VER_STRING "3.0.0.31924" +#define FILE_VER_STRING "WI-V3.0.0.31924" +#define LICENSE_VER_STRING "WI-V3.0.0.31924" +#define FILE_VER_NUMBER 3, 0, 0, 31924 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31920" +#define FB_BUILD_NO "31924" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-07-05 22:03:09 UTC (rev 61937) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-07-06 00:15:01 UTC (rev 61938) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31920 +BuildNum=31924 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |