diff --git a/doc/WhatsNew b/doc/WhatsNew index e592aadd91..8b3b571c87 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -2,11 +2,23 @@ * v2.0.5 ************************** + * Fixed unregistered bug + Issue with @prefix@ in aliases.conf on MacOS + Contributor(s): + Paul Beach + * Fixed bug CORE-2223 Multiple bugs in GBAK when working with ACLs Contributor(s): Alex Peshkov + * Fixed bug CORE-2221 + Attach to any database fails after modification of access rights + of security2.fdb from 0660 to 0666 + Contributor(s): + Paul Beach + Alex Peshkov + * Fixed bug CORE-2108 "get_free_slot() failed" error Contributor(s): diff --git a/src/jrd/build_no.h b/src/jrd/build_no.h index 6087563d6c..b000886c87 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:13202 + FORMAL BUILD NUMBER:13206 */ -#define PRODUCT_VER_STRING "2.0.5.13202" -#define FILE_VER_STRING "WI-V2.0.5.13202" -#define LICENSE_VER_STRING "WI-V2.0.5.13202" -#define FILE_VER_NUMBER 2, 0, 5, 13202 +#define PRODUCT_VER_STRING "2.0.5.13206" +#define FILE_VER_STRING "WI-V2.0.5.13206" +#define LICENSE_VER_STRING "WI-V2.0.5.13206" +#define FILE_VER_NUMBER 2, 0, 5, 13206 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "0" #define FB_REV_NO "5" -#define FB_BUILD_NO "13202" +#define FB_BUILD_NO "13206" #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 2348ee27bb..221e0c1717 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.13202" -#define ISC_FILE_VER_NUMBER 6, 3, 4, 13202 +#define ISC_FILE_VER_STRING "WI-V6.3.4.13206" +#define ISC_FILE_VER_NUMBER 6, 3, 4, 13206 #define ISC_MAJOR_VER "6" #define ISC_MINOR_VER "3" diff --git a/src/misc/writeBuildNum.sh b/src/misc/writeBuildNum.sh index 76e3096894..46f8d1e6eb 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.33 2008-12-09 07:29:40 paul_reeves Exp $" +BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.34 2008-12-10 09:16:14 dimitr Exp $" BuildType=V MajorVer=2 MinorVer=0 RevNo=5 -BuildNum=13202 +BuildNum=13206 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds