From: <fir...@us...> - 2010-09-05 03:13:06
|
Revision: 51524 http://firebird.svn.sourceforge.net/firebird/?rev=51524&view=rev Author: firebirds Date: 2010-09-05 03:12:59 +0000 (Sun, 05 Sep 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-09-04 21:36:41 UTC (rev 51523) +++ firebird/trunk/ChangeLog 2010-09-05 03:12:59 UTC (rev 51524) @@ -1,3 +1,46 @@ + 2010-09-04 21:36 asfernandes + M builds/posix/make.shared.variables + M builds/win32/msvc10/dsql_server.vcxproj + M builds/win32/msvc10/dsql_server.vcxproj.filters + M builds/win32/msvc10/dsql_server_classic.vcxproj + M builds/win32/msvc10/dsql_server_classic.vcxproj.filters + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/engine_classic.vcxproj + M builds/win32/msvc10/engine_classic.vcxproj.filters + M builds/win32/msvc10/engine_embed.vcxproj + M builds/win32/msvc10/engine_embed.vcxproj.filters + M builds/win32/msvc9/dsql_server.vcproj + M builds/win32/msvc9/dsql_server_classic.vcproj + M builds/win32/msvc9/engine.vcproj + M builds/win32/msvc9/engine_classic.vcproj + M builds/win32/msvc9/engine_embed.vcproj + M src/dsql/AggNodes.cpp + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/Visitors.h + M src/dsql/gen.cpp + M src/dsql/gen_proto.h + M src/dsql/make.cpp + D src/dsql/misc_func.cpp + D src/dsql/misc_func.h + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/gpre/cme.cpp + M src/jrd/Optimizer.cpp + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/evl_proto.h + M src/jrd/exe.h + D src/jrd/misc_func_ids.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/misc/blrtable.cpp +Refactor a number of expression nodes: nod_add, nod_divide, nod_multiply, nod_negate, nod_user_name, nod_subtract, nod_current_date, nod_current_time, nod_current_timestamp, nod_add2, nod_subtract2, nod_multiply2, nod_divide2, nod_current_role, nod_internal_info + 2010-09-01 15:55 asfernandes M src/jrd/trig.h Fixed CORE-3101 - Cannot alter the domain after migrating from older versions Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-09-04 21:36:41 UTC (rev 51523) +++ firebird/trunk/src/jrd/build_no.h 2010-09-05 03:12:59 UTC (rev 51524) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28712 + FORMAL BUILD NUMBER:28713 */ -#define PRODUCT_VER_STRING "3.0.0.28712" -#define FILE_VER_STRING "WI-T3.0.0.28712" -#define LICENSE_VER_STRING "WI-T3.0.0.28712" -#define FILE_VER_NUMBER 3, 0, 0, 28712 +#define PRODUCT_VER_STRING "3.0.0.28713" +#define FILE_VER_STRING "WI-T3.0.0.28713" +#define LICENSE_VER_STRING "WI-T3.0.0.28713" +#define FILE_VER_NUMBER 3, 0, 0, 28713 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28712" +#define FB_BUILD_NO "28713" #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-09-04 21:36:41 UTC (rev 51523) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-09-05 03:12:59 UTC (rev 51524) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28712 +BuildNum=28713 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. |