mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
nightly update
This commit is contained in:
parent
d4fdc5d9a7
commit
9e136b3ac2
22
ChangeLog
22
ChangeLog
@ -1,3 +1,25 @@
|
||||
2010-11-19 17:36 alexpeshkoff
|
||||
M src/common/cvt.cpp
|
||||
Backported improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0
|
||||
|
||||
2010-11-19 15:13 alexpeshkoff
|
||||
M src/burp/burp.cpp
|
||||
M src/burp/burp.h
|
||||
Backported fix for CORE-3249: gbak file is not truncated during backup operation
|
||||
|
||||
2010-11-19 15:11 alexpeshkoff
|
||||
M src/remote/protocol.cpp
|
||||
Backported improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0
|
||||
|
||||
2010-11-19 14:33 hvlad
|
||||
M src/dsql/dsql.cpp
|
||||
Fixed bug CORE-3219 : trace manager crash server with DSQL_unprepare
|
||||
|
||||
2010-11-19 12:14 dimitr
|
||||
M src/dsql/dsql.h
|
||||
M src/dsql/pass1.cpp
|
||||
Second attempt to fix CORE-2812. The prior one introduced regressions.
|
||||
|
||||
2010-11-18 16:19 alexpeshkoff
|
||||
M src/burp/mvol.cpp
|
||||
Misc
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26131
|
||||
FORMAL BUILD NUMBER:26136
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.0.26131"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.26131"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.26131"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 26131
|
||||
#define PRODUCT_VER_STRING "2.5.0.26136"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.26136"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.26136"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 26136
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "26131"
|
||||
#define FB_BUILD_NO "26136"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.5"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=5
|
||||
RevNo=0
|
||||
BuildNum=26131
|
||||
BuildNum=26136
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user