From: <fir...@us...> - 2013-03-18 02:22:17
|
Revision: 57800 http://sourceforge.net/p/firebird/code/57800 Author: firebirds Date: 2013-03-18 02:22:15 +0000 (Mon, 18 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-03-17 20:36:56 UTC (rev 57799) +++ firebird/trunk/ChangeLog 2013-03-18 02:22:15 UTC (rev 57800) @@ -1,3 +1,52 @@ + 2013-03-17 20:36 asfernandes + M src/common/classes/ImplementHelper.cpp + M src/dsql/DdlNodes.epp + M src/jrd/shut.cpp +Misc. + + 2013-03-17 17:35 dimitr + M src/dsql/StmtNodes.cpp + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/UserManagement.cpp + M src/jrd/blb.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/ext.cpp + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/BufferedStream.cpp + M src/jrd/recsrc/ProcedureScan.cpp + M src/jrd/recsrc/SortedStream.cpp + M src/jrd/req.h + M src/jrd/vio.cpp +Small refactoring. + + 2013-03-17 17:09 dimitr + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/gsec.vcxproj + M builds/win32/msvc10/gsec.vcxproj.filters + M builds/win32/msvc10/intl.vcxproj + M builds/win32/msvc10/intl.vcxproj.filters + M builds/win32/msvc10/udr_engine.vcxproj + M builds/win32/msvc10/udr_engine.vcxproj.filters +Cleanup. MSVC10 does not like references to non-existing files. As for INTL, I see no sense in seeing all the charsets/collations in the IDE. + + 2013-03-17 14:39 dimitr + M src/jrd/dpm.epp +Fixed CORE-4036: Bugcheck or database corruption when attempting to store long incompressible data into a table. + + 2013-03-17 12:20 dimitr + M src/jrd/shut.cpp +A bit more precise timeout accounting. + + 2013-03-17 12:14 dimitr + M src/jrd/cch.cpp + M src/jrd/shut.cpp + M src/jrd/shut_proto.h +Completed refactoring of the database shutdown. Fixed a few remaining bugs there. Fixed timeout accounting in SS as well as CORE-3817: Forced database shutdown does not work if non-zero delay was specified. + 2013-03-15 16:37 alexpeshkoff M src/common/classes/ImplementHelper.cpp M src/common/classes/ImplementHelper.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-03-17 20:36:56 UTC (rev 57799) +++ firebird/trunk/src/jrd/build_no.h 2013-03-18 02:22:15 UTC (rev 57800) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30270 + FORMAL BUILD NUMBER:30276 */ -#define PRODUCT_VER_STRING "3.0.0.30270" -#define FILE_VER_STRING "WI-T3.0.0.30270" -#define LICENSE_VER_STRING "WI-T3.0.0.30270" -#define FILE_VER_NUMBER 3, 0, 0, 30270 +#define PRODUCT_VER_STRING "3.0.0.30276" +#define FILE_VER_STRING "WI-T3.0.0.30276" +#define LICENSE_VER_STRING "WI-T3.0.0.30276" +#define FILE_VER_NUMBER 3, 0, 0, 30276 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30270" +#define FB_BUILD_NO "30276" #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-03-17 20:36:56 UTC (rev 57799) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-03-18 02:22:15 UTC (rev 57800) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30270 +BuildNum=30276 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |