|
From: <fir...@us...> - 2011-04-09 03:16:33
|
Revision: 52694
http://firebird.svn.sourceforge.net/firebird/?rev=52694&view=rev
Author: firebirds
Date: 2011-04-09 03:16:26 +0000 (Sat, 09 Apr 2011)
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 2011-04-08 16:43:05 UTC (rev 52693)
+++ firebird/trunk/ChangeLog 2011-04-09 03:16:26 UTC (rev 52694)
@@ -1,3 +1,72 @@
+ 2011-04-08 16:43 alexpeshkoff
+ M src/common/classes/ImplementHelper.h
+ M src/dsql/dsql.h
+ M src/include/ProviderInterface.h
+ M src/jrd/Attachment.h
+ M src/jrd/extds/InternalDS.cpp
+ M src/jrd/jrd.cpp
+ M src/remote/client/interface.cpp
+ M src/yvalve/why.cpp
+Use interface IBlrMessage instead passing C++ class pointer to API interface's functions
+
+ 2011-04-08 15:18 alexpeshkoff
+ M src/auth/AuthDbg.cpp
+ M src/auth/AuthDbg.h
+ M src/auth/AuthInterface.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/StatusHolder.h
+ M src/common/call_service.cpp
+ M src/common/call_service.h
+ M src/common/classes/ImplementHelper.h
+ M src/common/config/config.h
+ M src/common/fb_exception.cpp
+ M src/common/security.cpp
+ M src/common/security.h
+ M src/dsql/dsql.h
+ M src/gpre/boot/gpre_meta_boot.cpp
+ M src/include/FirebirdPluginApi.h
+ M src/include/Interface.h
+ M src/include/ProviderInterface.h
+ M src/jrd/Attachment.h
+ M src/jrd/ExtEngineManager.cpp
+ M src/jrd/JrdStatement.h
+ M src/jrd/UserManagement.cpp
+ M src/jrd/UserManagement.h
+ M src/jrd/blb.h
+ M src/jrd/jrd.cpp
+ M src/jrd/tra.h
+ M src/jrd/trace/TraceConfigStorage.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/udr_engine/UdrEngine.cpp
+ M src/remote/client/interface.cpp
+ 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/ntrace/PluginLogWriter.h
+ M src/utilities/ntrace/TracePluginImpl.h
+ M src/utilities/ntrace/traceplugin.cpp
+ M src/yvalve/MasterImplementation.cpp
+ M src/yvalve/PluginManager.cpp
+ M src/yvalve/PluginManager.h
+ M src/yvalve/why.cpp
+Continued renaming interfaces. Added comments
+
+ 2011-04-08 08:21 hvlad
+ M builds/win32/msvc8/isql.vcproj
+Fix MSVC8 build
+
2011-04-07 17:16 alexpeshkoff
M src/auth/AuthDbg.cpp
M src/auth/AuthDbg.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-04-08 16:43:05 UTC (rev 52693)
+++ firebird/trunk/src/jrd/build_no.h 2011-04-09 03:16:26 UTC (rev 52694)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29273
+ FORMAL BUILD NUMBER:29276
*/
-#define PRODUCT_VER_STRING "3.0.0.29273"
-#define FILE_VER_STRING "WI-T3.0.0.29273"
-#define LICENSE_VER_STRING "WI-T3.0.0.29273"
-#define FILE_VER_NUMBER 3, 0, 0, 29273
+#define PRODUCT_VER_STRING "3.0.0.29276"
+#define FILE_VER_STRING "WI-T3.0.0.29276"
+#define LICENSE_VER_STRING "WI-T3.0.0.29276"
+#define FILE_VER_NUMBER 3, 0, 0, 29276
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29273"
+#define FB_BUILD_NO "29276"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2011-04-08 16:43:05 UTC (rev 52693)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-04-09 03:16:26 UTC (rev 52694)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29273
+BuildNum=29276
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|