From: <fir...@us...> - 2015-10-23 00:10:06
|
Revision: 62400 http://sourceforge.net/p/firebird/code/62400 Author: firebirds Date: 2015-10-23 00:10:04 +0000 (Fri, 23 Oct 2015) 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 2015-10-22 20:09:19 UTC (rev 62399) +++ firebird/trunk/ChangeLog 2015-10-23 00:10:04 UTC (rev 62400) @@ -1,3 +1,31 @@ + 2015-10-22 17:43 dimitr + M src/alice/tdr.cpp +Fixed gfix -commit / -rollback on big-endian platforms. Seems to be a very old bug. + + 2015-10-22 17:40 dimitr + M src/jrd/tra.cpp +Fixed regression for bugs.core_2268. + + 2015-10-22 17:15 dimitr + M src/jrd/Monitoring.cpp +Fixed regression in the monitoring code. + + 2015-10-22 13:40 hvlad + M src/yvalve/why.cpp +Fixed AV on client : when disconnect happens while event callback run + + 2015-10-22 10:15 hvlad + M src/remote/server/server.cpp +It should fix TCS issue with events reported privately by Alex + + 2015-10-21 16:51 alexpeshkoff + M src/common/classes/alloc.cpp + M src/common/classes/alloc.h + M src/common/classes/misc/class_test.cpp + M src/common/classes/tree.h + M src/common/classes/vector.h +Make memory consumption smaller using redirection to parent pool for small extents and medium blocks. This makes simple requests to compile without requesting memory from OS. + 2015-10-20 13:07 dimitr M src/jrd/tra.cpp M src/utilities/ntrace/TracePluginImpl.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-10-22 20:09:19 UTC (rev 62399) +++ firebird/trunk/src/jrd/build_no.h 2015-10-23 00:10:04 UTC (rev 62400) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32108 + FORMAL BUILD NUMBER:32114 */ -#define PRODUCT_VER_STRING "3.0.0.32108" -#define FILE_VER_STRING "WI-V3.0.0.32108" -#define LICENSE_VER_STRING "WI-V3.0.0.32108" -#define FILE_VER_NUMBER 3, 0, 0, 32108 +#define PRODUCT_VER_STRING "3.0.0.32114" +#define FILE_VER_STRING "WI-V3.0.0.32114" +#define LICENSE_VER_STRING "WI-V3.0.0.32114" +#define FILE_VER_NUMBER 3, 0, 0, 32114 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32108" +#define FB_BUILD_NO "32114" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-10-22 20:09:19 UTC (rev 62399) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-10-23 00:10:04 UTC (rev 62400) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32108 +BuildNum=32114 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |