From: <fir...@us...> - 2014-03-22 00:39:42
|
Revision: 59295 http://sourceforge.net/p/firebird/code/59295 Author: firebirds Date: 2014-03-22 00:39:38 +0000 (Sat, 22 Mar 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-03-21 23:05:56 UTC (rev 59294) +++ firebird/trunk/ChangeLog 2014-03-22 00:39:38 UTC (rev 59295) @@ -1,3 +1,19 @@ + 2014-03-21 23:05 robocop + M src/remote/server/os/win32/property.cpp + M src/remote/server/os/win32/property.rc + M src/remote/server/os/win32/property.rh +Windows only: I prefer to know from the properties dialog when the Server is using the -m startup option. + + 2014-03-21 23:03 robocop + M doc/sql.extensions/README.ddl_triggers.txt + M src/dsql/ExprNodes.cpp + M src/jrd/opt.cpp +Misc. + + 2014-03-21 18:57 dimitr + M src/jrd/Optimizer.cpp +This should fix the regression reported in fb-devel. + 2014-03-19 22:31 hvlad M src/dsql/BoolNodes.cpp M src/dsql/BoolNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-03-21 23:05:56 UTC (rev 59294) +++ firebird/trunk/src/jrd/build_no.h 2014-03-22 00:39:38 UTC (rev 59295) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30981 + FORMAL BUILD NUMBER:30984 */ -#define PRODUCT_VER_STRING "3.0.0.30981" -#define FILE_VER_STRING "WI-T3.0.0.30981" -#define LICENSE_VER_STRING "WI-T3.0.0.30981" -#define FILE_VER_NUMBER 3, 0, 0, 30981 +#define PRODUCT_VER_STRING "3.0.0.30984" +#define FILE_VER_STRING "WI-T3.0.0.30984" +#define LICENSE_VER_STRING "WI-T3.0.0.30984" +#define FILE_VER_NUMBER 3, 0, 0, 30984 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30981" +#define FB_BUILD_NO "30984" #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-03-21 23:05:56 UTC (rev 59294) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-03-22 00:39:38 UTC (rev 59295) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30981 +BuildNum=30984 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |