8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 16:03:02 +01:00

nightly update

This commit is contained in:
firebirds 2012-03-27 04:51:57 +00:00
parent a1c5800f64
commit 501420a729
3 changed files with 32 additions and 7 deletions

View File

@ -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 2012-03-26 01:03 asfernandes
M src/dsql/parse.y M src/dsql/parse.y
Correction. Correction.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29885 FORMAL BUILD NUMBER:29889
*/ */
#define PRODUCT_VER_STRING "3.0.0.29885" #define PRODUCT_VER_STRING "3.0.0.29889"
#define FILE_VER_STRING "WI-T3.0.0.29885" #define FILE_VER_STRING "WI-T3.0.0.29889"
#define LICENSE_VER_STRING "WI-T3.0.0.29885" #define LICENSE_VER_STRING "WI-T3.0.0.29889"
#define FILE_VER_NUMBER 3, 0, 0, 29885 #define FILE_VER_NUMBER 3, 0, 0, 29889
#define FB_MAJOR_VER "3" #define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0" #define FB_MINOR_VER "0"
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "29885" #define FB_BUILD_NO "29889"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3 MajorVer=3
MinorVer=0 MinorVer=0
RevNo=0 RevNo=0
BuildNum=29885 BuildNum=29889
NowAt=`pwd` NowAt=`pwd`
cd `dirname $0` cd `dirname $0`