From: <fir...@us...> - 2011-12-02 03:23:54
|
Revision: 53658 http://firebird.svn.sourceforge.net/firebird/?rev=53658&view=rev Author: firebirds Date: 2011-12-02 03:23:47 +0000 (Fri, 02 Dec 2011) 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 2011-12-01 09:54:36 UTC (rev 53657) +++ firebird/trunk/ChangeLog 2011-12-02 03:23:47 UTC (rev 53658) @@ -1,3 +1,15 @@ + 2011-12-01 09:54 dimitr + M src/jrd/exe.cpp +For a number of reasons, it seems being a good thing to unwind the trigger requests ASAP. + + 2011-12-01 09:37 dimitr + M src/jrd/vio.cpp +Correction. + + 2011-12-01 09:24 dimitr + M src/jrd/vio.cpp +Attempted to fix CORE-3490: Concurrency problem when using named cursors. The solution may look sub-optimal but it doesn't seem to affect the performance. + 2011-12-01 00:47 asfernandes M src/jrd/recsrc/AggregatedStream.cpp Fixed window function with empty streams. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-12-01 09:54:36 UTC (rev 53657) +++ firebird/trunk/src/jrd/build_no.h 2011-12-02 03:23:47 UTC (rev 53658) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29625 + FORMAL BUILD NUMBER:29628 */ -#define PRODUCT_VER_STRING "3.0.0.29625" -#define FILE_VER_STRING "WI-T3.0.0.29625" -#define LICENSE_VER_STRING "WI-T3.0.0.29625" -#define FILE_VER_NUMBER 3, 0, 0, 29625 +#define PRODUCT_VER_STRING "3.0.0.29628" +#define FILE_VER_STRING "WI-T3.0.0.29628" +#define LICENSE_VER_STRING "WI-T3.0.0.29628" +#define FILE_VER_NUMBER 3, 0, 0, 29628 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29625" +#define FB_BUILD_NO "29628" #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 2011-12-01 09:54:36 UTC (rev 53657) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-12-02 03:23:47 UTC (rev 53658) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29625 +BuildNum=29628 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |