From: <fir...@us...> - 2010-10-16 03:15:30
|
Revision: 51710 http://firebird.svn.sourceforge.net/firebird/?rev=51710&view=rev Author: firebirds Date: 2010-10-16 03:15:24 +0000 (Sat, 16 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-16 01:15:51 UTC (rev 51709) +++ firebird/trunk/ChangeLog 2010-10-16 03:15:24 UTC (rev 51710) @@ -1,3 +1,30 @@ + 2010-10-16 01:15 asfernandes + M builds/posix/Makefile.in + M builds/posix/make.defaults +Fix the UDR engine build + + 2010-10-15 15:53 alexpeshkoff + M src/common/classes/array.h + M src/common/classes/stack.h + M src/common/classes/vector.h +Fixed issues, found by clang + + 2010-10-15 15:52 alexpeshkoff + M builds/posix/make.defaults +CORE-3185: Firebird compilation on a box, already running firebird server + + 2010-10-15 14:54 alexpeshkoff + M builds/posix/make.defaults +CORE-3185: Firebird compilation on a box, already running firebird server + + 2010-10-15 09:08 alexpeshkoff + M src/common/classes/DbImplementation.cpp +CORE-3184: Committed Damyan's patch - support HW IDs from 2.5 + + 2010-10-15 09:05 alexpeshkoff + M src/jrd/req.h +warnings + 2010-10-15 01:55 asfernandes M src/jrd/met.epp M src/utilities/gstat/dba.epp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-16 01:15:51 UTC (rev 51709) +++ firebird/trunk/src/jrd/build_no.h 2010-10-16 03:15:24 UTC (rev 51710) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28785 + FORMAL BUILD NUMBER:28791 */ -#define PRODUCT_VER_STRING "3.0.0.28785" -#define FILE_VER_STRING "WI-T3.0.0.28785" -#define LICENSE_VER_STRING "WI-T3.0.0.28785" -#define FILE_VER_NUMBER 3, 0, 0, 28785 +#define PRODUCT_VER_STRING "3.0.0.28791" +#define FILE_VER_STRING "WI-T3.0.0.28791" +#define LICENSE_VER_STRING "WI-T3.0.0.28791" +#define FILE_VER_NUMBER 3, 0, 0, 28791 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28785" +#define FB_BUILD_NO "28791" #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-16 01:15:51 UTC (rev 51709) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-16 03:15:24 UTC (rev 51710) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28785 +BuildNum=28791 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |