mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
nightly update
This commit is contained in:
parent
82a6d0009f
commit
e8c0bbe524
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2015-04-21 19:33 asfernandes
|
||||
M src/jrd/blb.cpp
|
||||
Backport fix for CORE-4752 - EXECUTE STATEMENT using BLOB parameters results in "Invalid BLOB ID" error.
|
||||
|
||||
2015-04-21 19:23 robocop
|
||||
M src/jrd/extds/InternalDS.cpp
|
||||
Misc.
|
||||
|
||||
2015-04-21 13:28 hvlad
|
||||
M src/jrd/met.epp
|
||||
Fixed bug CORE-4761 : Db on connect triggers fail to execute some time
|
||||
|
||||
2015-04-21 10:23 hvlad
|
||||
M src/jrd/btr.cpp
|
||||
Fixed bug CORE-4759 : request synchronization error when build expression index
|
||||
|
||||
2015-04-20 12:11 hvlad
|
||||
M src/jrd/pcmet.epp
|
||||
M src/jrd/pcmet_proto.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26861
|
||||
FORMAL BUILD NUMBER:26865
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.5.26861"
|
||||
#define FILE_VER_STRING "WI-V2.5.5.26861"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.5.26861"
|
||||
#define FILE_VER_NUMBER 2, 5, 5, 26861
|
||||
#define PRODUCT_VER_STRING "2.5.5.26865"
|
||||
#define FILE_VER_STRING "WI-V2.5.5.26865"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.5.26865"
|
||||
#define FILE_VER_NUMBER 2, 5, 5, 26865
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "5"
|
||||
#define FB_BUILD_NO "26861"
|
||||
#define FB_BUILD_NO "26865"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.5"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=5
|
||||
RevNo=5
|
||||
BuildNum=26861
|
||||
BuildNum=26865
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user