From: <fir...@us...> - 2013-12-13 00:44:34
|
Revision: 58935 http://sourceforge.net/p/firebird/code/58935 Author: firebirds Date: 2013-12-13 00:44:31 +0000 (Fri, 13 Dec 2013) 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 2013-12-12 14:42:31 UTC (rev 58934) +++ firebird/trunk/ChangeLog 2013-12-13 00:44:31 UTC (rev 58935) @@ -1,3 +1,23 @@ + 2013-12-12 14:42 asfernandes + M src/dsql/ExprNodes.cpp + M src/jrd/Attachment.cpp + M src/jrd/Attachment.h + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/JrdStatement.cpp + M src/jrd/Routine.cpp + M src/jrd/Routine.h + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/dfw.epp + M src/jrd/exe.h + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/met.epp + M src/jrd/met_proto.h + M src/jrd/tra.cpp +Working in progress on the fix for CORE-4271: unify as possible the handling of procedures and functions. + 2013-12-11 17:11 dimitr M src/jrd/recsrc/ConditionalStream.cpp Protected from unexpected operations with a closed stream. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-12 14:42:31 UTC (rev 58934) +++ firebird/trunk/src/jrd/build_no.h 2013-12-13 00:44:31 UTC (rev 58935) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30792 + FORMAL BUILD NUMBER:30793 */ -#define PRODUCT_VER_STRING "3.0.0.30792" -#define FILE_VER_STRING "WI-T3.0.0.30792" -#define LICENSE_VER_STRING "WI-T3.0.0.30792" -#define FILE_VER_NUMBER 3, 0, 0, 30792 +#define PRODUCT_VER_STRING "3.0.0.30793" +#define FILE_VER_STRING "WI-T3.0.0.30793" +#define LICENSE_VER_STRING "WI-T3.0.0.30793" +#define FILE_VER_NUMBER 3, 0, 0, 30793 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30792" +#define FB_BUILD_NO "30793" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-12 14:42:31 UTC (rev 58934) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-13 00:44:31 UTC (rev 58935) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30792 +BuildNum=30793 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |