mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
nightly update
This commit is contained in:
parent
4c02cfbd5a
commit
5e67e0c585
33
ChangeLog
33
ChangeLog
@ -1,3 +1,36 @@
|
||||
2010-11-20 00:43 asfernandes
|
||||
M src/jrd/SysFunction.cpp
|
||||
Correction for CORE-3244
|
||||
|
||||
2010-11-19 17:35 alexpeshkoff
|
||||
M src/common/cvt.cpp
|
||||
Correction for improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0
|
||||
|
||||
2010-11-19 17:32 alexpeshkoff
|
||||
M src/jrd/jrd.cpp
|
||||
cleanup
|
||||
|
||||
2010-11-19 17:09 alexpeshkoff
|
||||
M src/common/config/config_file.cpp
|
||||
misc
|
||||
|
||||
2010-11-19 15:47 hvlad
|
||||
M src/dsql/ExprNodes.cpp
|
||||
Fixed compiler errors
|
||||
|
||||
2010-11-19 15:12 alexpeshkoff
|
||||
M src/burp/burp.cpp
|
||||
M src/burp/burp.h
|
||||
Fixed CORE-3249: gbak file is not truncated during backup operation
|
||||
|
||||
2010-11-19 15:11 alexpeshkoff
|
||||
M src/remote/protocol.cpp
|
||||
Improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0
|
||||
|
||||
2010-11-19 14:37 hvlad
|
||||
M src/dsql/dsql.cpp
|
||||
Fixed bug CORE-3219 : trace manager crash server with DSQL_unprepare
|
||||
|
||||
2010-11-18 15:06 asfernandes
|
||||
M src/jrd/SysFunction.cpp
|
||||
Fixed CORE-3227 - ASCII_VAL() fails if argument contains multi-byte character anywhere
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:28898
|
||||
FORMAL BUILD NUMBER:28906
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.28898"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28898"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28898"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28898
|
||||
#define PRODUCT_VER_STRING "3.0.0.28906"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.28906"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.28906"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 28906
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "28898"
|
||||
#define FB_BUILD_NO "28906"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=28898
|
||||
BuildNum=28906
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user