From: <fir...@us...> - 2012-07-30 04:22:02
|
Revision: 54762 http://firebird.svn.sourceforge.net/firebird/?rev=54762&view=rev Author: firebirds Date: 2012-07-30 04:21:51 +0000 (Mon, 30 Jul 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-07-29 10:35:13 UTC (rev 54761) +++ firebird/trunk/ChangeLog 2012-07-30 04:21:51 UTC (rev 54762) @@ -1,3 +1,11 @@ + 2012-07-29 10:35 dimitr + M src/jrd/ini.epp +Propagate the solution for fld_counter to both metadata caches. This fixes the regression of not being able to select from the MON$ tables in Dialect 1. + + 2012-07-29 00:24 robocop + M doc/sql.extensions/README.builtin_functions.txt +Misc. + 2012-07-27 01:48 asfernandes M extern/editline/configure M src/jrd/IntlManager.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-07-29 10:35:13 UTC (rev 54761) +++ firebird/trunk/src/jrd/build_no.h 2012-07-30 04:21:51 UTC (rev 54762) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30042 + FORMAL BUILD NUMBER:30044 */ -#define PRODUCT_VER_STRING "3.0.0.30042" -#define FILE_VER_STRING "WI-T3.0.0.30042" -#define LICENSE_VER_STRING "WI-T3.0.0.30042" -#define FILE_VER_NUMBER 3, 0, 0, 30042 +#define PRODUCT_VER_STRING "3.0.0.30044" +#define FILE_VER_STRING "WI-T3.0.0.30044" +#define LICENSE_VER_STRING "WI-T3.0.0.30044" +#define FILE_VER_NUMBER 3, 0, 0, 30044 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30042" +#define FB_BUILD_NO "30044" #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-07-29 10:35:13 UTC (rev 54761) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-07-30 04:21:51 UTC (rev 54762) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30042 +BuildNum=30044 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |