From: <fir...@us...> - 2011-10-14 03:19:55
|
Revision: 53571 http://firebird.svn.sourceforge.net/firebird/?rev=53571&view=rev Author: firebirds Date: 2011-10-14 03:19:48 +0000 (Fri, 14 Oct 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-10-13 12:39:06 UTC (rev 53570) +++ firebird/trunk/ChangeLog 2011-10-14 03:19:48 UTC (rev 53571) @@ -1,3 +1,20 @@ + 2011-10-13 12:39 alexpeshkoff + M src/jrd/trace/TraceConfigStorage.cpp + M src/jrd/trace/TraceConfigStorage.h +Frontported fix for CORE-3532: Server hangs starting new session when trace is running + + 2011-10-13 11:58 alexpeshkoff + M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in +misc + + 2011-10-13 11:31 alexpeshkoff + M src/common/isc_sync.cpp + M src/jrd/event.cpp + M src/jrd/event_proto.h + M src/lock/lock.cpp + M src/lock/lock_proto.h +Frontported fix for CORE-3589: Internal shared resource leak. Make trunk work with SystemV semaphores as shared mutexes/events. + 2011-10-12 23:17 asfernandes M src/remote/client/interface.cpp Avoid exception in successfull attachments. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-10-13 12:39:06 UTC (rev 53570) +++ firebird/trunk/src/jrd/build_no.h 2011-10-14 03:19:48 UTC (rev 53571) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29585 + FORMAL BUILD NUMBER:29588 */ -#define PRODUCT_VER_STRING "3.0.0.29585" -#define FILE_VER_STRING "WI-T3.0.0.29585" -#define LICENSE_VER_STRING "WI-T3.0.0.29585" -#define FILE_VER_NUMBER 3, 0, 0, 29585 +#define PRODUCT_VER_STRING "3.0.0.29588" +#define FILE_VER_STRING "WI-T3.0.0.29588" +#define LICENSE_VER_STRING "WI-T3.0.0.29588" +#define FILE_VER_NUMBER 3, 0, 0, 29588 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29585" +#define FB_BUILD_NO "29588" #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-10-13 12:39:06 UTC (rev 53570) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-10-14 03:19:48 UTC (rev 53571) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29585 +BuildNum=29588 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |