From: <fir...@us...> - 2015-02-08 00:20:52
|
Revision: 60654 http://sourceforge.net/p/firebird/code/60654 Author: firebirds Date: 2015-02-08 00:20:44 +0000 (Sun, 08 Feb 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-02-07 21:03:23 UTC (rev 60653) +++ firebird/trunk/ChangeLog 2015-02-08 00:20:44 UTC (rev 60654) @@ -1,3 +1,27 @@ + 2015-02-07 16:07 egorpugin + M CMakeLists.txt + M src/common/classes/alloc.h +[build] [cmake] Add ICU setup section. Add clang ifdef. + + 2015-02-07 14:57 alexpeshkoff + M src/gpre/obj_cxx.cpp +warnings + + 2015-02-07 14:52 alexpeshkoff + M configure.ac +misc + + 2015-02-07 12:57 alexpeshkoff + M src/alice/main/aliceMain.cpp + M src/burp/main/burpMain.cpp + M src/utilities/gsec/main/gsecMain.cpp + M src/utilities/gstat/main/gstatMain.cpp +Use last chance to catch exceptions in utilities - sometimes it may be useful + + 2015-02-07 10:57 dimitr + M src/dsql/DsqlCompilerScratch.cpp +Fixed CORE-4684: Error while preparing a complex query ("Too many Contexts of Relation/Procedure/Views. Maximum allowed is 256"). + 2015-02-06 14:39 asfernandes M lang_helpers/gds_codes.ftn M lang_helpers/gds_codes.pas Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-02-07 21:03:23 UTC (rev 60653) +++ firebird/trunk/src/jrd/build_no.h 2015-02-08 00:20:44 UTC (rev 60654) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31624 + FORMAL BUILD NUMBER:31629 */ -#define PRODUCT_VER_STRING "3.0.0.31624" -#define FILE_VER_STRING "WI-T3.0.0.31624" -#define LICENSE_VER_STRING "WI-T3.0.0.31624" -#define FILE_VER_NUMBER 3, 0, 0, 31624 +#define PRODUCT_VER_STRING "3.0.0.31629" +#define FILE_VER_STRING "WI-T3.0.0.31629" +#define LICENSE_VER_STRING "WI-T3.0.0.31629" +#define FILE_VER_NUMBER 3, 0, 0, 31629 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31624" +#define FB_BUILD_NO "31629" #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-02-07 21:03:23 UTC (rev 60653) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-02-08 00:20:44 UTC (rev 60654) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31624 +BuildNum=31629 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |