From: <fir...@us...> - 2012-03-31 04:52:40
|
Revision: 54290 http://firebird.svn.sourceforge.net/firebird/?rev=54290&view=rev Author: firebirds Date: 2012-03-31 04:52:33 +0000 (Sat, 31 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-30 14:41:00 UTC (rev 54289) +++ firebird/trunk/ChangeLog 2012-03-31 04:52:33 UTC (rev 54290) @@ -1,3 +1,34 @@ + 2012-03-30 14:41 alexpeshkoff + M src/common/IntlParametersBlock.cpp + M src/common/IntlParametersBlock.h +Better organize code - thanks to Claudio + + 2012-03-30 14:15 hvlad + M src/common/classes/ImplementHelper.h + M src/common/classes/auto.h +Small refactoring + + 2012-03-30 13:52 hvlad + M src/common/classes/auto.h + M src/jrd/trace/TraceObjects.cpp + M src/jrd/trace/TraceObjects.h + M src/utilities/ntrace/TracePluginImpl.cpp + M src/utilities/ntrace/traceplugin.cpp + M src/yvalve/MasterImplementation.cpp +Correct reference counting for log writer in trace plugin. +Also fixed few AVs. + + 2012-03-30 13:48 hvlad + M src/dsql/dsql.cpp + M src/dsql/dsql.h +Fixed issue reported by Thomas Steinmaurer in fb-devel : trace often put in log line + Statement 0, <unknown, bug?> + + 2012-03-30 12:27 alexpeshkoff + M src/common/IntlParametersBlock.cpp + M src/common/IntlParametersBlock.h +Make parameters block intl converter deal with crazy isc_spb_command_line format + 2012-03-29 15:55 alexpeshkoff M src/remote/client/interface.cpp Fixed CORE-3759: Problem with fetch on DDL statement in the remote protocol Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-03-30 14:41:00 UTC (rev 54289) +++ firebird/trunk/src/jrd/build_no.h 2012-03-31 04:52:33 UTC (rev 54290) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29895 + FORMAL BUILD NUMBER:29900 */ -#define PRODUCT_VER_STRING "3.0.0.29895" -#define FILE_VER_STRING "WI-T3.0.0.29895" -#define LICENSE_VER_STRING "WI-T3.0.0.29895" -#define FILE_VER_NUMBER 3, 0, 0, 29895 +#define PRODUCT_VER_STRING "3.0.0.29900" +#define FILE_VER_STRING "WI-T3.0.0.29900" +#define LICENSE_VER_STRING "WI-T3.0.0.29900" +#define FILE_VER_NUMBER 3, 0, 0, 29900 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29895" +#define FB_BUILD_NO "29900" #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-30 14:41:00 UTC (rev 54289) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-03-31 04:52:33 UTC (rev 54290) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29895 +BuildNum=29900 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |