From: <fir...@us...> - 2015-01-06 00:17:05
|
Revision: 60473 http://sourceforge.net/p/firebird/code/60473 Author: firebirds Date: 2015-01-06 00:16:56 +0000 (Tue, 06 Jan 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-01-05 16:08:21 UTC (rev 60472) +++ firebird/trunk/ChangeLog 2015-01-06 00:16:56 UTC (rev 60473) @@ -1,3 +1,10 @@ + 2015-01-05 16:08 dimitr + M src/remote/client/interface.cpp + M src/remote/parse_proto.h + M src/remote/parser.cpp + M src/remote/protocol.cpp +Slightly refactored the BLR parser routines to avoid crazy error reporting and protect against NULL pointer dereference. The error handling still sucks, but it was the case before me ;-) + 2014-12-30 15:18 alexpeshkoff M src/common/IntlParametersBlock.cpp M src/common/IntlParametersBlock.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-01-05 16:08:21 UTC (rev 60472) +++ firebird/trunk/src/jrd/build_no.h 2015-01-06 00:16:56 UTC (rev 60473) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31529 + FORMAL BUILD NUMBER:31530 */ -#define PRODUCT_VER_STRING "3.0.0.31529" -#define FILE_VER_STRING "WI-T3.0.0.31529" -#define LICENSE_VER_STRING "WI-T3.0.0.31529" -#define FILE_VER_NUMBER 3, 0, 0, 31529 +#define PRODUCT_VER_STRING "3.0.0.31530" +#define FILE_VER_STRING "WI-T3.0.0.31530" +#define LICENSE_VER_STRING "WI-T3.0.0.31530" +#define FILE_VER_NUMBER 3, 0, 0, 31530 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31529" +#define FB_BUILD_NO "31530" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-01-05 16:08:21 UTC (rev 60472) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-01-06 00:16:56 UTC (rev 60473) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31529 +BuildNum=31530 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |