From: <fir...@us...> - 2010-10-09 03:13:05
|
Revision: 51648 http://firebird.svn.sourceforge.net/firebird/?rev=51648&view=rev Author: firebirds Date: 2010-10-09 03:12:58 +0000 (Sat, 09 Oct 2010) 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 2010-10-09 01:57:37 UTC (rev 51647) +++ firebird/trunk/ChangeLog 2010-10-09 03:12:58 UTC (rev 51648) @@ -1,3 +1,56 @@ + 2010-10-09 01:57 asfernandes + M src/dsql/AggNodes.cpp + M src/dsql/AggNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/Parser.h + M src/dsql/Visitors.h + M src/dsql/WinNodes.cpp + M src/dsql/WinNodes.h + M src/dsql/dsql.cpp + M src/dsql/gen.cpp + M src/dsql/gen_proto.h + M src/dsql/make.cpp + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/jrd/Optimizer.cpp + M src/jrd/blb.cpp + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/jrd/trace/TraceObjects.cpp + M src/misc/blrtable.cpp +Refactor parameters and GEN_ID. + + 2010-10-09 01:50 asfernandes + M src/extlib/ib_udf.h + M src/jrd/event.cpp +Misc + + 2010-10-08 11:57 hvlad + M src/jrd/dfw.epp + M src/jrd/event.cpp + M src/jrd/event_proto.h + M src/jrd/jrd.cpp +Fixed bug CORE-3170 : Engine could enter infinite loop if EVENT's are posted but no subscribers exists + + 2010-10-08 09:40 dimitr + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/Routine.h +Fixed problems with recursive PSQL functions. Minor refactoring. + + 2010-10-08 09:39 dimitr + M src/dsql/ExprNodes.cpp +Fixed problems with recursive PSQL functions. Minor refactoring. + 2010-10-07 16:10 hvlad M src/utilities/ntrace/TracePluginImpl.cpp Fixed bug CORE-3168: exclude_filter doesn't work for <services></section> section of the Trace facility Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-09 01:57:37 UTC (rev 51647) +++ firebird/trunk/src/jrd/build_no.h 2010-10-09 03:12:58 UTC (rev 51648) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28752 + FORMAL BUILD NUMBER:28757 */ -#define PRODUCT_VER_STRING "3.0.0.28752" -#define FILE_VER_STRING "WI-T3.0.0.28752" -#define LICENSE_VER_STRING "WI-T3.0.0.28752" -#define FILE_VER_NUMBER 3, 0, 0, 28752 +#define PRODUCT_VER_STRING "3.0.0.28757" +#define FILE_VER_STRING "WI-T3.0.0.28757" +#define LICENSE_VER_STRING "WI-T3.0.0.28757" +#define FILE_VER_NUMBER 3, 0, 0, 28757 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28752" +#define FB_BUILD_NO "28757" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-09 01:57:37 UTC (rev 51647) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-09 03:12:58 UTC (rev 51648) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28752 +BuildNum=28757 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |