From: <fir...@us...> - 2014-04-23 00:57:55
|
Revision: 59471 http://sourceforge.net/p/firebird/code/59471 Author: firebirds Date: 2014-04-23 00:57:51 +0000 (Wed, 23 Apr 2014) 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 2014-04-22 13:37:14 UTC (rev 59470) +++ firebird/trunk/ChangeLog 2014-04-23 00:57:51 UTC (rev 59471) @@ -1,3 +1,22 @@ + 2014-04-22 13:37 alexpeshkoff + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/common/os/path_utils.h + M src/common/os/posix/path_utils.cpp + M src/common/os/win32/path_utils.cpp + M src/dsql/DdlNodes.epp + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/jrd/constants.h + M src/jrd/ext.cpp + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Fixed CORE-2119: Use entries in restrict list of ExternalFileAccess parameter to mangle filenames with relative path, also fixed assertion and diagnostics related to EXTERNAL FILE tables + 2014-04-21 17:05 alexpeshkoff M src/jrd/scl.epp Postfix for CORE-3242: enable same trick for functions too Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-04-22 13:37:14 UTC (rev 59470) +++ firebird/trunk/src/jrd/build_no.h 2014-04-23 00:57:51 UTC (rev 59471) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31074 + FORMAL BUILD NUMBER:31075 */ -#define PRODUCT_VER_STRING "3.0.0.31074" -#define FILE_VER_STRING "WI-T3.0.0.31074" -#define LICENSE_VER_STRING "WI-T3.0.0.31074" -#define FILE_VER_NUMBER 3, 0, 0, 31074 +#define PRODUCT_VER_STRING "3.0.0.31075" +#define FILE_VER_STRING "WI-T3.0.0.31075" +#define LICENSE_VER_STRING "WI-T3.0.0.31075" +#define FILE_VER_NUMBER 3, 0, 0, 31075 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31074" +#define FB_BUILD_NO "31075" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-04-22 13:37:14 UTC (rev 59470) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-04-23 00:57:51 UTC (rev 59471) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31074 +BuildNum=31075 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |