mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
nightly update
This commit is contained in:
parent
444d5302e1
commit
db8435d3bd
26
ChangeLog
26
ChangeLog
@ -1,3 +1,29 @@
|
||||
2011-10-18 18:02 dimitr
|
||||
M src/jrd/Attachment.cpp
|
||||
M src/jrd/Attachment.h
|
||||
M src/jrd/Collation.cpp
|
||||
M src/jrd/Collation.h
|
||||
M src/jrd/Database.cpp
|
||||
M src/jrd/Database.h
|
||||
M src/jrd/DatabaseSnapshot.cpp
|
||||
M src/jrd/Function.epp
|
||||
M src/jrd/GlobalRWLock.cpp
|
||||
M src/jrd/cch.cpp
|
||||
M src/jrd/cmp.cpp
|
||||
M src/jrd/cmp_proto.h
|
||||
M src/jrd/idx.cpp
|
||||
M src/jrd/intl.cpp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/jrd.h
|
||||
M src/jrd/met.epp
|
||||
M src/jrd/pag.cpp
|
||||
M src/jrd/sdw.cpp
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/vio.cpp
|
||||
Refactored the tdbb initialization, especially in AST and BG threads.
|
||||
Replaced dbb_use_count with a list of active requests (to be utilized later).
|
||||
Misc cleanup.
|
||||
|
||||
2011-10-16 20:36 asfernandes
|
||||
M src/dsql/BlrWriter.cpp
|
||||
M src/dsql/BlrWriter.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29590
|
||||
FORMAL BUILD NUMBER:29591
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29590"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29590"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29590"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29590
|
||||
#define PRODUCT_VER_STRING "3.0.0.29591"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29591"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29591"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29591
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29590"
|
||||
#define FB_BUILD_NO "29591"
|
||||
#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=29590
|
||||
BuildNum=29591
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user