From: <fir...@us...> - 2015-03-19 00:14:40
|
Revision: 61009 http://sourceforge.net/p/firebird/code/61009 Author: firebirds Date: 2015-03-19 00:14:37 +0000 (Thu, 19 Mar 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-03-18 21:38:52 UTC (rev 61008) +++ firebird/trunk/ChangeLog 2015-03-19 00:14:37 UTC (rev 61009) @@ -1,3 +1,33 @@ + 2015-03-18 21:38 asfernandes + A doc/sql.extensions/README.statistical_functions.txt + M src/dsql/AggNodes.cpp + M src/dsql/AggNodes.h + M src/dsql/parse.y + M src/jrd/blp.h + M src/jrd/blr.h + M src/jrd/val.h + M src/yvalve/keywords.cpp +Feature CORE-4714 - Aggregate statistical functions stddev_pop, stddev_samp, var_pop and var_samp - contributed by Hajime Nakagami. + + 2015-03-18 17:28 dimitr + M src/burp/restore.epp +Complement my recent changes in this module. + + 2015-03-18 17:26 hvlad + M src/jrd/vio.cpp +Fixed bug CORE-4713 : "BLOB not found" error at rollback after insert into table with expression index + + 2015-03-18 17:22 dimitr + M doc/WhatsNew +Updated the docs for Beta 2. + + 2015-03-18 02:03 asfernandes + M src/include/firebird/FirebirdInterface.idl + M src/include/firebird/IdlFbInterfaces.h + M src/yvalve/YObjects.h + M src/yvalve/utl.cpp +Added IUtil::formatStatus. + 2015-03-17 21:44 asfernandes M src/auth/SecurityDatabase/LegacyManagement.epp M src/auth/SecurityDatabase/LegacyServer.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-03-18 21:38:52 UTC (rev 61008) +++ firebird/trunk/src/jrd/build_no.h 2015-03-19 00:14:37 UTC (rev 61009) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31714 + FORMAL BUILD NUMBER:31719 */ -#define PRODUCT_VER_STRING "3.0.0.31714" -#define FILE_VER_STRING "WI-T3.0.0.31714" -#define LICENSE_VER_STRING "WI-T3.0.0.31714" -#define FILE_VER_NUMBER 3, 0, 0, 31714 +#define PRODUCT_VER_STRING "3.0.0.31719" +#define FILE_VER_STRING "WI-T3.0.0.31719" +#define LICENSE_VER_STRING "WI-T3.0.0.31719" +#define FILE_VER_NUMBER 3, 0, 0, 31719 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31714" +#define FB_BUILD_NO "31719" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-03-18 21:38:52 UTC (rev 61008) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-03-19 00:14:37 UTC (rev 61009) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31714 +BuildNum=31719 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |