mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
nightly update
This commit is contained in:
parent
a1c5800f64
commit
501420a729
25
ChangeLog
25
ChangeLog
@ -1,3 +1,28 @@
|
||||
2012-03-26 15:28 dimitr
|
||||
M src/dsql/DdlNodes.epp
|
||||
Fixed compilation.
|
||||
|
||||
2012-03-26 11:34 alexpeshkoff
|
||||
M src/auth/AuthDbg.cpp
|
||||
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
|
||||
M src/auth/SecurityDatabase/LegacyManagement.epp
|
||||
M src/common/classes/GetPlugins.h
|
||||
M src/common/classes/ImplementHelper.cpp
|
||||
M src/common/classes/ImplementHelper.h
|
||||
M src/include/firebird/Interface.h
|
||||
M src/jrd/jrd.cpp
|
||||
M src/plugins/udr_engine/UdrEngine.cpp
|
||||
M src/utilities/ntrace/traceplugin.cpp
|
||||
Make plugins use passed instance of master interface, not one got from fb_get_master_interface(). This helps in case when >1 fbclient libraries is loaded by process.
|
||||
|
||||
2012-03-26 09:26 alexpeshkoff
|
||||
M src/jrd/DataTypeUtil.cpp
|
||||
Fixed release build
|
||||
|
||||
2012-03-26 09:01 alexpeshkoff
|
||||
M src/dsql/dsql.cpp
|
||||
Correction - thanks to Claudio
|
||||
|
||||
2012-03-26 01:03 asfernandes
|
||||
M src/dsql/parse.y
|
||||
Correction.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29885
|
||||
FORMAL BUILD NUMBER:29889
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29885"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29885"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29885"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29885
|
||||
#define PRODUCT_VER_STRING "3.0.0.29889"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29889"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29889"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29889
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29885"
|
||||
#define FB_BUILD_NO "29889"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=29885
|
||||
BuildNum=29889
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user