mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
nightly update
This commit is contained in:
parent
8a9a2cb6a6
commit
c59e9f48c7
22
ChangeLog
22
ChangeLog
@ -1,3 +1,25 @@
|
||||
2015-01-08 14:14 alexpeshkoff
|
||||
M doc/README.services_extension
|
||||
Doc for CORE-4662: Make services API pass SQL role to server.
|
||||
|
||||
2015-01-08 14:03 alexpeshkoff
|
||||
M src/alice/alice.cpp
|
||||
M src/alice/alice.h
|
||||
M src/alice/aliceswi.h
|
||||
M src/alice/exe.cpp
|
||||
M src/alice/tdr.cpp
|
||||
M src/burp/restore.epp
|
||||
M src/jrd/svc.cpp
|
||||
M src/jrd/svc.h
|
||||
M src/msgs/facilities2.sql
|
||||
M src/msgs/messages2.sql
|
||||
M src/utilities/fbsvcmgr/fbsvcmgr.cpp
|
||||
M src/utilities/gstat/dba.epp
|
||||
M src/utilities/gstat/dbaswi.h
|
||||
M src/utilities/nbackup/nbackup.cpp
|
||||
M src/utilities/nbackup/nbkswi.h
|
||||
Fixed CORE-4662: Make services API pass SQL role to server. Also added switch -role to some utilities that missed it.
|
||||
|
||||
2015-01-06 22:40 asfernandes
|
||||
M src/dsql/StmtNodes.cpp
|
||||
Fixed problem with subfunction parameters related to CORE-4572.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31532
|
||||
FORMAL BUILD NUMBER:31534
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31532"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31532"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31532"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31532
|
||||
#define PRODUCT_VER_STRING "3.0.0.31534"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31534"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31534"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31534
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31532"
|
||||
#define FB_BUILD_NO "31534"
|
||||
#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=31532
|
||||
BuildNum=31534
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user