From: <fir...@us...> - 2014-10-16 01:31:54
|
Revision: 60123 http://sourceforge.net/p/firebird/code/60123 Author: firebirds Date: 2014-10-16 01:31:45 +0000 (Thu, 16 Oct 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-10-15 15:45:35 UTC (rev 60122) +++ firebird/trunk/ChangeLog 2014-10-16 01:31:45 UTC (rev 60123) @@ -1,3 +1,21 @@ + 2014-10-15 15:45 asfernandes + D src/include/FirebirdApi.h +Really remove the file now :). + + 2014-10-15 15:43 asfernandes + M src/include/firebird/Interface.h +Misc. + + 2014-10-15 15:43 asfernandes + M src/include/FirebirdApi.h + M src/jrd/ExtEngineManager.h + M src/jrd/jrd.cpp +Remove obsolete header file. + + 2014-10-15 11:52 alexpeshkoff + M src/yvalve/MasterImplementation.cpp +Use thread destructor function to free string buffer after thread completion + 2014-10-14 13:36 alexpeshkoff M src/common/isc_sync.cpp Fixed Mac port Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-10-15 15:45:35 UTC (rev 60122) +++ firebird/trunk/src/jrd/build_no.h 2014-10-16 01:31:45 UTC (rev 60123) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31374 + FORMAL BUILD NUMBER:31378 */ -#define PRODUCT_VER_STRING "3.0.0.31374" -#define FILE_VER_STRING "WI-T3.0.0.31374" -#define LICENSE_VER_STRING "WI-T3.0.0.31374" -#define FILE_VER_NUMBER 3, 0, 0, 31374 +#define PRODUCT_VER_STRING "3.0.0.31378" +#define FILE_VER_STRING "WI-T3.0.0.31378" +#define LICENSE_VER_STRING "WI-T3.0.0.31378" +#define FILE_VER_NUMBER 3, 0, 0, 31378 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31374" +#define FB_BUILD_NO "31378" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-10-15 15:45:35 UTC (rev 60122) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-10-16 01:31:45 UTC (rev 60123) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31374 +BuildNum=31378 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |