mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
nightly update
This commit is contained in:
parent
5abe2c34ae
commit
5e57ccc0d8
30
ChangeLog
30
ChangeLog
@ -1,3 +1,33 @@
|
||||
2011-02-01 01:27 asfernandes
|
||||
M src/dsql/pass1.cpp
|
||||
Fixed the problem reported privately by Dmitry.
|
||||
|
||||
2011-01-31 14:47 asfernandes
|
||||
M src/dsql/BlrWriter.cpp
|
||||
M src/dsql/BlrWriter.h
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DsqlCompilerScratch.cpp
|
||||
M src/dsql/DsqlCompilerScratch.h
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/ExprNodes.h
|
||||
M src/dsql/StmtNodes.cpp
|
||||
M src/dsql/ddl.cpp
|
||||
M src/dsql/dsql.h
|
||||
M src/dsql/gen.cpp
|
||||
M src/dsql/make.cpp
|
||||
M src/dsql/make_proto.h
|
||||
M src/dsql/pass1.cpp
|
||||
M src/include/fb_blk.h
|
||||
Another small refactor on variables in DSQL.
|
||||
|
||||
2011-01-31 14:05 alexpeshkoff
|
||||
M src/common/classes/RefCounted.h
|
||||
Fixed order of function calls, thanks to Dmitry Kovalenko
|
||||
|
||||
2011-01-31 10:40 hvlad
|
||||
M src/jrd/dfw.epp
|
||||
Fixed bug CORE-3095 : Client receive event's with count equal to 1 despite of how many times EVENT was POSTed in same transaction
|
||||
|
||||
2011-01-31 00:13 asfernandes
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DsqlCompilerScratch.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29017
|
||||
FORMAL BUILD NUMBER:29037
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29017"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29017"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29017"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29017
|
||||
#define PRODUCT_VER_STRING "3.0.0.29037"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29037"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29037"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29037
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29017"
|
||||
#define FB_BUILD_NO "29037"
|
||||
#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=29017
|
||||
BuildNum=29037
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user