mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
nightly update
This commit is contained in:
parent
23c9e7e7fe
commit
eb574599cf
20
ChangeLog
20
ChangeLog
@ -1,3 +1,23 @@
|
||||
2014-12-24 15:23 alexpeshkoff
|
||||
M doc/sql.extensions/README.user_management
|
||||
Documentation changes for CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL
|
||||
|
||||
2014-12-24 14:50 alexpeshkoff
|
||||
M src/common/classes/fb_string.h
|
||||
M src/common/security.cpp
|
||||
M src/common/security.h
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/dsql/DdlNodes.h
|
||||
M src/dsql/parse.y
|
||||
M src/include/gen/ids.h
|
||||
M src/jrd/UserManagement.cpp
|
||||
M src/jrd/UserManagement.h
|
||||
M src/jrd/fields.h
|
||||
M src/jrd/names.h
|
||||
M src/jrd/relations.h
|
||||
M src/yvalve/PluginManager.cpp
|
||||
Implemented CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL
|
||||
|
||||
2014-12-22 16:19 alexpeshkoff
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
Fixed CORE-4646: Attach failure when using LegacyAuth on server and default configuration on client
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31512
|
||||
FORMAL BUILD NUMBER:31514
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31512"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31512"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31512"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31512
|
||||
#define PRODUCT_VER_STRING "3.0.0.31514"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31514"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31514"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31514
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31512"
|
||||
#define FB_BUILD_NO "31514"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31512
|
||||
BuildNum=31514
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user