From: <fir...@us...> - 2014-10-11 01:20:11
|
Revision: 60099 http://sourceforge.net/p/firebird/code/60099 Author: firebirds Date: 2014-10-11 01:20:07 +0000 (Sat, 11 Oct 2014) 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 2014-10-10 16:00:54 UTC (rev 60098) +++ firebird/trunk/ChangeLog 2014-10-11 01:20:07 UTC (rev 60099) @@ -1,3 +1,26 @@ + 2014-10-10 16:00 asfernandes + M src/jrd/RecordSourceNodes.cpp +Fixed CORE-4574 - Incorrect result in subquery with aggregate. + + 2014-10-10 12:05 alexpeshkoff + M src/yvalve/why.cpp +Fixed AV caused by one of my recent commits - thanks to Vlad + + 2014-10-10 10:12 hvlad + M src/jrd/Attachment.h + M src/jrd/cch.cpp + M src/jrd/jrd.cpp +Fixed bug CORE-4576 : Cache Writer thread could not start + + 2014-10-10 10:11 hvlad + M src/jrd/Database.h + M src/jrd/vio.cpp +Fixed bug CORE-4575 : AV in garbage collector thread at disconnect of last attachment + + 2014-10-10 08:43 alexpeshkoff + M src/dsql/parse.y +Removed unused rule, in case it's needed later adding it once again is trivial + 2014-10-09 15:25 alexpeshkoff M src/jrd/Mapping.cpp M src/jrd/Mapping.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-10-10 16:00:54 UTC (rev 60098) +++ firebird/trunk/src/jrd/build_no.h 2014-10-11 01:20:07 UTC (rev 60099) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31357 + FORMAL BUILD NUMBER:31362 */ -#define PRODUCT_VER_STRING "3.0.0.31357" -#define FILE_VER_STRING "WI-T3.0.0.31357" -#define LICENSE_VER_STRING "WI-T3.0.0.31357" -#define FILE_VER_NUMBER 3, 0, 0, 31357 +#define PRODUCT_VER_STRING "3.0.0.31362" +#define FILE_VER_STRING "WI-T3.0.0.31362" +#define LICENSE_VER_STRING "WI-T3.0.0.31362" +#define FILE_VER_NUMBER 3, 0, 0, 31362 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31357" +#define FB_BUILD_NO "31362" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-10-10 16:00:54 UTC (rev 60098) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-10-11 01:20:07 UTC (rev 60099) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31357 +BuildNum=31362 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |