From: <fir...@us...> - 2015-05-05 00:11:38
|
Revision: 61486 http://sourceforge.net/p/firebird/code/61486 Author: firebirds Date: 2015-05-05 00:11:36 +0000 (Tue, 05 May 2015) 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 2015-05-04 16:24:10 UTC (rev 61485) +++ firebird/trunk/ChangeLog 2015-05-05 00:11:36 UTC (rev 61486) @@ -1,3 +1,25 @@ + 2015-05-04 16:24 asfernandes + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/dsql/Parser.cpp + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Fixed CORE-4781 - Maximum string length (32765 bytes) is not validated. + + 2015-05-04 11:45 hvlad + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc10/common.vcxproj.filters + M builds/win32/msvc12/common.vcxproj + M builds/win32/msvc12/common.vcxproj.filters + M src/common/isc_file.cpp +Windows implementation of ISC_utf8Upper. Refactoring. Update VC10 and VC12 builds. + 2015-05-03 18:36 asfernandes M builds/posix/Makefile.in Copy new API include files to the Linux target directory. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-05-04 16:24:10 UTC (rev 61485) +++ firebird/trunk/src/jrd/build_no.h 2015-05-05 00:11:36 UTC (rev 61486) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31822 + FORMAL BUILD NUMBER:31824 */ -#define PRODUCT_VER_STRING "3.0.0.31822" -#define FILE_VER_STRING "WI-T3.0.0.31822" -#define LICENSE_VER_STRING "WI-T3.0.0.31822" -#define FILE_VER_NUMBER 3, 0, 0, 31822 +#define PRODUCT_VER_STRING "3.0.0.31824" +#define FILE_VER_STRING "WI-T3.0.0.31824" +#define LICENSE_VER_STRING "WI-T3.0.0.31824" +#define FILE_VER_NUMBER 3, 0, 0, 31824 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31822" +#define FB_BUILD_NO "31824" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-05-04 16:24:10 UTC (rev 61485) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-05-05 00:11:36 UTC (rev 61486) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31822 +BuildNum=31824 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |