From: <fir...@us...> - 2015-12-19 00:09:49
|
Revision: 62703 http://sourceforge.net/p/firebird/code/62703 Author: firebirds Date: 2015-12-19 00:09:46 +0000 (Sat, 19 Dec 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-12-18 19:03:49 UTC (rev 62702) +++ firebird/trunk/ChangeLog 2015-12-19 00:09:46 UTC (rev 62703) @@ -1,3 +1,31 @@ + 2015-12-18 16:57 dimitr + M src/dsql/DdlNodes.epp +Constness. + + 2015-12-18 16:34 asfernandes + M src/dsql/Nodes.h + M src/include/fb_blk.h + M src/jrd/JrdStatement.cpp + M src/jrd/sdw.cpp +Avoid warnings with clang. + + 2015-12-18 16:34 asfernandes + M src/dsql/DdlNodes.epp +Fixed CORE-5049 - Regression: incorrect calculation of byte-length for view columns. + + 2015-12-18 13:53 alexpeshkoff + M src/common/call_service.cpp +Fixed gsec with SS + + 2015-12-18 13:45 asfernandes + M src/common/classes/alloc.h + M src/include/fb_blk.h +Avoid warnings with clang. + + 2015-12-18 12:28 dimitr + M builds/install/arch-specific/win32/BuildExecutableInstall.bat +This should fix CORE-4862: ibase.h from x64 package includes non-existing file. + 2015-12-17 15:14 alexpeshkoff M src/remote/server/os/posix/inet_server.cpp Postfix for CORE-5032: error handling was broken, therefore checked for invalid error code Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-12-18 19:03:49 UTC (rev 62702) +++ firebird/trunk/src/jrd/build_no.h 2015-12-19 00:09:46 UTC (rev 62703) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32233 + FORMAL BUILD NUMBER:32239 */ -#define PRODUCT_VER_STRING "3.0.0.32233" -#define FILE_VER_STRING "WI-V3.0.0.32233" -#define LICENSE_VER_STRING "WI-V3.0.0.32233" -#define FILE_VER_NUMBER 3, 0, 0, 32233 +#define PRODUCT_VER_STRING "3.0.0.32239" +#define FILE_VER_STRING "WI-V3.0.0.32239" +#define LICENSE_VER_STRING "WI-V3.0.0.32239" +#define FILE_VER_NUMBER 3, 0, 0, 32239 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32233" +#define FB_BUILD_NO "32239" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-12-18 19:03:49 UTC (rev 62702) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-12-19 00:09:46 UTC (rev 62703) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32233 +BuildNum=32239 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |