diff --git a/ChangeLog b/ChangeLog index 92f3274bf4..fa3eb5d3e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ + 2013-11-15 15:40 dimitr + M src/jrd/irq.h + M src/jrd/met.epp +Fixed CORE-4267: Server crashes while sweeping the database. + + 2013-11-15 09:52 dimitr + M src/remote/server/server.cpp +Prevent races by allowing the worker thread to process op_exit / op_disconnect packets only after the listener had synchronously called cancel_operation(). This fixes CORE-4268: Server may crash while disconnecting from a database. + + 2013-11-15 08:30 alexpeshkoff + M src/remote/client/interface.cpp +Fixed bug, reported privately by Dmitry + 2013-11-14 17:10 dimitr M src/dsql/BoolNodes.h Fixed CORE-4262: Context parsing error with derived tables and CASE functions. diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index d7b267d2f5..27f6390a81 100644 --- a/src/jrd/build_no.h +++ b/src/jrd/build_no.h @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30734 + FORMAL BUILD NUMBER:30737 */ -#define PRODUCT_VER_STRING "3.0.0.30734" -#define FILE_VER_STRING "WI-T3.0.0.30734" -#define LICENSE_VER_STRING "WI-T3.0.0.30734" -#define FILE_VER_NUMBER 3, 0, 0, 30734 +#define PRODUCT_VER_STRING "3.0.0.30737" +#define FILE_VER_STRING "WI-T3.0.0.30737" +#define LICENSE_VER_STRING "WI-T3.0.0.30737" +#define FILE_VER_NUMBER 3, 0, 0, 30737 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30734" +#define FB_BUILD_NO "30737" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index b364457b27..94ab43d803 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30734 +BuildNum=30737 NowAt=`pwd` cd `dirname $0`