From: <fir...@us...> - 2013-06-21 00:49:48
|
Revision: 58225 http://sourceforge.net/p/firebird/code/58225 Author: firebirds Date: 2013-06-21 00:49:45 +0000 (Fri, 21 Jun 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2013-06-21 00:28:38 UTC (rev 58224) +++ firebird/branches/B2_5_Release/ChangeLog 2013-06-21 00:49:45 UTC (rev 58225) @@ -1,3 +1,28 @@ + 2013-06-20 15:43 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 07:41 dimitr + M src/jrd/exe.cpp +Attempted to please the GCC compiler. If this doesn't help, another solution is to be backported from trunk. + + 2013-06-20 06:11 dimitr + M src/jrd/btr.cpp +Fixed CORE-4127: Server crashes instead of reporting the error "key size exceeds implementation restriction". + + 2013-06-19 16:18 dimitr + M src/jrd/TextType.cpp +The first fix for CORE-4123: Firebird crash when executing an stored procedure called by a trigger that converts string to upper. +Adriano, please review. BTW, I'm far not sure that other TextType members (those calling texttype_fn_* routines from INTL) cannot silently return "special" return codes either. + + 2013-06-19 06:12 dimitr + M src/jrd/exe.cpp +Attempted to fix a possible crash due to the wrong request pointer remaining in tdbb after sub-request execution. While being there, cleaned up some redundant code. + + 2013-06-18 13:17 alexpeshkoff + M src/jrd/fun.epp +Backported fix for CORE-4121: Segfault when engine is shutting down inside blob get/put function invoked from UDF + 2013-06-15 19:02 hvlad M src/jrd/sort.cpp Make code a bit more robust Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-21 00:28:38 UTC (rev 58224) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-21 00:49:45 UTC (rev 58225) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26655 + FORMAL BUILD NUMBER:26661 */ -#define PRODUCT_VER_STRING "2.5.3.26655" -#define FILE_VER_STRING "WI-V2.5.3.26655" -#define LICENSE_VER_STRING "WI-V2.5.3.26655" -#define FILE_VER_NUMBER 2, 5, 3, 26655 +#define PRODUCT_VER_STRING "2.5.3.26661" +#define FILE_VER_STRING "WI-V2.5.3.26661" +#define LICENSE_VER_STRING "WI-V2.5.3.26661" +#define FILE_VER_NUMBER 2, 5, 3, 26661 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26655" +#define FB_BUILD_NO "26661" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-21 00:28:38 UTC (rev 58224) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-21 00:49:45 UTC (rev 58225) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26655 +BuildNum=26661 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |