From: <fir...@us...> - 2012-03-27 04:52:04
|
Revision: 54252 http://firebird.svn.sourceforge.net/firebird/?rev=54252&view=rev Author: firebirds Date: 2012-03-27 04:51:57 +0000 (Tue, 27 Mar 2012) 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 2012-03-26 15:28:13 UTC (rev 54251) +++ firebird/trunk/ChangeLog 2012-03-27 04:51:57 UTC (rev 54252) @@ -1,3 +1,28 @@ + 2012-03-26 15:28 dimitr + M src/dsql/DdlNodes.epp +Fixed compilation. + + 2012-03-26 11:34 alexpeshkoff + M src/auth/AuthDbg.cpp + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/common/classes/GetPlugins.h + M src/common/classes/ImplementHelper.cpp + M src/common/classes/ImplementHelper.h + M src/include/firebird/Interface.h + M src/jrd/jrd.cpp + M src/plugins/udr_engine/UdrEngine.cpp + M src/utilities/ntrace/traceplugin.cpp +Make plugins use passed instance of master interface, not one got from fb_get_master_interface(). This helps in case when >1 fbclient libraries is loaded by process. + + 2012-03-26 09:26 alexpeshkoff + M src/jrd/DataTypeUtil.cpp +Fixed release build + + 2012-03-26 09:01 alexpeshkoff + M src/dsql/dsql.cpp +Correction - thanks to Claudio + 2012-03-26 01:03 asfernandes M src/dsql/parse.y Correction. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-03-26 15:28:13 UTC (rev 54251) +++ firebird/trunk/src/jrd/build_no.h 2012-03-27 04:51:57 UTC (rev 54252) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29885 + FORMAL BUILD NUMBER:29889 */ -#define PRODUCT_VER_STRING "3.0.0.29885" -#define FILE_VER_STRING "WI-T3.0.0.29885" -#define LICENSE_VER_STRING "WI-T3.0.0.29885" -#define FILE_VER_NUMBER 3, 0, 0, 29885 +#define PRODUCT_VER_STRING "3.0.0.29889" +#define FILE_VER_STRING "WI-T3.0.0.29889" +#define LICENSE_VER_STRING "WI-T3.0.0.29889" +#define FILE_VER_NUMBER 3, 0, 0, 29889 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29885" +#define FB_BUILD_NO "29889" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2012-03-26 15:28:13 UTC (rev 54251) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-03-27 04:51:57 UTC (rev 54252) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29885 +BuildNum=29889 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |