From: <fir...@us...> - 2013-11-19 00:31:30
|
Revision: 58808 http://sourceforge.net/p/firebird/code/58808 Author: firebirds Date: 2013-11-19 00:31:27 +0000 (Tue, 19 Nov 2013) 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 2013-11-18 16:28:24 UTC (rev 58807) +++ firebird/trunk/ChangeLog 2013-11-19 00:31:27 UTC (rev 58808) @@ -1,3 +1,87 @@ + 2013-11-18 16:28 dimitr + M src/jrd/vio.cpp +Attempted to fix a number of issues with badly working privileges after restore into ODS12. + + 2013-11-18 16:27 dimitr + M src/burp/burp.h + M src/burp/restore.epp +Attempted to fix a number of issues with badly working privileges after restore into ODS12. + + 2013-11-18 15:33 dimitr + M src/jrd/opt.cpp +Fixed CORE-4270: Error in case of subquery with windowed function + where <field> IN(select ...). + + 2013-11-18 14:56 alexpeshkoff + M src/common/classes/SyncObject.cpp + M src/gpre/cme.cpp + M src/gpre/languages/ftn.cpp + M src/gpre/languages/rmc.cpp + M src/gpre/par.cpp + M src/gpre/pat.cpp + M src/jrd/nbak.cpp + M src/jrd/svc.cpp + M src/jrd/vio.cpp + M src/msgs/build_file.epp + M src/qli/meta.epp +Fixed some more warnings + + 2013-11-18 13:44 alexpeshkoff + M src/gpre/languages/ada.cpp + M src/gpre/languages/ftn.cpp + M src/gpre/languages/pas.cpp +Fixed warning "cast to pointer from integer of different size" + + 2013-11-18 13:28 alexpeshkoff + M src/common/security.h + M src/dsql/DdlNodes.epp + M src/jrd/UserManagement.cpp + M src/jrd/UserManagement.h +Fixed warning "deleting object of abstract class type" where possible + + 2013-11-18 12:45 alexpeshkoff + M src/jrd/ibase.h +Fixed warning "struct declared inside parameter list" + + 2013-11-18 12:20 alexpeshkoff + M src/auth/AuthDbg.h + M src/auth/SecureRemotePassword/client/SrpClient.cpp + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/auth/SecurityDatabase/LegacyClient.h + M src/auth/SecurityDatabase/LegacyManagement.h + M src/auth/SecurityDatabase/LegacyServer.cpp + M src/auth/SecurityDatabase/LegacyServer.h + M src/common/MsgMetadata.cpp + M src/common/MsgMetadata.h + M src/common/classes/ImplementHelper.h + M src/common/common.h + M src/common/config/config.h + M src/dsql/DdlNodes.h + M src/include/firebird/Auth.h + M src/include/firebird/Provider.h + M src/jrd/Database.h + M src/jrd/DatabaseSnapshot.h + M src/jrd/EngineInterface.h + M src/jrd/ExtEngineManager.h + M src/jrd/jrd.cpp + M src/jrd/trace/TraceConfigStorage.h + M src/jrd/trace/TraceObjects.cpp + M src/lock/print.cpp + M src/plugins/crypt/arc4/Arc4.cpp + M src/remote/client/interface.cpp + M src/remote/remote.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/utilities/ntrace/PluginLogWriter.h + M src/utilities/ntrace/TracePluginImpl.h + M src/utilities/ntrace/traceplugin.cpp + M src/yvalve/DistributedTransaction.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/PluginManager.cpp + M src/yvalve/YObjects.h + M src/yvalve/why.cpp +Fixed new gcc 4.7 warning "deleting object of polymorphic class" in many places. Adjusted use of interface types (reference counted vs just vesrioned). Avoided some hacks caused by badly chosen interface type. + 2013-11-17 14:24 dimitr M src/jrd/DatabaseSnapshot.cpp M src/jrd/DatabaseSnapshot.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-11-18 16:28:24 UTC (rev 58807) +++ firebird/trunk/src/jrd/build_no.h 2013-11-19 00:31:27 UTC (rev 58808) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30739 + FORMAL BUILD NUMBER:30747 */ -#define PRODUCT_VER_STRING "3.0.0.30739" -#define FILE_VER_STRING "WI-T3.0.0.30739" -#define LICENSE_VER_STRING "WI-T3.0.0.30739" -#define FILE_VER_NUMBER 3, 0, 0, 30739 +#define PRODUCT_VER_STRING "3.0.0.30747" +#define FILE_VER_STRING "WI-T3.0.0.30747" +#define LICENSE_VER_STRING "WI-T3.0.0.30747" +#define FILE_VER_NUMBER 3, 0, 0, 30747 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30739" +#define FB_BUILD_NO "30747" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-18 16:28:24 UTC (rev 58807) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-19 00:31:27 UTC (rev 58808) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30739 +BuildNum=30747 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |