mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
nightly update
This commit is contained in:
parent
306c4043f4
commit
d94f45288a
56
ChangeLog
56
ChangeLog
@ -1,3 +1,59 @@
|
||||
2014-07-02 19:19 dimitr
|
||||
M src/burp/restore.epp
|
||||
Fixed CORE-4480: ISQL issues warning: "Bad debug info format" when connect to database with stored function after it's restoring.
|
||||
|
||||
2014-07-02 12:57 alexpeshkoff
|
||||
M examples/dbcrypt/CryptKeyHolder.cpp
|
||||
M examples/dbcrypt/DbCrypt.cpp
|
||||
M src/auth/AuthDbg.cpp
|
||||
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
|
||||
M src/auth/SecureRemotePassword/server/SrpServer.cpp
|
||||
M src/auth/SecurityDatabase/LegacyManagement.epp
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
M src/common/Auth.cpp
|
||||
M src/common/Auth.h
|
||||
M src/common/MsgMetadata.cpp
|
||||
M src/common/call_service.cpp
|
||||
M src/common/classes/GetPlugins.h
|
||||
M src/common/classes/ImplementHelper.h
|
||||
M src/common/classes/fb_string.cpp
|
||||
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/dsql.cpp
|
||||
M src/include/firebird/Auth.h
|
||||
M src/include/firebird/Plugin.h
|
||||
M src/include/firebird/Provider.h
|
||||
M src/include/firebird/Timer.h
|
||||
M src/include/firebird/Utl.h
|
||||
M src/isql/show.epp
|
||||
M src/jrd/Database.cpp
|
||||
M src/jrd/UserManagement.cpp
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/trace/TraceConfigStorage.cpp
|
||||
M src/plugins/udr_engine/UdrEngine.cpp
|
||||
M src/remote/client/BlrFromMessage.cpp
|
||||
M src/utilities/gsec/gsec.cpp
|
||||
M src/yvalve/MasterImplementation.cpp
|
||||
M src/yvalve/PluginManager.cpp
|
||||
M src/yvalve/PluginManager.h
|
||||
M src/yvalve/alt.cpp
|
||||
M src/yvalve/utl.cpp
|
||||
M src/yvalve/why.cpp
|
||||
Added first parameter IStatus* to a lot of functions in API interfaces
|
||||
|
||||
2014-07-02 07:59 fsg
|
||||
M src/isql/extract.epp
|
||||
M src/isql/isql.h
|
||||
M src/jrd/obj.h
|
||||
corrections as suggested by Adriano and Claudio
|
||||
|
||||
2014-07-02 02:22 asfernandes
|
||||
M src/common/isc_proto.h
|
||||
M src/isql/extract.epp
|
||||
Misc.
|
||||
|
||||
2014-07-01 08:23 alexpeshkoff
|
||||
M src/jrd/types.h
|
||||
Fixed CORE-4477: Field RDB$MAP_TO_TYPE is not present in RDB$TYPES
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31204
|
||||
FORMAL BUILD NUMBER:31208
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31204"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31204"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31204"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31204
|
||||
#define PRODUCT_VER_STRING "3.0.0.31208"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31208"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31208"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31208
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31204"
|
||||
#define FB_BUILD_NO "31208"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31204
|
||||
BuildNum=31208
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user