From: <fir...@us...> - 2013-07-16 00:44:46
|
Revision: 58356 http://sourceforge.net/p/firebird/code/58356 Author: firebirds Date: 2013-07-16 00:44:41 +0000 (Tue, 16 Jul 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-07-15 16:51:51 UTC (rev 58355) +++ firebird/trunk/ChangeLog 2013-07-16 00:44:41 UTC (rev 58356) @@ -1,3 +1,30 @@ + 2013-07-15 16:51 dimitr + M src/jrd/opt.cpp +Removed incorrect assertion. + + 2013-07-15 13:51 dimitr + M src/jrd/lck.cpp +Fixed the sweep lock owner. This is a complementary bugfix for CORE-4134 (Race condition when auto-sweep is started). + + 2013-07-15 13:44 dimitr + M src/jrd/vio.cpp +A quick fix for the bugcheck appeared in test bugs.core_195. + + 2013-07-15 13:06 alexpeshkoff + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/auth/SecureRemotePassword/srp.cpp + M src/auth/SecureRemotePassword/srp.h +Enhanced diagnostics in authentication plugin + + 2013-07-15 12:24 alexpeshkoff + M src/jrd/svc.cpp +Fixed error "All services except for getting server log require switches" + + 2013-07-15 11:56 dimitr + M src/jrd/recsrc/SingularStream.cpp +Fixed crash appeared in test bugs.core_2291. + 2013-07-13 20:50 asfernandes M src/dsql/ExprNodes.cpp Fixed problem with COALESCE and IIF seen by Dmitry. Reintroduce the implicit casts removed in v3. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-07-15 16:51:51 UTC (rev 58355) +++ firebird/trunk/src/jrd/build_no.h 2013-07-16 00:44:41 UTC (rev 58356) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30523 + FORMAL BUILD NUMBER:30529 */ -#define PRODUCT_VER_STRING "3.0.0.30523" -#define FILE_VER_STRING "WI-T3.0.0.30523" -#define LICENSE_VER_STRING "WI-T3.0.0.30523" -#define FILE_VER_NUMBER 3, 0, 0, 30523 +#define PRODUCT_VER_STRING "3.0.0.30529" +#define FILE_VER_STRING "WI-T3.0.0.30529" +#define LICENSE_VER_STRING "WI-T3.0.0.30529" +#define FILE_VER_NUMBER 3, 0, 0, 30529 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30523" +#define FB_BUILD_NO "30529" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-07-15 16:51:51 UTC (rev 58355) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-07-16 00:44:41 UTC (rev 58356) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30523 +BuildNum=30529 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |