From: <fir...@us...> - 2011-03-21 03:15:47
|
Revision: 52581 http://firebird.svn.sourceforge.net/firebird/?rev=52581&view=rev Author: firebirds Date: 2011-03-21 03:15:39 +0000 (Mon, 21 Mar 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-03-20 19:15:55 UTC (rev 52580) +++ firebird/trunk/ChangeLog 2011-03-21 03:15:39 UTC (rev 52581) @@ -1,3 +1,44 @@ + 2011-03-20 19:15 asfernandes + M src/dsql/dsql.h + M src/include/ProviderInterface.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/remote/client/interface.cpp + M src/yvalve/why.cpp +Removed commented out Sqlda support and rename methods removing the word 'messsage'. + + 2011-03-20 19:15 asfernandes + M src/dsql/dsql.h + M src/include/ProviderInterface.h + M src/jrd/Attachment.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/remote/client/interface.cpp + M src/yvalve/why.cpp +Remove unused message types. + + 2011-03-20 19:14 asfernandes + M src/include/ProviderInterface.h +Names + + 2011-03-20 19:14 asfernandes + M src/dsql/dsql.h + M src/include/ProviderInterface.h + M src/jrd/Attachment.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/remote/client/interface.cpp + M src/yvalve/why.cpp +Use MessageBuffer in executeMessage and fetchMessage. + + 2011-03-20 16:24 asfernandes + M src/common/classes/locks.h + M src/dsql/dsql.cpp + M src/jrd/rlck.cpp + M src/jrd/vio.cpp + M src/remote/os/win32/xnet.cpp +Misc + 2011-03-19 13:10 hvlad M src/jrd/met.epp M src/jrd/rlck.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-03-20 19:15:55 UTC (rev 52580) +++ firebird/trunk/src/jrd/build_no.h 2011-03-21 03:15:39 UTC (rev 52581) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29207 + FORMAL BUILD NUMBER:29212 */ -#define PRODUCT_VER_STRING "3.0.0.29207" -#define FILE_VER_STRING "WI-T3.0.0.29207" -#define LICENSE_VER_STRING "WI-T3.0.0.29207" -#define FILE_VER_NUMBER 3, 0, 0, 29207 +#define PRODUCT_VER_STRING "3.0.0.29212" +#define FILE_VER_STRING "WI-T3.0.0.29212" +#define LICENSE_VER_STRING "WI-T3.0.0.29212" +#define FILE_VER_NUMBER 3, 0, 0, 29212 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29207" +#define FB_BUILD_NO "29212" #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-03-20 19:15:55 UTC (rev 52580) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-03-21 03:15:39 UTC (rev 52581) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29207 +BuildNum=29212 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |