From: <fir...@us...> - 2015-12-22 00:10:45
|
Revision: 62718 http://sourceforge.net/p/firebird/code/62718 Author: firebirds Date: 2015-12-22 00:10:42 +0000 (Tue, 22 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-21 20:05:07 UTC (rev 62717) +++ firebird/trunk/ChangeLog 2015-12-22 00:10:42 UTC (rev 62718) @@ -1,3 +1,40 @@ + 2015-12-21 17:01 alexpeshkoff + M builds/install/arch-specific/linux/makeInstallImage.sh.in + M builds/posix/Makefile.in + A examples/interfaces/01.create.pas + M extern/cloop/Makefile + M extern/cloop/src/cloop/Generator.cpp + M extern/cloop/src/cloop/Generator.h + M extern/cloop/src/cloop/Main.cpp + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msg_facs.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/misc/codes.epp + A src/misc/pascal + A src/misc/pascal/Pascal.Constants.awk + A src/misc/pascal/Pascal.implementation.pas + A src/misc/pascal/Pascal.interface.pas + A src/misc/pascal/fb_get_master_interface.pas +Added support for using pascal to access OO API + + 2015-12-21 13:34 egorpugin + M .travis.yml +[ci] Switch to Ubuntu 14.04. + + 2015-12-21 11:16 alexpeshkoff + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Fixed strange mistype in error code. This error code is never used in sources, i.e. nothing to fix due to this change. + + 2015-12-21 09:48 dimitr + M src/jrd/scl.epp +Cleaned up the unused routine. + 2015-12-19 10:43 dimitr M src/jrd/jrd.cpp Fixed CORE-4840: Transactions with isc_tpb_autocommit can hang the server. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-12-21 20:05:07 UTC (rev 62717) +++ firebird/trunk/src/jrd/build_no.h 2015-12-22 00:10:42 UTC (rev 62718) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32241 + FORMAL BUILD NUMBER:32245 */ -#define PRODUCT_VER_STRING "3.0.0.32241" -#define FILE_VER_STRING "WI-V3.0.0.32241" -#define LICENSE_VER_STRING "WI-V3.0.0.32241" -#define FILE_VER_NUMBER 3, 0, 0, 32241 +#define PRODUCT_VER_STRING "3.0.0.32245" +#define FILE_VER_STRING "WI-V3.0.0.32245" +#define LICENSE_VER_STRING "WI-V3.0.0.32245" +#define FILE_VER_NUMBER 3, 0, 0, 32245 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32241" +#define FB_BUILD_NO "32245" #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-21 20:05:07 UTC (rev 62717) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-12-22 00:10:42 UTC (rev 62718) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32241 +BuildNum=32245 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |