From: <fir...@us...> - 2013-04-16 01:02:33
|
Revision: 57956 http://sourceforge.net/p/firebird/code/57956 Author: firebirds Date: 2013-04-16 01:02:27 +0000 (Tue, 16 Apr 2013) 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 2013-04-15 16:54:58 UTC (rev 57955) +++ firebird/trunk/ChangeLog 2013-04-16 01:02:27 UTC (rev 57956) @@ -1,3 +1,26 @@ + 2013-04-15 16:51 alexpeshkoff + M src/jrd/Database.h + M src/jrd/jrd.cpp +Postfix for CORE-3935 and CORE-3993: avoid opening same database file twice + + 2013-04-15 15:58 alexpeshkoff + M src/remote/client/interface.cpp +Fixed a bug in one of my recent commits - thanks to Claudio + + 2013-04-15 12:10 alexpeshkoff + M builds/install/misc/databases.conf.in + M builds/install/misc/firebird.conf.in +Documented configuration file changes in distributed .conf files + + 2013-04-15 11:07 alexpeshkoff + M src/common/config/config.cpp + M src/common/config/config_file.cpp +Make numbers parser behave traditionally - no spaces inside the number + + 2013-04-15 06:54 alexpeshkoff + M builds/install/arch-specific/linux/misc/tarMainInstall.sh.in +Misc + 2013-04-13 16:31 dimitr M src/common/classes/Synchronize.cpp M src/common/classes/Synchronize.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-04-15 16:54:58 UTC (rev 57955) +++ firebird/trunk/src/jrd/build_no.h 2013-04-16 01:02:27 UTC (rev 57956) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30359 + FORMAL BUILD NUMBER:30364 */ -#define PRODUCT_VER_STRING "3.0.0.30359" -#define FILE_VER_STRING "WI-T3.0.0.30359" -#define LICENSE_VER_STRING "WI-T3.0.0.30359" -#define FILE_VER_NUMBER 3, 0, 0, 30359 +#define PRODUCT_VER_STRING "3.0.0.30364" +#define FILE_VER_STRING "WI-T3.0.0.30364" +#define LICENSE_VER_STRING "WI-T3.0.0.30364" +#define FILE_VER_NUMBER 3, 0, 0, 30364 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30359" +#define FB_BUILD_NO "30364" #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 2013-04-15 16:54:58 UTC (rev 57955) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-04-16 01:02:27 UTC (rev 57956) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30359 +BuildNum=30364 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |