From: <fir...@us...> - 2015-07-16 00:08:58
|
Revision: 62005 http://sourceforge.net/p/firebird/code/62005 Author: firebirds Date: 2015-07-16 00:08:56 +0000 (Thu, 16 Jul 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-07-15 20:54:10 UTC (rev 62004) +++ firebird/trunk/ChangeLog 2015-07-16 00:08:56 UTC (rev 62005) @@ -1,3 +1,31 @@ + 2015-07-15 15:16 alexpeshkoff + M src/jrd/jrd.cpp +Postfix for CORE-4811: fix handling case for OS names + + 2015-07-15 14:14 hvlad + M src/utilities/fbsvcmgr/fbsvcmgr.cpp +Fixed bug CORE-4876 +fbsvcmgr shows wrong options for some Trace API services in help screen + + 2015-07-15 12:07 dimitr + M src/remote/client/BlrFromMessage.cpp + M src/remote/client/BlrFromMessage.h + M src/remote/client/interface.cpp +This should fix CORE-4872: v3 fbclient cannot work with servers older than v2.5 via the remote protocol. + + 2015-07-15 11:10 hvlad + M src/jrd/dpm.epp +Correction + + 2015-07-15 10:55 hvlad + M src/utilities/gsec/main/gsecMain.cpp +gsec also could hung on exit if worker database have non-zero LINGER set. +Seems we must add fb_shutdown to the every utility which could load embedded engine... + + 2015-07-15 10:42 hvlad + M src/remote/server/os/win32/srvr_w32.cpp +Windows-specific part for CORE-4871 + 2015-07-14 17:10 dimitr M src/jrd/RecordSourceNodes.cpp Fixed CORE-4710: invalid request BLR at offset 361 context already in use (BLR error). Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-07-15 20:54:10 UTC (rev 62004) +++ firebird/trunk/src/jrd/build_no.h 2015-07-16 00:08:56 UTC (rev 62005) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31942 + FORMAL BUILD NUMBER:31948 */ -#define PRODUCT_VER_STRING "3.0.0.31942" -#define FILE_VER_STRING "WI-V3.0.0.31942" -#define LICENSE_VER_STRING "WI-V3.0.0.31942" -#define FILE_VER_NUMBER 3, 0, 0, 31942 +#define PRODUCT_VER_STRING "3.0.0.31948" +#define FILE_VER_STRING "WI-V3.0.0.31948" +#define LICENSE_VER_STRING "WI-V3.0.0.31948" +#define FILE_VER_NUMBER 3, 0, 0, 31948 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31942" +#define FB_BUILD_NO "31948" #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-07-15 20:54:10 UTC (rev 62004) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-07-16 00:08:56 UTC (rev 62005) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31942 +BuildNum=31948 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |