mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
4647d5b78f
commit
0af3e04f85
60
ChangeLog
60
ChangeLog
@ -1,3 +1,63 @@
|
||||
2015-01-15 14:55 asfernandes
|
||||
M src/include/firebird/FirebirdInterface.idl
|
||||
M src/include/firebird/IdlFbInterfaces.h
|
||||
M src/include/firebird/Message.h
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/utl.cpp
|
||||
Added encode/decode date/time methods to IUtil interface.
|
||||
|
||||
2015-01-15 01:17 asfernandes
|
||||
M src/auth/AuthDbg.h
|
||||
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/trusted/AuthSspi.h
|
||||
M src/common/Auth.h
|
||||
M src/common/MsgMetadata.h
|
||||
M src/common/classes/ImplementHelper.h
|
||||
M src/common/classes/TempFile.h
|
||||
M src/common/config/config.h
|
||||
M src/common/isc_sync.cpp
|
||||
M src/common/security.h
|
||||
M src/dsql/DdlNodes.epp
|
||||
M src/include/firebird/UdrEngine.h
|
||||
M src/isql/show.epp
|
||||
M src/jrd/Database.h
|
||||
M src/jrd/EngineInterface.h
|
||||
M src/jrd/ExtEngineManager.h
|
||||
M src/jrd/extds/InternalDS.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/udr_engine/UdrEngine.cpp
|
||||
M src/remote/remote.h
|
||||
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/MasterImplementation.cpp
|
||||
M src/yvalve/MasterImplementation.h
|
||||
M src/yvalve/PluginManager.cpp
|
||||
M src/yvalve/YObjects.h
|
||||
M src/yvalve/perf.cpp
|
||||
M src/yvalve/why.cpp
|
||||
Misc.
|
||||
|
||||
2015-01-15 01:16 asfernandes
|
||||
M src/remote/inet.cpp
|
||||
Warning.
|
||||
|
||||
2015-01-15 01:16 asfernandes
|
||||
M src/include/firebird/Interface.h
|
||||
Implement FbException copying.
|
||||
|
||||
2015-01-15 01:16 asfernandes
|
||||
M examples/dbcrypt/CryptKeyHolder.cpp
|
||||
M examples/dbcrypt/DbCrypt.cpp
|
||||
Remove old hacks.
|
||||
|
||||
2015-01-14 14:43 asfernandes
|
||||
M src/include/firebird/FirebirdInterface.idl
|
||||
Correction.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:31546
|
||||
FORMAL BUILD NUMBER:31551
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.31546"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31546"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31546"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31546
|
||||
#define PRODUCT_VER_STRING "3.0.0.31551"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.31551"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.31551"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 31551
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "31546"
|
||||
#define FB_BUILD_NO "31551"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=31546
|
||||
BuildNum=31551
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user