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
0e33ef9038
commit
1448bcc882
20
ChangeLog
20
ChangeLog
@ -1,7 +1,23 @@
|
||||
2015-07-26 11:18 asfernandes
|
||||
2015-08-09 20:58 hvlad
|
||||
M src/jrd/btr.cpp
|
||||
M src/jrd/validation.cpp
|
||||
Backport fix for bug CORE-4904 : Index corruption when add data in long-key-indexed field
|
||||
|
||||
2015-07-30 10:00 dimitr
|
||||
M src/jrd/build_no.h
|
||||
M src/misc/writeBuildNum.sh
|
||||
Manual update: changelog + buildno.
|
||||
|
||||
2015-07-30 09:59 dimitr
|
||||
M ChangeLog
|
||||
Manual update: changelog + buildno.
|
||||
|
||||
2015-07-26 15:18 asfernandes
|
||||
M src/jrd/validation.cpp
|
||||
On behalf of hvlad after sourceforge crash - Backport fix for bug CORE-4860 : Online validation fails on WINDOWS if `dbname` argument contains forward slash ('/') and concurrent attachment which also uses '/' exists.
|
||||
|
||||
2015-07-15 10:15 hvlad
|
||||
2015-07-15 14:15 hvlad
|
||||
M src/utilities/fbsvcmgr.cpp
|
||||
Fixed bug CORE-4876
|
||||
fbsvcmgr shows wrong options for some Trace API services in help screen
|
||||
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26914
|
||||
FORMAL BUILD NUMBER:26919
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.5.26916"
|
||||
#define FILE_VER_STRING "WI-V2.5.5.26916"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.5.26916"
|
||||
#define FILE_VER_NUMBER 2, 5, 5, 26916
|
||||
#define PRODUCT_VER_STRING "2.5.5.26919"
|
||||
#define FILE_VER_STRING "WI-V2.5.5.26919"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.5.26919"
|
||||
#define FILE_VER_NUMBER 2, 5, 5, 26919
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "5"
|
||||
#define FB_BUILD_NO "26916"
|
||||
#define FB_BUILD_NO "26919"
|
||||
#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=26916
|
||||
BuildNum=26919
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user