From 5d96d3ac182da86543db9330d121d49bf0912884 Mon Sep 17 00:00:00 2001 From: firebirds Date: Thu, 16 May 2013 00:25:26 +0000 Subject: [PATCH] nightly update --- ChangeLog | 26 ++++++++++++++++++++++++++ src/jrd/build_no.h | 12 ++++++------ src/misc/writeBuildNum.sh | 2 +- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index c612217bb1..71e05792a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ + 2013-05-15 15:39 asfernandes + M src/include/firebird/Message.h +Misc. + + 2013-05-15 14:28 hvlad + M src/jrd/tra.cpp +Fixed bug CORE-4100 : Automatic sweep could be run when there is no need for it + + 2013-05-14 15:44 asfernandes + M doc/WhatsNew + M doc/sql.extensions/README.ddl.txt +Document CORE-3018 - RECREATE, ALTER and CREATE OR ALTER SEQUENCE/GENERATOR statements. + + 2013-05-14 15:43 asfernandes + M src/dsql/parse.y +Added ALTER GENERATOR (as ALTER SEQUENCE) for consistency with the others SEQUENCE/GENERATOR commands. + + 2013-05-14 14:53 asfernandes + M doc/WhatsNew + M doc/sql.extensions/README.ddl.txt +Document CORE-1209 - CONTINUE statement. + + 2013-05-14 01:06 asfernandes + M src/dsql/parse.y +Fixed problem with LEAVE and CONTINUE syntaxes. + 2013-05-13 15:56 asfernandes M doc/WhatsNew A doc/sql.extensions/README.subroutines.txt diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index f7b2deba38..0add02f160 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:30410 + FORMAL BUILD NUMBER:30416 */ -#define PRODUCT_VER_STRING "3.0.0.30410" -#define FILE_VER_STRING "WI-T3.0.0.30410" -#define LICENSE_VER_STRING "WI-T3.0.0.30410" -#define FILE_VER_NUMBER 3, 0, 0, 30410 +#define PRODUCT_VER_STRING "3.0.0.30416" +#define FILE_VER_STRING "WI-T3.0.0.30416" +#define LICENSE_VER_STRING "WI-T3.0.0.30416" +#define FILE_VER_NUMBER 3, 0, 0, 30416 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30410" +#define FB_BUILD_NO "30416" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 82444906e4..9a25efcf3f 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -9,7 +9,7 @@ BuildType=T MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30410 +BuildNum=30416 NowAt=`pwd` cd `dirname $0`