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
5580857d73
commit
5983a29cee
32
ChangeLog
32
ChangeLog
@ -1,3 +1,35 @@
|
||||
2012-05-20 19:28 asfernandes
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DdlNodes.h
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/dsql.h
|
||||
Fixed problems with views WITH CHECK OPTION. Also change its triggers as asked for opinions in fb-devel.
|
||||
|
||||
2012-05-20 10:00 robocop
|
||||
M src/alice/alice_meta.epp
|
||||
M src/burp/canonical.cpp
|
||||
M src/common/classes/Switches.cpp
|
||||
M src/common/classes/array.h
|
||||
M src/common/classes/fb_string.cpp
|
||||
M src/common/classes/fb_string.h
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/PackageNodes.epp
|
||||
M src/dsql/pass1.cpp
|
||||
M src/jrd/DataTypeUtil.cpp
|
||||
M src/jrd/GlobalRWLock.h
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/nbak.cpp
|
||||
M src/jrd/nbak.h
|
||||
M src/jrd/obj.h
|
||||
M src/jrd/scl.epp
|
||||
M src/qli/dtr.cpp
|
||||
M src/utilities/ntrace/os/posix/platform.cpp
|
||||
M src/utilities/ntrace/os/win32/platform.cpp
|
||||
M src/yvalve/gds.cpp
|
||||
M src/yvalve/utl_proto.h
|
||||
Misc and style.
|
||||
|
||||
2012-05-19 12:20 robocop
|
||||
M src/jrd/tpc.cpp
|
||||
Vlad asked for this assertion but I think it should be runtime check for the release version, too.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29968
|
||||
FORMAL BUILD NUMBER:29970
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29968"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29968"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29968"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29968
|
||||
#define PRODUCT_VER_STRING "3.0.0.29970"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29970"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29970"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29970
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29968"
|
||||
#define FB_BUILD_NO "29970"
|
||||
#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=29968
|
||||
BuildNum=29970
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user