From: <fir...@us...> - 2012-05-20 03:20:29
|
Revision: 54515 http://firebird.svn.sourceforge.net/firebird/?rev=54515&view=rev Author: firebirds Date: 2012-05-20 03:20:22 +0000 (Sun, 20 May 2012) 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 2012-05-19 13:26:03 UTC (rev 54514) +++ firebird/trunk/ChangeLog 2012-05-20 03:20:22 UTC (rev 54515) @@ -1,3 +1,48 @@ + 2012-05-19 12:20 robocop + M src/jrd/tpc.cpp +Vlad asked for this assertion but I think it should be runtime check for the release version, too. + + 2012-05-19 12:04 robocop + M src/dsql/ExprNodes.cpp + M src/include/fb_types.h + M src/jrd/Attachment.h + M src/jrd/Database.h + M src/jrd/GarbageCollector.cpp + M src/jrd/GarbageCollector.h + M src/jrd/Relation.cpp + M src/jrd/Relation.h + M src/jrd/SysFunction.cpp + M src/jrd/btr.cpp + M src/jrd/cch.cpp + M src/jrd/cch.h + M src/jrd/cch_proto.h + M src/jrd/constants.h + M src/jrd/dfw.epp + M src/jrd/dpm.epp + M src/jrd/inf.cpp + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/ntrace.h + M src/jrd/ods.h + M src/jrd/pag.h + M src/jrd/recsrc/BufferedStream.cpp + M src/jrd/recsrc/SortedStream.cpp + M src/jrd/req.h + M src/jrd/tpc.cpp + M src/jrd/tpc_proto.h + M src/jrd/tra.cpp + M src/jrd/tra.h + M src/jrd/tra_proto.h + M src/jrd/trace/TraceObjects.cpp + M src/jrd/trace/TraceObjects.h + M src/jrd/validation.cpp + M src/jrd/vio.cpp + M src/utilities/gstat/ppg.cpp + M src/utilities/ntrace/TracePluginImpl.cpp + M src/utilities/ntrace/TracePluginImpl.h + M src/utilities/rebuild/rebuild.cpp +Change txn numbers to unsigned and commit after Vlad's review. If the compile-time checks (to ensure enough room for the new txn type) are too ugly, they may be deleted. + 2012-05-17 09:04 dimitr M src/dsql/ExprNodes.cpp M src/jrd/par.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-05-19 13:26:03 UTC (rev 54514) +++ firebird/trunk/src/jrd/build_no.h 2012-05-20 03:20:22 UTC (rev 54515) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29966 + FORMAL BUILD NUMBER:29968 */ -#define PRODUCT_VER_STRING "3.0.0.29966" -#define FILE_VER_STRING "WI-T3.0.0.29966" -#define LICENSE_VER_STRING "WI-T3.0.0.29966" -#define FILE_VER_NUMBER 3, 0, 0, 29966 +#define PRODUCT_VER_STRING "3.0.0.29968" +#define FILE_VER_STRING "WI-T3.0.0.29968" +#define LICENSE_VER_STRING "WI-T3.0.0.29968" +#define FILE_VER_NUMBER 3, 0, 0, 29968 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29966" +#define FB_BUILD_NO "29968" #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 2012-05-19 13:26:03 UTC (rev 54514) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-05-20 03:20:22 UTC (rev 54515) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29966 +BuildNum=29968 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |