mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
df2fb331cf
commit
9928a8396b
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2015-12-22 17:53 alexpeshkoff
|
||||
M lang_helpers/gds_codes.ftn
|
||||
M lang_helpers/gds_codes.pas
|
||||
M src/auth/SecureRemotePassword/server/SrpServer.cpp
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
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/msgs/facilities2.sql
|
||||
M src/msgs/messages2.sql
|
||||
M src/msgs/system_errors2.sql
|
||||
M src/remote/server/server.cpp
|
||||
Fixed CORE-4964: Real errors during connect to security database are hidden by Srp user manager. Errors should be logged no matter what AuthServer is used. (taking into an account Sean's request re. special error for system-related problems)
|
||||
|
||||
2015-12-21 17:01 alexpeshkoff
|
||||
M builds/install/arch-specific/linux/makeInstallImage.sh.in
|
||||
M builds/posix/Makefile.in
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32245
|
||||
FORMAL BUILD NUMBER:32246
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32245"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32245"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32245"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32245
|
||||
#define PRODUCT_VER_STRING "3.0.0.32246"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32246"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32246"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32246
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32245"
|
||||
#define FB_BUILD_NO "32246"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32245
|
||||
BuildNum=32246
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user