From: <fir...@us...> - 2011-05-25 03:19:06
|
Revision: 53003 http://firebird.svn.sourceforge.net/firebird/?rev=53003&view=rev Author: firebirds Date: 2011-05-25 03:18:59 +0000 (Wed, 25 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-25 00:54:59 UTC (rev 53002) +++ firebird/trunk/ChangeLog 2011-05-25 03:18:59 UTC (rev 53003) @@ -1,3 +1,35 @@ + 2011-05-25 00:54 asfernandes + M src/yvalve/why.cpp +Fix attachment leak due to variable shadow in isc_start_multiple. + + 2011-05-25 00:45 asfernandes + M src/yvalve/DistributedTransaction.cpp +Misc. + + 2011-05-24 22:39 asfernandes + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h +Hope this fixes the windows build. + + 2011-05-24 20:44 hvlad + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc10/common.vcxproj.filters + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/yvalve.vcxproj.filters +Cleanup + + 2011-05-24 15:20 asfernandes + M src/yvalve/DistributedTransaction.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + A src/yvalve/YObjects.h + M src/yvalve/why.cpp +Fix problems with new multi-db transactions implementation: +1) fb_get_transaction_handle access object of invalid type and crash +2) Attachment::createBlob/openBlob access object of invalid type and crash +3) isc_start_multiple creates YTransaction with NULL attachment and makes its constructor crash + 2011-05-23 15:33 asfernandes M src/common/classes/Synchronize.cpp M src/common/classes/Synchronize.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-05-25 00:54:59 UTC (rev 53002) +++ firebird/trunk/src/jrd/build_no.h 2011-05-25 03:18:59 UTC (rev 53003) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29386 + FORMAL BUILD NUMBER:29391 */ -#define PRODUCT_VER_STRING "3.0.0.29386" -#define FILE_VER_STRING "WI-T3.0.0.29386" -#define LICENSE_VER_STRING "WI-T3.0.0.29386" -#define FILE_VER_NUMBER 3, 0, 0, 29386 +#define PRODUCT_VER_STRING "3.0.0.29391" +#define FILE_VER_STRING "WI-T3.0.0.29391" +#define LICENSE_VER_STRING "WI-T3.0.0.29391" +#define FILE_VER_NUMBER 3, 0, 0, 29391 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29386" +#define FB_BUILD_NO "29391" #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-25 00:54:59 UTC (rev 53002) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-05-25 03:18:59 UTC (rev 53003) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29386 +BuildNum=29391 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |