From: <fir...@us...> - 2011-05-08 03:17:42
|
Revision: 52893 http://firebird.svn.sourceforge.net/firebird/?rev=52893&view=rev Author: firebirds Date: 2011-05-08 03:17:35 +0000 (Sun, 08 May 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-05-07 19:52:44 UTC (rev 52892) +++ firebird/trunk/ChangeLog 2011-05-08 03:17:35 UTC (rev 52893) @@ -1,3 +1,39 @@ + 2011-05-07 19:52 asfernandes + M builds/posix/firebird.vers + M builds/win32/defs/firebird.def + M examples/udr/UdrCppExample.cpp + M src/gpre/boot/gpre_meta_boot.cpp + M src/include/FirebirdApi.h + M src/include/FirebirdExternalApi.h + M src/include/FirebirdUdrCpp.h + M src/include/Interface.h + M src/include/ProviderInterface.h + M src/jrd/Attachment.cpp + M src/jrd/Attachment.h + M src/jrd/EngineInterface.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/ExtEngineManager.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/ibase.h + M src/jrd/jrd.cpp + M src/jrd/tra.h + M src/plugins/udr_engine/UdrEngine.cpp + M src/remote/client/interface.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + M src/yvalve/PluginManager.cpp + M src/yvalve/why.cpp + M src/yvalve/why_proto.h +Integrate IAttachment and ITransaction in the external engines API. + + 2011-05-07 19:33 asfernandes + M src/common/classes/SyncObject.h + M src/common/classes/Synchronize.h + M src/common/classes/alloc.cpp + M src/jrd/cch.cpp + M src/jrd/cch.h +Misc. + 2011-05-05 22:05 hvlad M src/jrd/dpm.epp Fixed bug CORE-3468 : Attempt to read after the end of file when nbackup state is stalled Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-05-07 19:52:44 UTC (rev 52892) +++ firebird/trunk/src/jrd/build_no.h 2011-05-08 03:17:35 UTC (rev 52893) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29336 + FORMAL BUILD NUMBER:29338 */ -#define PRODUCT_VER_STRING "3.0.0.29336" -#define FILE_VER_STRING "WI-T3.0.0.29336" -#define LICENSE_VER_STRING "WI-T3.0.0.29336" -#define FILE_VER_NUMBER 3, 0, 0, 29336 +#define PRODUCT_VER_STRING "3.0.0.29338" +#define FILE_VER_STRING "WI-T3.0.0.29338" +#define LICENSE_VER_STRING "WI-T3.0.0.29338" +#define FILE_VER_NUMBER 3, 0, 0, 29338 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29336" +#define FB_BUILD_NO "29338" #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-05-07 19:52:44 UTC (rev 52892) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-05-08 03:17:35 UTC (rev 52893) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29336 +BuildNum=29338 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |