mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
nightly update
This commit is contained in:
parent
27395a0831
commit
21730b582a
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2016-03-02 15:33 aafemt
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/StmtNodes.cpp
|
||||
M src/jrd/exe.cpp
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/tra.h
|
||||
M src/jrd/vio.cpp
|
||||
M src/jrd/vio_proto.h
|
||||
Savepoints refactoring that fixes CORE-4701, CORE-4424 and CORE-4483
|
||||
|
||||
2016-03-02 15:23 paulbeach
|
||||
M extern/cloop/src/tests/test1/CTest.c
|
||||
malloc.h is no longer needed (LibreOffice)
|
||||
|
||||
2016-02-29 20:01 dimitr
|
||||
M src/dsql/ExprNodes.cpp
|
||||
Fixed CORE-5122: Expression index may not be used by the optimizer if created and used in different connection charsets.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32371
|
||||
FORMAL BUILD NUMBER:32373
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "4.0.0.32371"
|
||||
#define FILE_VER_STRING "WI-T4.0.0.32371"
|
||||
#define LICENSE_VER_STRING "WI-T4.0.0.32371"
|
||||
#define FILE_VER_NUMBER 4, 0, 0, 32371
|
||||
#define PRODUCT_VER_STRING "4.0.0.32373"
|
||||
#define FILE_VER_STRING "WI-T4.0.0.32373"
|
||||
#define LICENSE_VER_STRING "WI-T4.0.0.32373"
|
||||
#define FILE_VER_NUMBER 4, 0, 0, 32373
|
||||
#define FB_MAJOR_VER "4"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32371"
|
||||
#define FB_BUILD_NO "32373"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 4.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=4
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32371
|
||||
BuildNum=32373
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user