From: <fir...@us...> - 2014-12-20 00:22:20
|
Revision: 60402 http://sourceforge.net/p/firebird/code/60402 Author: firebirds Date: 2014-12-20 00:22:08 +0000 (Sat, 20 Dec 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-12-19 15:43:27 UTC (rev 60401) +++ firebird/trunk/ChangeLog 2014-12-20 00:22:08 UTC (rev 60402) @@ -1,3 +1,70 @@ + 2014-12-19 15:43 alexpeshkoff + M src/common/classes/init.cpp +Fixed CORE-3632: Crash after calling fork in a process, using embedded firebird library + + 2014-12-19 15:28 asfernandes + M src/yvalve/gds.cpp +Warnings. + + 2014-12-19 15:24 asfernandes + M examples/dbcrypt/CryptApplication.cpp + M examples/dbcrypt/CryptKeyHolder.cpp + M examples/dbcrypt/DbCrypt.cpp + M examples/interfaces/ifaceExamples.h + 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/trusted/AuthSspi.h + M src/common/Auth.h + M src/common/MsgMetadata.h + M src/common/StatusHolder.h + M src/common/classes/ImplementHelper.h + M src/common/config/config.h + M src/common/isc_sync.cpp + M src/common/security.h + M src/gpre/boot/gpre_meta_boot.cpp + M src/include/firebird/IdlFbInterfaces.h + M src/include/firebird/Interface.h + M src/include/firebird/Message.h + M src/include/firebird/UdrCppEngine.h + M src/include/firebird/UdrEngine.h + M src/include/gen/ids.h + M src/isql/show.epp + M src/jrd/Database.h + M src/jrd/EngineInterface.h + M src/jrd/ExtEngineManager.h + M src/jrd/UserManagement.cpp + M src/jrd/jrd.cpp + M src/jrd/trace/TraceConfigStorage.h + M src/jrd/trace/TraceObjects.cpp + M src/jrd/trace/TraceObjects.h + M src/plugins/crypt/arc4/Arc4.cpp + M src/plugins/udr_engine/UdrEngine.cpp + M src/remote/client/interface.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/utilities/gsec/gsec.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/MasterImplementation.h + M src/yvalve/PluginManager.cpp + M src/yvalve/PluginManager.h + M src/yvalve/YObjects.h + M src/yvalve/utl.cpp + M src/yvalve/why.cpp +Generate interfaces with I-prefix. + + 2014-12-19 08:52 dimitr + M src/gpre/languages/fbrmclib.cpp +Applied patch by Alexey Pavlov. + 2014-12-18 17:54 dimitr M src/isql/isql.epp Simplified code and attempted a second-time solution for CORE-4259. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-12-19 15:43:27 UTC (rev 60401) +++ firebird/trunk/src/jrd/build_no.h 2014-12-20 00:22:08 UTC (rev 60402) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31498 + FORMAL BUILD NUMBER:31502 */ -#define PRODUCT_VER_STRING "3.0.0.31498" -#define FILE_VER_STRING "WI-T3.0.0.31498" -#define LICENSE_VER_STRING "WI-T3.0.0.31498" -#define FILE_VER_NUMBER 3, 0, 0, 31498 +#define PRODUCT_VER_STRING "3.0.0.31502" +#define FILE_VER_STRING "WI-T3.0.0.31502" +#define LICENSE_VER_STRING "WI-T3.0.0.31502" +#define FILE_VER_NUMBER 3, 0, 0, 31502 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31498" +#define FB_BUILD_NO "31502" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-12-19 15:43:27 UTC (rev 60401) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-12-20 00:22:08 UTC (rev 60402) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31498 +BuildNum=31502 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |