mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Update.
This commit is contained in:
parent
12bb869978
commit
3bae9d9454
33
doc/WhatsNew
33
doc/WhatsNew
@ -2,6 +2,29 @@
|
||||
* v2.1.4
|
||||
***************************
|
||||
|
||||
* Bugfix CORE-2999
|
||||
Message "SCH_validate -- not entered" is logged in firebird.log
|
||||
when the Classic Server connection where events were used is finished
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2995
|
||||
Same error in the status vector is reported twice
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2993
|
||||
Fatal lock manager error "Invalid lock id (NNN)" while working with monitoring tables
|
||||
on a highly loaded system
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
Dmitry Yemanov <dimitr at firebirdsql.org>
|
||||
|
||||
* Bugfix CORE-2977
|
||||
Server works with indexed fields of type DATE incorrectly in pre-ODS10 databases
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2969
|
||||
RDB$SET_CONTEXT does not allow to overwrite any vars after encountering limit of them
|
||||
Contributor(s):
|
||||
@ -138,6 +161,11 @@
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2679
|
||||
Applications using the embedded server may hang while exiting
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2675
|
||||
Small memory leak per every blob transliteration
|
||||
Contributor(s):
|
||||
@ -225,6 +253,11 @@
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2215
|
||||
GROUP BY concatenation with empty string
|
||||
Contributor(s):
|
||||
Adriano dos Santos Fernandes <adrianosf at uol.com.br>
|
||||
|
||||
* Bugfix CORE-2084
|
||||
Services API security problem
|
||||
Contributor(s):
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:18308
|
||||
FORMAL BUILD NUMBER:18314
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.1.4.18308"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18308"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18308"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18308
|
||||
#define PRODUCT_VER_STRING "2.1.4.18314"
|
||||
#define FILE_VER_STRING "WI-V2.1.4.18314"
|
||||
#define LICENSE_VER_STRING "WI-V2.1.4.18314"
|
||||
#define FILE_VER_NUMBER 2, 1, 4, 18314
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "1"
|
||||
#define FB_REV_NO "4"
|
||||
#define FB_BUILD_NO "18308"
|
||||
#define FB_BUILD_NO "18314"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.1"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#define ISC_FILE_VER_STRING "WI-V6.3.4.18308"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 18308
|
||||
#define ISC_FILE_VER_STRING "WI-V6.3.4.18314"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 18314
|
||||
#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.17894.2.32 2010-04-21 12:37:28 dimitr Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.17894.2.33 2010-05-18 07:39:42 dimitr Exp $"
|
||||
|
||||
BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=4
|
||||
BuildNum=18308
|
||||
BuildNum=18314
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user