From: <fir...@us...> - 2015-10-12 00:09:10
|
Revision: 62352 http://sourceforge.net/p/firebird/code/62352 Author: firebirds Date: 2015-10-12 00:09:07 +0000 (Mon, 12 Oct 2015) 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 2015-10-11 14:43:15 UTC (rev 62351) +++ firebird/trunk/ChangeLog 2015-10-12 00:09:07 UTC (rev 62352) @@ -1,3 +1,16 @@ + 2015-10-11 14:22 alexpeshkoff + M src/include/gen/msgs.h + M src/msgs/messages2.sql +Changed message text + + 2015-10-11 08:59 hvlad + M src/common/StatementMetadata.cpp +Avoid too frequent VirtualAlloc\VirtualFree calls + + 2015-10-11 08:58 hvlad + M src/remote/remote.cpp +Fixed small memory leak (happens on every auth request) + 2015-10-09 14:47 asfernandes M src/remote/server/server.cpp Fix debug code. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-10-11 14:43:15 UTC (rev 62351) +++ firebird/trunk/src/jrd/build_no.h 2015-10-12 00:09:07 UTC (rev 62352) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32081 + FORMAL BUILD NUMBER:32084 */ -#define PRODUCT_VER_STRING "3.0.0.32081" -#define FILE_VER_STRING "WI-V3.0.0.32081" -#define LICENSE_VER_STRING "WI-V3.0.0.32081" -#define FILE_VER_NUMBER 3, 0, 0, 32081 +#define PRODUCT_VER_STRING "3.0.0.32084" +#define FILE_VER_STRING "WI-V3.0.0.32084" +#define LICENSE_VER_STRING "WI-V3.0.0.32084" +#define FILE_VER_NUMBER 3, 0, 0, 32084 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32081" +#define FB_BUILD_NO "32084" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-10-11 14:43:15 UTC (rev 62351) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-10-12 00:09:07 UTC (rev 62352) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32081 +BuildNum=32084 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |