From: <fir...@us...> - 2011-04-16 03:17:46
|
Revision: 52737 http://firebird.svn.sourceforge.net/firebird/?rev=52737&view=rev Author: firebirds Date: 2011-04-16 03:17:39 +0000 (Sat, 16 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-15 18:54:02 UTC (rev 52736) +++ firebird/trunk/ChangeLog 2011-04-16 03:17:39 UTC (rev 52737) @@ -1,3 +1,28 @@ + 2011-04-15 18:54 asfernandes + M src/include/ProviderInterface.h + M src/jrd/blb.cpp + M src/jrd/blb.h + M src/jrd/blb_proto.h + M src/jrd/blf_proto.h + M src/jrd/blob_filter.cpp + M src/jrd/jrd.cpp + M src/remote/client/interface.cpp + M src/yvalve/why.cpp +Make the new BLOB API use void* buffers, so applications can read/write char* strings or any other type without casts. + + 2011-04-15 16:37 dimitr + M src/jrd/jrd.cpp +Fixed possible deadlock between the shutting down engine and the running service. Reported by RedSoft. + + 2011-04-15 07:02 hvlad + M builds/win32/msvc8/common.vcproj + M builds/win32/msvc8/yvalve.vcproj +Update MSVC8 build + + 2011-04-15 06:19 hvlad + M src/lock/lock.cpp +Correction. Thanks to Claudio. + 2011-04-15 02:51 asfernandes M src/common/classes/condition.h Misc. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-04-15 18:54:02 UTC (rev 52736) +++ firebird/trunk/src/jrd/build_no.h 2011-04-16 03:17:39 UTC (rev 52737) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29292 + FORMAL BUILD NUMBER:29296 */ -#define PRODUCT_VER_STRING "3.0.0.29292" -#define FILE_VER_STRING "WI-T3.0.0.29292" -#define LICENSE_VER_STRING "WI-T3.0.0.29292" -#define FILE_VER_NUMBER 3, 0, 0, 29292 +#define PRODUCT_VER_STRING "3.0.0.29296" +#define FILE_VER_STRING "WI-T3.0.0.29296" +#define LICENSE_VER_STRING "WI-T3.0.0.29296" +#define FILE_VER_NUMBER 3, 0, 0, 29296 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29292" +#define FB_BUILD_NO "29296" #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-15 18:54:02 UTC (rev 52736) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-04-16 03:17:39 UTC (rev 52737) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29292 +BuildNum=29296 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |