|
From: <fir...@us...> - 2015-01-16 00:14:47
|
Revision: 60505
http://sourceforge.net/p/firebird/code/60505
Author: firebirds
Date: 2015-01-16 00:14:39 +0000 (Fri, 16 Jan 2015)
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 2015-01-15 21:20:14 UTC (rev 60504)
+++ firebird/trunk/ChangeLog 2015-01-16 00:14:39 UTC (rev 60505)
@@ -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.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-01-15 21:20:14 UTC (rev 60504)
+++ firebird/trunk/src/jrd/build_no.h 2015-01-16 00:14:39 UTC (rev 60505)
@@ -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"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-01-15 21:20:14 UTC (rev 60504)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-01-16 00:14:39 UTC (rev 60505)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31546
+BuildNum=31551
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|