mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:03:03 +01:00
Update.
This commit is contained in:
parent
81403eff40
commit
ec94cf57e8
20
doc/WhatsNew
20
doc/WhatsNew
@ -2,11 +2,26 @@
|
||||
* v2.0.4
|
||||
**************************
|
||||
|
||||
* Fixed bug CORE-1775
|
||||
Bad performance of the security checking during prepare
|
||||
Contributor(s):
|
||||
Vlad Horsun <horsun at kdb.dp.ua>
|
||||
|
||||
* Fixed bug CORE-1774
|
||||
Problem with collate ES_ES_CI_AI
|
||||
Contributor(s):
|
||||
Adriano dos Santos Fernandes <adrianosf at uol.com.br>
|
||||
|
||||
* Fixed bug CORE-1746
|
||||
Expression index can be created while doing inserts into table
|
||||
Contributor(s):
|
||||
Vlad Horsun <horsun at kdb.dp.ua>
|
||||
|
||||
* Fixed bug CORE-1731
|
||||
Sometimes the engine may "hang" using 100% CPU load and no IO activity for a few minutes
|
||||
Contributor(s):
|
||||
Vlad Horsun <horsun at kdb.dp.ua>
|
||||
|
||||
* Fixed bug CORE-1726
|
||||
Failure in isc_service_start()
|
||||
Contributor(s):
|
||||
@ -158,6 +173,11 @@
|
||||
Contributor(s):
|
||||
Dmitry Yemanov <yemanov at yandex.ru>
|
||||
|
||||
* Fixed bug CORE-1421
|
||||
SuperServer can't shutdown immediately after shutdown request after failed login attempt
|
||||
Contributor(s):
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
* Fixed bug CORE-1419
|
||||
Wrong current timestamp evaluation for selectable procedures
|
||||
Contributor(s):
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:13100
|
||||
FORMAL BUILD NUMBER:13118
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.0.4.13100"
|
||||
#define FILE_VER_STRING "WI-V2.0.4.13100"
|
||||
#define LICENSE_VER_STRING "WI-V2.0.4.13100"
|
||||
#define FILE_VER_NUMBER 2, 0, 4, 13100
|
||||
#define PRODUCT_VER_STRING "2.0.4.13118"
|
||||
#define FILE_VER_STRING "WI-V2.0.4.13118"
|
||||
#define LICENSE_VER_STRING "WI-V2.0.4.13118"
|
||||
#define FILE_VER_NUMBER 2, 0, 4, 13118
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "4"
|
||||
#define FB_BUILD_NO "13100"
|
||||
#define FB_BUILD_NO "13118"
|
||||
#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.13100"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 13100
|
||||
#define ISC_FILE_VER_STRING "WI-V6.3.4.13118"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 13118
|
||||
#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.27 2008-02-20 14:33:20 dimitr Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.12740.2.28 2008-03-17 12:28:56 dimitr Exp $"
|
||||
|
||||
BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=0
|
||||
RevNo=4
|
||||
BuildNum=13100
|
||||
BuildNum=13118
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user