From: <fir...@us...> - 2013-03-01 01:44:43
|
Revision: 57711 http://sourceforge.net/p/firebird/code/57711 Author: firebirds Date: 2013-03-01 01:44:39 +0000 (Fri, 01 Mar 2013) 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 2013-02-28 16:24:31 UTC (rev 57710) +++ firebird/trunk/ChangeLog 2013-03-01 01:44:39 UTC (rev 57711) @@ -1,3 +1,34 @@ + 2013-02-28 16:23 alexpeshkoff + M src/jrd/blb.cpp + M src/jrd/exe.cpp + M src/jrd/tra.cpp + M src/jrd/tra.h +Postfix for CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished + + 2013-02-27 14:49 alexpeshkoff + M src/jrd/tra.cpp + M src/jrd/tra.h +Fixed CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished + + 2013-02-26 03:42 asfernandes + M src/auth/SecureRemotePassword/Message.h + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/common/classes/InternalMessageBuffer.h + M src/include/firebird/Provider.h + M src/jrd/EngineInterface.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/remote/client/BlrFromMessage.cpp + M src/remote/client/BlrFromMessage.h + M src/remote/client/interface.cpp + M src/remote/server/server.cpp + M src/yvalve/YObjects.h + M src/yvalve/why.cpp +Remove FbMessage struct from the API. +This struct lost its main value (group various blr-related properties in a single parameter). +And since openCursor/fetch already split the message/buffer, it does not make sense anymore to have it. + 2013-02-25 10:14 hvlad M src/jrd/sort.cpp Ported fix for bug CORE-4051 : Memory leak when sorting big records Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-02-28 16:24:31 UTC (rev 57710) +++ firebird/trunk/src/jrd/build_no.h 2013-03-01 01:44:39 UTC (rev 57711) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30238 + FORMAL BUILD NUMBER:30241 */ -#define PRODUCT_VER_STRING "3.0.0.30238" -#define FILE_VER_STRING "WI-T3.0.0.30238" -#define LICENSE_VER_STRING "WI-T3.0.0.30238" -#define FILE_VER_NUMBER 3, 0, 0, 30238 +#define PRODUCT_VER_STRING "3.0.0.30241" +#define FILE_VER_STRING "WI-T3.0.0.30241" +#define LICENSE_VER_STRING "WI-T3.0.0.30241" +#define FILE_VER_NUMBER 3, 0, 0, 30241 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30238" +#define FB_BUILD_NO "30241" #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 2013-02-28 16:24:31 UTC (rev 57710) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-03-01 01:44:39 UTC (rev 57711) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30238 +BuildNum=30241 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |