From: <fir...@us...> - 2013-02-21 00:48:28
|
Revision: 57683 http://sourceforge.net/p/firebird/code/57683 Author: firebirds Date: 2013-02-21 00:48:25 +0000 (Thu, 21 Feb 2013) 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 2013-02-20 19:41:01 UTC (rev 57682) +++ firebird/trunk/ChangeLog 2013-02-21 00:48:25 UTC (rev 57683) @@ -1,3 +1,22 @@ + 2013-02-20 19:41 asfernandes + M src/common/MsgMetadata.cpp + M src/common/MsgMetadata.h + M src/gpre/boot/gpre_meta_boot.cpp + M src/include/firebird/Interface.h + M src/include/firebird/Provider.h + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h +Replaced ICoerceMetadata with IMetadataBuilder and add a builder creator method in IMaster. +This change is to make applications who define they own message format (without metadata inspection and coercion) to easily create its IMessageMetadata. + + 2013-02-20 19:40 asfernandes + M src/include/firebird/Provider.h +Misc. + + 2013-02-20 13:17 alexpeshkoff + M src/common/classes/Aligner.h +Assertion suggested by Dmitry Kovaalenko + 2013-02-19 12:03 alexpeshkoff M src/jrd/jrd.cpp M src/remote/client/interface.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-02-20 19:41:01 UTC (rev 57682) +++ firebird/trunk/src/jrd/build_no.h 2013-02-21 00:48:25 UTC (rev 57683) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30227 + FORMAL BUILD NUMBER:30230 */ -#define PRODUCT_VER_STRING "3.0.0.30227" -#define FILE_VER_STRING "WI-T3.0.0.30227" -#define LICENSE_VER_STRING "WI-T3.0.0.30227" -#define FILE_VER_NUMBER 3, 0, 0, 30227 +#define PRODUCT_VER_STRING "3.0.0.30230" +#define FILE_VER_STRING "WI-T3.0.0.30230" +#define LICENSE_VER_STRING "WI-T3.0.0.30230" +#define FILE_VER_NUMBER 3, 0, 0, 30230 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30227" +#define FB_BUILD_NO "30230" #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 2013-02-20 19:41:01 UTC (rev 57682) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-02-21 00:48:25 UTC (rev 57683) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30227 +BuildNum=30230 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |