8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:03:04 +01:00
This commit is contained in:
dimitr 2010-03-23 14:10:46 +00:00
parent cc9c1b9ab0
commit bf5cfda7a0
4 changed files with 25 additions and 10 deletions

View File

@ -2,6 +2,21 @@
* v2.0.6
**************************
* Bugfix CORE-2936
Wrong page type (expected 7 found N) error
Contributor(s):
Vlad Khorsun <hvlad at users.sourceforge.net>
* Bugfix CORE-2928
Buffer overflow in GSEC
Contributor(s):
Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2919
Installation script ignores non-standard ports
Contributor(s):
Alex Peshkov <peshkoff at mail.ru>
* Bugfix CORE-2871
Outer ORDER BY clause has no effect
Contributor(s):

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:13262
FORMAL BUILD NUMBER:13266
*/
#define PRODUCT_VER_STRING "2.0.6.13262"
#define FILE_VER_STRING "WI-V2.0.6.13262"
#define LICENSE_VER_STRING "WI-V2.0.6.13262"
#define FILE_VER_NUMBER 2, 0, 6, 13262
#define PRODUCT_VER_STRING "2.0.6.13266"
#define FILE_VER_STRING "WI-V2.0.6.13266"
#define LICENSE_VER_STRING "WI-V2.0.6.13266"
#define FILE_VER_NUMBER 2, 0, 6, 13266
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "0"
#define FB_REV_NO "6"
#define FB_BUILD_NO "13262"
#define FB_BUILD_NO "13266"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.0"

View File

@ -17,7 +17,7 @@
* Contributor(s): ______________________________________.
*/
#define ISC_FILE_VER_STRING "WI-V6.3.4.13262"
#define ISC_FILE_VER_NUMBER 6, 3, 4, 13262
#define ISC_FILE_VER_STRING "WI-V6.3.4.13266"
#define ISC_FILE_VER_NUMBER 6, 3, 4, 13266
#define ISC_MAJOR_VER "6"
#define ISC_MINOR_VER "3"

View File

@ -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.39 2010-02-22 13:58:59 dimitr Exp $"
BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.40 2010-03-23 14:10:00 dimitr Exp $"
BuildType=V
MajorVer=2
MinorVer=0
RevNo=6
BuildNum=13262
BuildNum=13266
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds