From: <fir...@us...> - 2016-03-04 00:10:08
|
Revision: 63085 http://sourceforge.net/p/firebird/code/63085 Author: firebirds Date: 2016-03-04 00:10:06 +0000 (Fri, 04 Mar 2016) 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 2016-03-03 22:53:31 UTC (rev 63084) +++ firebird/trunk/ChangeLog 2016-03-04 00:10:06 UTC (rev 63085) @@ -1,3 +1,31 @@ + 2016-03-03 22:52 asfernandes + M examples/dbcrypt/CryptKeyHolder.cpp + M src/common/call_service.cpp +Warnings. + + 2016-03-03 15:04 paulbeach + M src/jrd/recsrc/HashJoin.cpp +Fix qsort_r for Darwin + + 2016-03-03 15:03 alexpeshkoff + M doc/Using_OO_API.html +Work in progress + + 2016-03-03 11:57 paulbeach + M extern/cloop/src/tests/test1/CTest.c +Reverse Cloop change (LibreeOffice), until it can be examined properly. + + 2016-03-03 11:44 aafemt + M src/common/pretty.cpp + M src/gpre/boot/gpre_meta_boot.cpp + M src/gpre/c_cxx.cpp + M src/gpre/cme.cpp + M src/gpre/cmp.cpp + M src/gpre/int_cxx.cpp + M src/gpre/obj_cxx.cpp + M src/gpre/std/gpre_meta.epp +Boolean datatype in gpre C++ module + 2016-03-02 15:33 aafemt M src/dsql/ExprNodes.cpp M src/dsql/StmtNodes.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2016-03-03 22:53:31 UTC (rev 63084) +++ firebird/trunk/src/jrd/build_no.h 2016-03-04 00:10:06 UTC (rev 63085) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32373 + FORMAL BUILD NUMBER:32378 */ -#define PRODUCT_VER_STRING "4.0.0.32373" -#define FILE_VER_STRING "WI-T4.0.0.32373" -#define LICENSE_VER_STRING "WI-T4.0.0.32373" -#define FILE_VER_NUMBER 4, 0, 0, 32373 +#define PRODUCT_VER_STRING "4.0.0.32378" +#define FILE_VER_STRING "WI-T4.0.0.32378" +#define LICENSE_VER_STRING "WI-T4.0.0.32378" +#define FILE_VER_NUMBER 4, 0, 0, 32378 #define FB_MAJOR_VER "4" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32373" +#define FB_BUILD_NO "32378" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 4.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2016-03-03 22:53:31 UTC (rev 63084) +++ firebird/trunk/src/misc/writeBuildNum.sh 2016-03-04 00:10:06 UTC (rev 63085) @@ -9,7 +9,7 @@ MajorVer=4 MinorVer=0 RevNo=0 -BuildNum=32373 +BuildNum=32378 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |