mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
nightly update
This commit is contained in:
parent
305b989cf8
commit
289471e4e9
21
ChangeLog
21
ChangeLog
@ -1,3 +1,24 @@
|
||||
2011-02-09 21:26 asfernandes
|
||||
M src/dsql/Nodes.h
|
||||
M src/dsql/StmtNodes.cpp
|
||||
M src/jrd/exe.cpp
|
||||
Fixed hang found with CORE-3340 test-case.
|
||||
|
||||
2011-02-09 21:25 asfernandes
|
||||
M src/burp/split/spit.cpp
|
||||
M src/jrd/trace/TraceCmdLine.cpp
|
||||
M src/utilities/nbackup/nbackup.cpp
|
||||
Warnings
|
||||
|
||||
2011-02-09 10:59 dimitr
|
||||
M src/dsql/Nodes.h
|
||||
M src/jrd/exe.cpp
|
||||
Fixed CORE-3340 (Error in autonomous transaction with empty exception handler: can insert duplicate values into PK/UK column).
|
||||
|
||||
2011-02-09 10:57 dimitr
|
||||
M src/dsql/StmtNodes.cpp
|
||||
Misc.
|
||||
|
||||
2011-02-09 00:29 asfernandes
|
||||
M src/jrd/recsrc/AggregatedStream.cpp
|
||||
M src/jrd/recsrc/RecordSource.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29078
|
||||
FORMAL BUILD NUMBER:29082
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29078"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29078"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29078"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29078
|
||||
#define PRODUCT_VER_STRING "3.0.0.29082"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29082"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29082"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29082
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29078"
|
||||
#define FB_BUILD_NO "29082"
|
||||
#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=29078
|
||||
BuildNum=29082
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user