mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Update.
This commit is contained in:
parent
bb8697924f
commit
880affe05a
12
doc/WhatsNew
12
doc/WhatsNew
@ -2,11 +2,23 @@
|
||||
* v2.0.5
|
||||
**************************
|
||||
|
||||
* Fixed unregistered bug
|
||||
Issue with @prefix@ in aliases.conf on MacOS
|
||||
Contributor(s):
|
||||
Paul Beach <pbeach at ibphoenix.com>
|
||||
|
||||
* Fixed bug CORE-2223
|
||||
Multiple bugs in GBAK when working with ACLs
|
||||
Contributor(s):
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
* 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 <pbeach at ibphoenix.com>
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
* Fixed bug CORE-2108
|
||||
"get_free_slot() failed" error
|
||||
Contributor(s):
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user