From: <fir...@us...> - 2011-04-29 03:18:36
|
Revision: 52838 http://firebird.svn.sourceforge.net/firebird/?rev=52838&view=rev Author: firebirds Date: 2011-04-29 03:18:30 +0000 (Fri, 29 Apr 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-04-28 16:59:29 UTC (rev 52837) +++ firebird/trunk/ChangeLog 2011-04-29 03:18:30 UTC (rev 52838) @@ -1,3 +1,28 @@ + 2011-04-28 16:59 dimitr + M src/common/classes/SyncObject.cpp + M src/common/classes/SyncObject.h + M src/common/classes/Synchronize.cpp + M src/common/classes/Synchronize.h +Misc. + + 2011-04-28 14:39 hvlad + M src/common/classes/SyncObject.h +correction + + 2011-04-28 14:35 hvlad + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc10/common.vcxproj.filters + M builds/win32/msvc8/common.vcproj + M builds/win32/msvc9/common.vcproj + M src/common/ThreadStart.cpp + A src/common/classes/SyncObject.cpp + A src/common/classes/SyncObject.h + A src/common/classes/Synchronize.cpp + A src/common/classes/Synchronize.h + M src/common/classes/alloc.h + M src/common/classes/fb_atomic.h +Preparing for the shared page cache : new sync objects ported from Vulcan + 2011-04-27 06:31 alexpeshkoff M src/jrd/jrd.cpp Check att_in_use before cancelling operation of attachment Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-04-28 16:59:29 UTC (rev 52837) +++ firebird/trunk/src/jrd/build_no.h 2011-04-29 03:18:30 UTC (rev 52838) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29316 + FORMAL BUILD NUMBER:29319 */ -#define PRODUCT_VER_STRING "3.0.0.29316" -#define FILE_VER_STRING "WI-T3.0.0.29316" -#define LICENSE_VER_STRING "WI-T3.0.0.29316" -#define FILE_VER_NUMBER 3, 0, 0, 29316 +#define PRODUCT_VER_STRING "3.0.0.29319" +#define FILE_VER_STRING "WI-T3.0.0.29319" +#define LICENSE_VER_STRING "WI-T3.0.0.29319" +#define FILE_VER_NUMBER 3, 0, 0, 29319 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29316" +#define FB_BUILD_NO "29319" #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-04-28 16:59:29 UTC (rev 52837) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-04-29 03:18:30 UTC (rev 52838) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29316 +BuildNum=29319 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |