From: <fir...@us...> - 2013-04-27 00:30:55
|
Revision: 57990 http://sourceforge.net/p/firebird/code/57990 Author: firebirds Date: 2013-04-27 00:30:51 +0000 (Sat, 27 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-26 15:59:19 UTC (rev 57989) +++ firebird/trunk/ChangeLog 2013-04-27 00:30:51 UTC (rev 57990) @@ -1,3 +1,18 @@ + 2013-04-26 15:59 alexpeshkoff + M src/common/classes/Reasons.h +Make it resistant to races (avoid violating array boundaries) + + 2013-04-26 15:52 asfernandes + M doc/WhatsNew + M doc/sql.extensions/README.returning +Docs. + + 2013-04-26 15:29 asfernandes + M doc/WhatsNew + M doc/sql.extensions/README.merge.txt + M doc/sql.extensions/README.returning +Finish MERGE improvements documentation (CORE-2005, CORE-3020, CORE-3639). + 2013-04-25 16:30 asfernandes M doc/WhatsNew A doc/sql.extensions/README.window_functions.txt Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-04-26 15:59:19 UTC (rev 57989) +++ firebird/trunk/src/jrd/build_no.h 2013-04-27 00:30:51 UTC (rev 57990) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30379 + FORMAL BUILD NUMBER:30382 */ -#define PRODUCT_VER_STRING "3.0.0.30379" -#define FILE_VER_STRING "WI-T3.0.0.30379" -#define LICENSE_VER_STRING "WI-T3.0.0.30379" -#define FILE_VER_NUMBER 3, 0, 0, 30379 +#define PRODUCT_VER_STRING "3.0.0.30382" +#define FILE_VER_STRING "WI-T3.0.0.30382" +#define LICENSE_VER_STRING "WI-T3.0.0.30382" +#define FILE_VER_NUMBER 3, 0, 0, 30382 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30379" +#define FB_BUILD_NO "30382" #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-26 15:59:19 UTC (rev 57989) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-04-27 00:30:51 UTC (rev 57990) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30379 +BuildNum=30382 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |