From: <fir...@us...> - 2014-05-08 00:26:27
|
Revision: 59561 http://sourceforge.net/p/firebird/code/59561 Author: firebirds Date: 2014-05-08 00:26:24 +0000 (Thu, 08 May 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-05-07 21:21:08 UTC (rev 59560) +++ firebird/trunk/ChangeLog 2014-05-08 00:26:24 UTC (rev 59561) @@ -1,3 +1,37 @@ + 2014-05-07 15:14 mapopa + M examples/include/align.h +FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1)) + + 2014-05-07 15:11 mapopa + M configure.ac +FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1)) + + 2014-05-07 14:51 mapopa + M examples/include/align.h +cleanup VMS FB_ALIGN define + + 2014-05-07 11:21 alexpeshkoff + M src/jrd/JrdStatement.cpp + M src/jrd/scl.epp + M src/jrd/scl_proto.h + M src/jrd/vio.cpp +Postfix for CORE-3242: somewhy when checking metadata access (like MODIFY or DROP) always checked that access from object itself. Strange at the first glance behavior, but let us do not change legacy (at least since FB1.0) when possible. + + 2014-05-07 10:21 alexpeshkoff + M src/burp/burp.cpp + M src/utilities/fbsvcmgr/fbsvcmgr.cpp + M src/utilities/fbtracemgr/traceMgrMain.cpp +Fixed CORE-4398: Provide ability to specify extra-long name of log when doing gbak to avoid "attempt to store 256 bytes in a clumplet" message + + 2014-05-07 09:18 alexpeshkoff + M src/common/classes/Hash.h + M src/jrd/Mapping.cpp +Change Hash duplicates control interface to avoid unexpected use - thanks to Claudio + + 2014-05-07 08:58 robocop + M src/jrd/vio.cpp +Fix the problem with gbak restoring a db and lack of rights on sys tables that Philippe detected. + 2014-05-06 22:41 robocop M src/common/utils.cpp M src/common/utils_proto.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-05-07 21:21:08 UTC (rev 59560) +++ firebird/trunk/src/jrd/build_no.h 2014-05-08 00:26:24 UTC (rev 59561) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31113 + FORMAL BUILD NUMBER:31120 */ -#define PRODUCT_VER_STRING "3.0.0.31113" -#define FILE_VER_STRING "WI-T3.0.0.31113" -#define LICENSE_VER_STRING "WI-T3.0.0.31113" -#define FILE_VER_NUMBER 3, 0, 0, 31113 +#define PRODUCT_VER_STRING "3.0.0.31120" +#define FILE_VER_STRING "WI-T3.0.0.31120" +#define LICENSE_VER_STRING "WI-T3.0.0.31120" +#define FILE_VER_NUMBER 3, 0, 0, 31120 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31113" +#define FB_BUILD_NO "31120" #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-05-07 21:21:08 UTC (rev 59560) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-05-08 00:26:24 UTC (rev 59561) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31113 +BuildNum=31120 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |