mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Update.
This commit is contained in:
parent
a71b515bc9
commit
7e36023c67
40
doc/WhatsNew
40
doc/WhatsNew
@ -1,3 +1,43 @@
|
||||
**************************
|
||||
* v2.5 Release Candidate 2
|
||||
**************************
|
||||
|
||||
* Bugfix CORE-2771
|
||||
Server crashes while backing up a database with GTT
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2768
|
||||
ALTERING OR DROPPING PROCEDURE which has type of domain parameter leads to attempt to delete that domain
|
||||
Contributor(s):
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
* Bugfix CORE-2766
|
||||
Error "page 0 is of wrong type (expected 6, found 1)" is thrown while accessing a non-corrupted table
|
||||
Contributor(s):
|
||||
Dmitry Yemanov <dimitr at firebirdsql.org>
|
||||
|
||||
* Bugfix CORE-2755
|
||||
SIMILAR TO works wrongly
|
||||
Contributor(s):
|
||||
Adriano dos Santos Fernandes <adrianosf at uol.com.br>
|
||||
|
||||
* Bugfix CORE-2741
|
||||
Naive metadata extraction code in isql is defeated by "check" keyword typed in mixed case
|
||||
Contributor(s):
|
||||
Claudio Valderrama <cvalde at usa.net>
|
||||
|
||||
* Improvement CORE-2769
|
||||
Make XNET_CONNECT_TIMEOUT in xnet.h user configurable
|
||||
Contributor(s):
|
||||
Dmitry Yemanov <dimitr at firebirdsql.org>
|
||||
|
||||
* Improvement CORE-2754
|
||||
Hint the user about -FIX_FSS_METADATA and -FIX_FSS_DATA when restore fail with malformed string error
|
||||
Contributor(s):
|
||||
Adriano dos Santos Fernandes <adrianosf at uol.com.br>
|
||||
|
||||
|
||||
**************************
|
||||
* v2.5 Release Candidate 1
|
||||
**************************
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:25784
|
||||
FORMAL BUILD NUMBER:25828
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.0.25784"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.25784"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.25784"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 25784
|
||||
#define PRODUCT_VER_STRING "2.5.0.25828"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.25828"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.25828"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 25828
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "25784"
|
||||
#define FB_BUILD_NO "25828"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.5 Release Candidate 1 "
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.4.25784"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 25784
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.4.25828"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 25828
|
||||
#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.25898.2.3 2009-11-09 09:53:27 dimitr Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.25898.2.4 2009-11-28 13:09:04 dimitr Exp $"
|
||||
|
||||
BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=5
|
||||
RevNo=0
|
||||
BuildNum=25784
|
||||
BuildNum=25828
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user