From: <fir...@us...> - 2014-06-20 00:40:12
|
Revision: 59737 http://sourceforge.net/p/firebird/code/59737 Author: firebirds Date: 2014-06-20 00:40:07 +0000 (Fri, 20 Jun 2014) 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 2014-06-19 21:04:50 UTC (rev 59736) +++ firebird/trunk/ChangeLog 2014-06-20 00:40:07 UTC (rev 59737) @@ -1,3 +1,18 @@ + 2014-06-19 14:35 alexpeshkoff + M src/jrd/jrd.cpp +Totally misc - we had too many things called "init" in jrd.cpp + + 2014-06-19 12:44 alexpeshkoff + M src/common/common.h +Current HPUX reported to support __thread + + 2014-06-19 12:25 alexpeshkoff + M src/common/classes/alloc.cpp + M src/common/classes/alloc.h + M src/common/classes/fb_tls.h + M src/common/classes/init.cpp +HPUX port - fixed assertion for RISC machines with compiler missing __thread support + 2014-06-18 12:20 alexpeshkoff M src/common/common.h Front-ported needed AIX port changes Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-06-19 21:04:50 UTC (rev 59736) +++ firebird/trunk/src/jrd/build_no.h 2014-06-20 00:40:07 UTC (rev 59737) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31181 + FORMAL BUILD NUMBER:31184 */ -#define PRODUCT_VER_STRING "3.0.0.31181" -#define FILE_VER_STRING "WI-T3.0.0.31181" -#define LICENSE_VER_STRING "WI-T3.0.0.31181" -#define FILE_VER_NUMBER 3, 0, 0, 31181 +#define PRODUCT_VER_STRING "3.0.0.31184" +#define FILE_VER_STRING "WI-T3.0.0.31184" +#define LICENSE_VER_STRING "WI-T3.0.0.31184" +#define FILE_VER_NUMBER 3, 0, 0, 31184 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31181" +#define FB_BUILD_NO "31184" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-06-19 21:04:50 UTC (rev 59736) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-06-20 00:40:07 UTC (rev 59737) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31181 +BuildNum=31184 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |