mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
nightly update
This commit is contained in:
parent
ef78fedd46
commit
65f225e65a
26
ChangeLog
26
ChangeLog
@ -1,3 +1,29 @@
|
||||
2015-08-18 15:04 alexpeshkoff
|
||||
M lang_helpers/gds_codes.ftn
|
||||
M lang_helpers/gds_codes.pas
|
||||
M src/include/gen/codetext.h
|
||||
M src/include/gen/iberror.h
|
||||
M src/include/gen/msgs.h
|
||||
M src/include/gen/sql_code.h
|
||||
M src/include/gen/sql_state.h
|
||||
M src/jrd/Mapping.cpp
|
||||
M src/jrd/Mapping.h
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/scl.h
|
||||
M src/jrd/shut.cpp
|
||||
M src/msgs/facilities2.sql
|
||||
M src/msgs/messages2.sql
|
||||
M src/msgs/system_errors2.sql
|
||||
Fixed CORE-4899: GFIX -online: message "IProvider::attachDatabase failed when loading mapping cache" appears in Classic (only) if access uses remote protocol
|
||||
|
||||
2015-08-18 14:57 alexpeshkoff
|
||||
M src/yvalve/why.cpp
|
||||
Fixed CORE-4911: Providers enumeration should not be continued on most of errors taking place in the provider
|
||||
|
||||
2015-08-18 10:00 dimitr
|
||||
M src/jrd/vio.cpp
|
||||
Totally misc.
|
||||
|
||||
2015-08-16 15:47 dimitr
|
||||
M src/jrd/recsrc/HashJoin.cpp
|
||||
Fixed the hash-join part of CORE-4909: MERGE / HASH JOINs produce incorrect results when VARCHAR join keys differ only by trailing spaces.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32001
|
||||
FORMAL BUILD NUMBER:32004
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32001"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32001"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32001"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32001
|
||||
#define PRODUCT_VER_STRING "3.0.0.32004"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32004"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32004"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32004
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32001"
|
||||
#define FB_BUILD_NO "32004"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32001
|
||||
BuildNum=32004
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user