From: <fir...@us...> - 2012-11-03 04:44:25
|
Revision: 57293 http://firebird.svn.sourceforge.net/firebird/?rev=57293&view=rev Author: firebirds Date: 2012-11-03 04:44:16 +0000 (Sat, 03 Nov 2012) 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 2012-11-02 16:27:12 UTC (rev 57292) +++ firebird/trunk/ChangeLog 2012-11-03 04:44:16 UTC (rev 57293) @@ -1,3 +1,27 @@ + 2012-11-02 16:27 alexpeshkoff + M src/common/isc_s_proto.h + M src/common/isc_sync.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/event.h + M src/jrd/event_proto.h + M src/jrd/trace/TraceConfigStorage.h + M src/jrd/trace/TraceLog.h + M src/lock/lock_proto.h + M src/lock/print.cpp +Avoid use of namespace Jrd in common file isc_sync + + 2012-11-02 15:39 alexpeshkoff + M src/common/isc_s_proto.h +Removed debugging + + 2012-11-02 10:58 mapopa + M examples/readme +Remove Windows 3.1 clients reference from the readme + + 2012-11-02 07:09 mapopa + D builds/old_prefixes +Remove old makefile area, left over from the InterBase unix build procedures. They have been replaced in src/make.new with an autoconfig version + 2012-11-01 16:19 dimitr M src/jrd/RecordSourceNodes.cpp Fixed CORE-3967: subselect with reference to outer select fails. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-11-02 16:27:12 UTC (rev 57292) +++ firebird/trunk/src/jrd/build_no.h 2012-11-03 04:44:16 UTC (rev 57293) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30102 + FORMAL BUILD NUMBER:30106 */ -#define PRODUCT_VER_STRING "3.0.0.30102" -#define FILE_VER_STRING "WI-T3.0.0.30102" -#define LICENSE_VER_STRING "WI-T3.0.0.30102" -#define FILE_VER_NUMBER 3, 0, 0, 30102 +#define PRODUCT_VER_STRING "3.0.0.30106" +#define FILE_VER_STRING "WI-T3.0.0.30106" +#define LICENSE_VER_STRING "WI-T3.0.0.30106" +#define FILE_VER_NUMBER 3, 0, 0, 30106 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30102" +#define FB_BUILD_NO "30106" #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 2012-11-02 16:27:12 UTC (rev 57292) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-11-03 04:44:16 UTC (rev 57293) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30102 +BuildNum=30106 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |