From: <fir...@us...> - 2013-08-05 00:23:44
|
Revision: 58457 http://sourceforge.net/p/firebird/code/58457 Author: firebirds Date: 2013-08-05 00:23:40 +0000 (Mon, 05 Aug 2013) 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 2013-08-04 19:39:13 UTC (rev 58456) +++ firebird/trunk/ChangeLog 2013-08-05 00:23:40 UTC (rev 58457) @@ -1,3 +1,38 @@ + 2013-08-04 19:39 asfernandes + M src/jrd/SysFunction.cpp +Fixed CORE-4156 - RDB$GET_CONTEXT/RDB$SET_CONTEXT parameters incorrectly described as CHAR NOT NULL instead of VARCHAR NULLABLE. + + 2013-08-04 15:19 dimitr + 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/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/jrd/ini.epp + M src/jrd/trig.h + M src/jrd/vio.cpp + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Fixed CORE-4164: Owner name is missing for generators/exceptions restored from a backup. +Also propagated the sysflag/owner/secclass assignment and validation to all object types and wiped out the duplicating system triggers. +Warning: testing is required! + + 2013-08-04 09:35 dimitr + M src/common/classes/alloc.cpp +Fixed the negative/too-big numbers in the memory stats (CORE-4159). + + 2013-08-04 07:31 dimitr + M src/jrd/cch.cpp + M src/jrd/cch.h +Fixed the page cache stats not being reported (CORE-4159). + + 2013-08-04 01:20 asfernandes + M src/jrd/opt.cpp +Fixed CORE-4158 - LIKE with escape doesn't work. + 2013-08-02 15:35 asfernandes M src/dsql/parse.y Fixed CORE-4155 - External routines in packages wrong removed the necessity of termination with a semi-colon. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-08-04 19:39:13 UTC (rev 58456) +++ firebird/trunk/src/jrd/build_no.h 2013-08-05 00:23:40 UTC (rev 58457) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30568 + FORMAL BUILD NUMBER:30573 */ -#define PRODUCT_VER_STRING "3.0.0.30568" -#define FILE_VER_STRING "WI-T3.0.0.30568" -#define LICENSE_VER_STRING "WI-T3.0.0.30568" -#define FILE_VER_NUMBER 3, 0, 0, 30568 +#define PRODUCT_VER_STRING "3.0.0.30573" +#define FILE_VER_STRING "WI-T3.0.0.30573" +#define LICENSE_VER_STRING "WI-T3.0.0.30573" +#define FILE_VER_NUMBER 3, 0, 0, 30573 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30568" +#define FB_BUILD_NO "30573" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-08-04 19:39:13 UTC (rev 58456) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-08-05 00:23:40 UTC (rev 58457) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30568 +BuildNum=30573 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |