mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
nightly update
This commit is contained in:
parent
ba62ee9947
commit
4c841c46fa
182
ChangeLog
182
ChangeLog
@ -1,3 +1,185 @@
|
||||
2014-09-29 17:24 alexpeshkoff
|
||||
M src/burp/burp.cpp
|
||||
M src/burp/burp.h
|
||||
M src/burp/split/spit.h
|
||||
M src/dsql/StmtNodes.cpp
|
||||
M src/isql/isql.epp
|
||||
M src/jrd/constants.h
|
||||
M src/jrd/exe.cpp
|
||||
M src/jrd/exe_proto.h
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/req.h
|
||||
M src/jrd/svc.h
|
||||
M src/utilities/ntrace/TracePluginImpl.cpp
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/perf.cpp
|
||||
M src/yvalve/utl.cpp
|
||||
M src/yvalve/utl_proto.h
|
||||
Make it build on windows, work in progress - boot build is working
|
||||
|
||||
2014-09-29 11:03 alexpeshkoff
|
||||
M examples/dbcrypt/CryptApplication.cpp
|
||||
M examples/dbcrypt/CryptKeyHolder.cpp
|
||||
M examples/dbcrypt/DbCrypt.cpp
|
||||
M examples/interfaces/01.create.cpp
|
||||
M examples/interfaces/02.update.cpp
|
||||
M examples/interfaces/03.select.cpp
|
||||
M examples/interfaces/04.print_table.cpp
|
||||
M src/auth/AuthDbg.cpp
|
||||
M src/auth/AuthDbg.h
|
||||
M src/auth/SecureRemotePassword/Message.h
|
||||
M src/auth/SecureRemotePassword/client/SrpClient.cpp
|
||||
M src/auth/SecureRemotePassword/client/SrpClient.h
|
||||
M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
|
||||
M src/auth/SecureRemotePassword/server/SrpServer.cpp
|
||||
M src/auth/SecureRemotePassword/server/SrpServer.h
|
||||
M src/auth/SecurityDatabase/LegacyClient.cpp
|
||||
M src/auth/SecurityDatabase/LegacyClient.h
|
||||
M src/auth/SecurityDatabase/LegacyManagement.epp
|
||||
M src/auth/SecurityDatabase/LegacyManagement.h
|
||||
M src/auth/SecurityDatabase/LegacyServer.cpp
|
||||
M src/auth/SecurityDatabase/LegacyServer.h
|
||||
M src/auth/trusted/AuthSspi.cpp
|
||||
M src/auth/trusted/AuthSspi.h
|
||||
M src/common/Auth.h
|
||||
M src/common/MsgMetadata.cpp
|
||||
M src/common/MsgMetadata.h
|
||||
M src/common/StatementMetadata.cpp
|
||||
M src/common/StatementMetadata.h
|
||||
M src/common/StatusArg.cpp
|
||||
M src/common/StatusArg.h
|
||||
M src/common/StatusHolder.h
|
||||
M src/common/call_service.cpp
|
||||
M src/common/call_service.h
|
||||
M src/common/classes/ClumpletReader.cpp
|
||||
M src/common/classes/GetPlugins.h
|
||||
M src/common/classes/ImplementHelper.cpp
|
||||
M src/common/classes/ImplementHelper.h
|
||||
M src/common/classes/InternalMessageBuffer.cpp
|
||||
M src/common/classes/InternalMessageBuffer.h
|
||||
M src/common/classes/MsgPrint.cpp
|
||||
M src/common/classes/TempFile.h
|
||||
M src/common/classes/locks.h
|
||||
M src/common/classes/semaphore.h
|
||||
M src/common/classes/timestamp.cpp
|
||||
M src/common/config/config.cpp
|
||||
M src/common/config/config.h
|
||||
M src/common/config/config_file.cpp
|
||||
M src/common/db_alias.cpp
|
||||
M src/common/fb_exception.cpp
|
||||
M src/common/isc_sync.cpp
|
||||
M src/common/os/win32/mod_loader.cpp
|
||||
M src/common/security.cpp
|
||||
M src/common/security.h
|
||||
M src/common/utils.cpp
|
||||
M src/common/utils_proto.h
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/dsql/StmtNodes.cpp
|
||||
M src/dsql/dsql.cpp
|
||||
M src/dsql/dsql_proto.h
|
||||
M src/gpre/boot/gpre_meta_boot.cpp
|
||||
M src/gpre/languages/ftn.cpp
|
||||
M src/gpre/obj_cxx.cpp
|
||||
M src/include/fb_exception.h
|
||||
D src/include/firebird/Auth.h
|
||||
D src/include/firebird/Crypt.h
|
||||
D src/include/firebird/ExternalEngine.h
|
||||
A src/include/firebird/FirebirdInterface.idl
|
||||
A src/include/firebird/IdlFbInterfaces.h
|
||||
M src/include/firebird/Interface.h
|
||||
M src/include/firebird/Message.h
|
||||
D src/include/firebird/Plugin.h
|
||||
D src/include/firebird/Provider.h
|
||||
D src/include/firebird/Timer.h
|
||||
M src/include/firebird/UdrCppEngine.h
|
||||
M src/include/firebird/UdrEngine.h
|
||||
D src/include/firebird/Utl.h
|
||||
M src/include/firebird.h
|
||||
M src/intl/utils/dtest.c
|
||||
M src/isql/isql.epp
|
||||
M src/isql/isql_proto.h
|
||||
M src/isql/show.epp
|
||||
M src/isql/show_proto.h
|
||||
M src/jrd/Attachment.h
|
||||
M src/jrd/CryptoManager.cpp
|
||||
M src/jrd/CryptoManager.h
|
||||
M src/jrd/Database.h
|
||||
M src/jrd/DbCreators.cpp
|
||||
M src/jrd/EngineInterface.h
|
||||
M src/jrd/ExtEngineManager.cpp
|
||||
M src/jrd/ExtEngineManager.h
|
||||
M src/jrd/IntlManager.cpp
|
||||
M src/jrd/Mapping.cpp
|
||||
M src/jrd/SysFunction.cpp
|
||||
M src/jrd/UserManagement.cpp
|
||||
M src/jrd/UserManagement.h
|
||||
M src/jrd/blb.h
|
||||
M src/jrd/constants.h
|
||||
M src/jrd/event.h
|
||||
M src/jrd/exe.cpp
|
||||
M src/jrd/fun.epp
|
||||
M src/jrd/ibase.h
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/jrd.h
|
||||
M src/jrd/ntrace.h
|
||||
M src/jrd/recsrc/ProcedureScan.cpp
|
||||
M src/jrd/req.h
|
||||
M src/jrd/scl.h
|
||||
M src/jrd/svc.cpp
|
||||
M src/jrd/svc.h
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/tra.h
|
||||
M src/jrd/trace/TraceConfigStorage.cpp
|
||||
M src/jrd/trace/TraceConfigStorage.h
|
||||
M src/jrd/trace/TraceDSQLHelpers.h
|
||||
M src/jrd/trace/TraceJrdHelpers.h
|
||||
M src/jrd/trace/TraceLog.cpp
|
||||
M src/jrd/trace/TraceManager.cpp
|
||||
M src/jrd/trace/TraceManager.h
|
||||
M src/jrd/trace/TraceObjects.cpp
|
||||
M src/jrd/trace/TraceObjects.h
|
||||
M src/plugins/crypt/arc4/Arc4.cpp
|
||||
M src/plugins/crypt/arc4/Arc4.h
|
||||
M src/plugins/udr_engine/UdrEngine.cpp
|
||||
M src/qli/help.epp
|
||||
M src/remote/client/BlrFromMessage.cpp
|
||||
M src/remote/client/BlrFromMessage.h
|
||||
M src/remote/client/interface.cpp
|
||||
M src/remote/remote.cpp
|
||||
M src/remote/remote.h
|
||||
M src/remote/server/os/posix/inet_server.cpp
|
||||
M src/remote/server/os/win32/srvr_w32.cpp
|
||||
M src/remote/server/server.cpp
|
||||
M src/utilities/gsec/gsec.cpp
|
||||
M src/utilities/guard/util.cpp
|
||||
M src/utilities/ibmgr/srvrmgr.cpp
|
||||
M src/utilities/ntrace/PluginLogWriter.h
|
||||
M src/utilities/ntrace/TracePluginImpl.cpp
|
||||
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/gds.cpp
|
||||
M src/yvalve/gds_proto.h
|
||||
M src/yvalve/perf.cpp
|
||||
M src/yvalve/prepa_proto.h
|
||||
M src/yvalve/preparse.cpp
|
||||
M src/yvalve/utl.cpp
|
||||
M src/yvalve/utl_proto.h
|
||||
M src/yvalve/why.cpp
|
||||
M src/yvalve/why_proto.h
|
||||
Language independent API
|
||||
|
||||
2014-09-29 10:51 alexpeshkoff
|
||||
M src/remote/client/interface.cpp
|
||||
M src/remote/remote.cpp
|
||||
M src/remote/remote.h
|
||||
Fixed access to freed memory in remote redirector. This should fix CORE-4557.
|
||||
|
||||
2014-09-28 09:43 hvlad
|
||||
M src/alice/alice.cpp
|
||||
M src/alice/alice.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31336
|
||||
FORMAL BUILD NUMBER:31339
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31336"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31336"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31336"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31336
|
||||
#define PRODUCT_VER_STRING "3.0.0.31339"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31339"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31339"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31339
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31336"
|
||||
#define FB_BUILD_NO "31339"
|
||||
#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=31336
|
||||
BuildNum=31339
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user