From d4bd5cbd47c76e75783939eae52f5c1238808c76 Mon Sep 17 00:00:00 2001 From: dimitr Date: Sun, 2 Sep 2007 14:00:28 +0000 Subject: [PATCH] Update. --- doc/WhatsNew | 19 +++++++++++++++++++ src/jrd/build_no.h | 14 +++++++------- src/jrd/isc_version.h | 4 ++-- src/misc/writeBuildNum.sh | 6 +++--- 4 files changed, 31 insertions(+), 12 deletions(-) diff --git a/doc/WhatsNew b/doc/WhatsNew index f77271c6c1..9d7bf13561 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -1,3 +1,22 @@ + ************************** + * v2.0.3 + ************************** + + * Fixed bug CORE-1434 + Incorrect result with EXECUTE STATEMENT and VARCHAR columns + Contributor(s): + Adriano dos Santos Fernandes + + * Fixed bug CORE-1418 + Races when starting and quickly shutting down blocking AST thread + Contributor(s): + Alex Peshkov + + * Solaris port + Contributor(s): + Paul Beach + Alex Peshkov + ************************** * v2.0.2 ************************** diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 52dd31ca52..3b90d21e11 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:12964 + FORMAL BUILD NUMBER:12981 */ -#define PRODUCT_VER_STRING "2.0.2.12964" -#define FILE_VER_STRING "WI-V2.0.2.12964" -#define LICENSE_VER_STRING "WI-V2.0.2.12964" -#define FILE_VER_NUMBER 2, 0, 2, 12964 +#define PRODUCT_VER_STRING "2.0.3.12981" +#define FILE_VER_STRING "WI-V2.0.3.12981" +#define LICENSE_VER_STRING "WI-V2.0.3.12981" +#define FILE_VER_NUMBER 2, 0, 3, 12981 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "0" -#define FB_REV_NO "2" -#define FB_BUILD_NO "12964" +#define FB_REV_NO "3" +#define FB_BUILD_NO "12981" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.0" diff --git a/src/jrd/isc_version.h b/src/jrd/isc_version.h index 8c11e50fb8..2671e7a209 100644 --- a/src/jrd/isc_version.h +++ b/src/jrd/isc_version.h @@ -17,7 +17,7 @@ * Contributor(s): ______________________________________. */ -#define ISC_FILE_VER_STRING "WI-V6.3.4.12964" -#define ISC_FILE_VER_NUMBER 6, 3, 4, 12964 +#define ISC_FILE_VER_STRING "WI-V6.3.4.12981" +#define ISC_FILE_VER_NUMBER 6, 3, 4, 12981 #define ISC_MAJOR_VER "6" #define ISC_MINOR_VER "3" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 5772c36803..e843c2f7c2 100755 --- a/src/misc/writeBuildNum.sh +++ b/src/misc/writeBuildNum.sh @@ -3,13 +3,13 @@ # This file is used both to rebuild the header file and to set the # environment variables on the config call -BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.23 2007-08-07 15:48:09 dimitr Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.24 2007-09-02 14:00:28 dimitr Exp $" BuildType=V MajorVer=2 MinorVer=0 -RevNo=2 -BuildNum=12964 +RevNo=3 +BuildNum=12981 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds