mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
nightly update
This commit is contained in:
parent
8ef43e01dc
commit
5f12ef1d9b
26
ChangeLog
26
ChangeLog
@ -1,3 +1,29 @@
|
||||
2012-12-22 16:56 dimitr
|
||||
M src/jrd/VirtualTable.cpp
|
||||
M src/jrd/exe.cpp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/jrd.h
|
||||
M src/jrd/pag.cpp
|
||||
M src/jrd/shut.cpp
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/tra.h
|
||||
Moved the statement cancellation logic from the transaction level to the attachment level. It reuses the already existing ATT_cancel_raise handling and simplifies the code.
|
||||
Also, encapsulated the shutdown/cancellation signaling code.
|
||||
|
||||
2012-12-22 15:02 dimitr
|
||||
M src/jrd/jrd.cpp
|
||||
Fixed the missing dbb flags, especially DBB_security_db.
|
||||
|
||||
2012-12-22 12:55 dimitr
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/jrd.h
|
||||
We don't need the new flags for these tasks.
|
||||
|
||||
2012-12-22 12:30 dimitr
|
||||
M src/common/classes/PublicHandle.cpp
|
||||
M src/jrd/Database.h
|
||||
Fixed the crash that appears after PublicHandle became an inherited class (thus containing vtable).
|
||||
|
||||
2012-12-20 15:28 alexpeshkoff
|
||||
M src/burp/burp.cpp
|
||||
Backported fix for CORE-3995: Slight problem with GBAK parameter checking
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26588
|
||||
FORMAL BUILD NUMBER:26592
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.3.26588"
|
||||
#define FILE_VER_STRING "WI-V2.5.3.26588"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.3.26588"
|
||||
#define FILE_VER_NUMBER 2, 5, 3, 26588
|
||||
#define PRODUCT_VER_STRING "2.5.3.26592"
|
||||
#define FILE_VER_STRING "WI-V2.5.3.26592"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.3.26592"
|
||||
#define FILE_VER_NUMBER 2, 5, 3, 26592
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "3"
|
||||
#define FB_BUILD_NO "26588"
|
||||
#define FB_BUILD_NO "26592"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.5"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=5
|
||||
RevNo=3
|
||||
BuildNum=26588
|
||||
BuildNum=26592
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user