From: <fir...@us...> - 2014-07-03 00:28:09
|
Revision: 59814 http://sourceforge.net/p/firebird/code/59814 Author: firebirds Date: 2014-07-03 00:28:01 +0000 (Thu, 03 Jul 2014) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2014-07-02 19:19:05 UTC (rev 59813) +++ firebird/trunk/ChangeLog 2014-07-03 00:28:01 UTC (rev 59814) @@ -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 Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-07-02 19:19:05 UTC (rev 59813) +++ firebird/trunk/src/jrd/build_no.h 2014-07-03 00:28:01 UTC (rev 59814) @@ -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" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-07-02 19:19:05 UTC (rev 59813) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-07-03 00:28:01 UTC (rev 59814) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31204 +BuildNum=31208 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |