From: <fir...@us...> - 2011-01-16 03:17:18
|
Revision: 52135 http://firebird.svn.sourceforge.net/firebird/?rev=52135&view=rev Author: firebirds Date: 2011-01-16 03:17:11 +0000 (Sun, 16 Jan 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-01-16 02:16:15 UTC (rev 52134) +++ firebird/trunk/ChangeLog 2011-01-16 03:17:11 UTC (rev 52135) @@ -1,3 +1,39 @@ + 2011-01-16 02:16 asfernandes + M builds/install/misc/firebird.conf.in + M doc/README.fb_shutdown + M src/common/ThreadStart.cpp + M src/common/classes/ImplementHelper.h + M src/common/config/config.cpp + M src/common/unicode_util.cpp + M src/include/ProviderInterface.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/blb.cpp + M src/jrd/jrd.cpp + M src/jrd/tra.h + M src/jrd/trace/TraceManager.cpp + M src/jrd/trace/TraceManager.h + M src/plugins/udr_engine/UdrEngine.cpp + M src/remote/client/interface.cpp + M src/remote/client/interface.h + M src/remote/remote.cpp + M src/utilities/ntrace/PluginLogWriter.h + M src/utilities/ntrace/TracePluginImpl.cpp + M src/yvalve/MasterImplementation.cpp + M src/yvalve/PluginManager.cpp +Misc + + 2011-01-15 09:30 robocop + M src/remote/remote.h +Misc. + + 2011-01-15 09:29 robocop + M src/remote/remote.cpp +Misc. + + 2011-01-15 09:27 robocop + M src/remote/inet.cpp +Misc and small fix. + 2011-01-14 17:31 alexpeshkoff M builds/install/misc/aliases.conf.in M builds/install/misc/firebird.conf.in Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-01-16 02:16:15 UTC (rev 52134) +++ firebird/trunk/src/jrd/build_no.h 2011-01-16 03:17:11 UTC (rev 52135) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28963 + FORMAL BUILD NUMBER:28967 */ -#define PRODUCT_VER_STRING "3.0.0.28963" -#define FILE_VER_STRING "WI-T3.0.0.28963" -#define LICENSE_VER_STRING "WI-T3.0.0.28963" -#define FILE_VER_NUMBER 3, 0, 0, 28963 +#define PRODUCT_VER_STRING "3.0.0.28967" +#define FILE_VER_STRING "WI-T3.0.0.28967" +#define LICENSE_VER_STRING "WI-T3.0.0.28967" +#define FILE_VER_NUMBER 3, 0, 0, 28967 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28963" +#define FB_BUILD_NO "28967" #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-01-16 02:16:15 UTC (rev 52134) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-01-16 03:17:11 UTC (rev 52135) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28963 +BuildNum=28967 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |