From: <fir...@us...> - 2013-06-21 00:28:40
|
Revision: 58224 http://sourceforge.net/p/firebird/code/58224 Author: firebirds Date: 2013-06-21 00:28:38 +0000 (Fri, 21 Jun 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-06-20 16:26:27 UTC (rev 58223) +++ firebird/trunk/ChangeLog 2013-06-21 00:28:38 UTC (rev 58224) @@ -1,3 +1,28 @@ + 2013-06-20 16:26 dimitr + M src/common/TextType.cpp +Front ported the error code validation. + + 2013-06-20 15:44 asfernandes + M src/intl/lc_ascii.cpp +Fixed CORE-2912 - Exception when upper casing string with lowercase y trema (code 0xFF in ISO8859_1) + + 2013-06-20 09:16 mapopa + M src/dsql/Nodes.h +eliminate error: use 'template' keyword to treat 'as' as a dependent template name http://stackoverflow.com/a/3786481/66242 + + 2013-06-20 08:32 dimitr + M src/jrd/build_no.h + M src/misc/writeBuildNum.sh +Getting prepared for Alpha 1. + + 2013-06-20 08:04 dimitr + M src/dsql/DdlNodes.epp +A somewhat hackery solution that allows ISQL to work with SET GENERATOR as it expects. It fixes the issue reported by Philippe in fb-devel. + + 2013-06-20 06:45 dimitr + M src/jrd/btr.cpp +Fixed CORE-4127: Server crashes instead of reporting the error "key size exceeds implementation restriction". + 2013-06-19 11:46 hvlad M src/jrd/tra.cpp M src/jrd/tra.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-06-20 16:26:27 UTC (rev 58223) +++ firebird/trunk/src/jrd/build_no.h 2013-06-21 00:28:38 UTC (rev 58224) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30462 + FORMAL BUILD NUMBER:30468 */ -#define PRODUCT_VER_STRING "3.0.0.30462" -#define FILE_VER_STRING "WI-T3.0.0.30462" -#define LICENSE_VER_STRING "WI-T3.0.0.30462" -#define FILE_VER_NUMBER 3, 0, 0, 30462 +#define PRODUCT_VER_STRING "3.0.0.30468" +#define FILE_VER_STRING "WI-T3.0.0.30468" +#define LICENSE_VER_STRING "WI-T3.0.0.30468" +#define FILE_VER_NUMBER 3, 0, 0, 30468 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30462" +#define FB_BUILD_NO "30468" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-06-20 16:26:27 UTC (rev 58223) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-06-21 00:28:38 UTC (rev 58224) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30462 +BuildNum=30468 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |