From: <fir...@us...> - 2012-03-30 04:51:56
|
Revision: 54282 http://firebird.svn.sourceforge.net/firebird/?rev=54282&view=rev Author: firebirds Date: 2012-03-30 04:51:48 +0000 (Fri, 30 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-29 15:55:49 UTC (rev 54281) +++ firebird/trunk/ChangeLog 2012-03-30 04:51:48 UTC (rev 54282) @@ -1,3 +1,15 @@ + 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 + + 2012-03-29 13:56 hvlad + M src/dsql/dsql.cpp +Fixed bug CORE-3801 : Warnings could be put twice in status-vector + + 2012-03-29 13:30 hvlad + M src/jrd/extds/InternalDS.cpp +Fixed bug CORE-3799 : with caller privileges option don't work with autonomous transaction option + 2012-03-27 13:16 alexpeshkoff M configure.in M src/common/classes/semaphore.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-03-29 15:55:49 UTC (rev 54281) +++ firebird/trunk/src/jrd/build_no.h 2012-03-30 04:51:48 UTC (rev 54282) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29892 + FORMAL BUILD NUMBER:29895 */ -#define PRODUCT_VER_STRING "3.0.0.29892" -#define FILE_VER_STRING "WI-T3.0.0.29892" -#define LICENSE_VER_STRING "WI-T3.0.0.29892" -#define FILE_VER_NUMBER 3, 0, 0, 29892 +#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 FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29892" +#define FB_BUILD_NO "29895" #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-29 15:55:49 UTC (rev 54281) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-03-30 04:51:48 UTC (rev 54282) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29892 +BuildNum=29895 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |