From: <fir...@us...> - 2013-05-24 01:20:48
|
Revision: 58104 http://sourceforge.net/p/firebird/code/58104 Author: firebirds Date: 2013-05-24 01:20:45 +0000 (Fri, 24 May 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-05-24 00:49:08 UTC (rev 58103) +++ firebird/branches/B2_5_Release/ChangeLog 2013-05-24 01:20:45 UTC (rev 58104) @@ -1,3 +1,12 @@ + 2013-05-23 11:55 alexpeshkoff + M src/common/classes/PublicHandle.h + M src/jrd/jrd.cpp +CORE-3993: disable AST delivery at final steps of attachemnt destruction + + 2013-05-23 08:25 dimitr + M src/jrd/opt.cpp +Fixed CORE-4102: Bad optimization of OR predicates applied to unions. + 2013-05-22 16:13 hvlad M src/common/classes/File.h Fixed bug CORE-4101 : firebird.log contains "I/O error during "write" operation" records but database works correctly Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-24 00:49:08 UTC (rev 58103) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-24 01:20:45 UTC (rev 58104) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26647 + FORMAL BUILD NUMBER:26649 */ -#define PRODUCT_VER_STRING "2.5.3.26647" -#define FILE_VER_STRING "WI-V2.5.3.26647" -#define LICENSE_VER_STRING "WI-V2.5.3.26647" -#define FILE_VER_NUMBER 2, 5, 3, 26647 +#define PRODUCT_VER_STRING "2.5.3.26649" +#define FILE_VER_STRING "WI-V2.5.3.26649" +#define LICENSE_VER_STRING "WI-V2.5.3.26649" +#define FILE_VER_NUMBER 2, 5, 3, 26649 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26647" +#define FB_BUILD_NO "26649" #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-05-24 00:49:08 UTC (rev 58103) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-05-24 01:20:45 UTC (rev 58104) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26647 +BuildNum=26649 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. |
From: <fir...@us...> - 2013-06-01 00:47:01
|
Revision: 58124 http://sourceforge.net/p/firebird/code/58124 Author: firebirds Date: 2013-06-01 00:46:58 +0000 (Sat, 01 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-05-31 18:05:22 UTC (rev 58123) +++ firebird/branches/B2_5_Release/ChangeLog 2013-06-01 00:46:58 UTC (rev 58124) @@ -1,3 +1,7 @@ + 2013-05-29 12:13 dimitr + M src/dsql/pass1.cpp +Fixed CORE-4107: Wrong resultset (subquery + derived table + union). + 2013-05-23 11:55 alexpeshkoff M src/common/classes/PublicHandle.h M src/jrd/jrd.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-31 18:05:22 UTC (rev 58123) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-01 00:46:58 UTC (rev 58124) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26649 + FORMAL BUILD NUMBER:26650 */ -#define PRODUCT_VER_STRING "2.5.3.26649" -#define FILE_VER_STRING "WI-V2.5.3.26649" -#define LICENSE_VER_STRING "WI-V2.5.3.26649" -#define FILE_VER_NUMBER 2, 5, 3, 26649 +#define PRODUCT_VER_STRING "2.5.3.26650" +#define FILE_VER_STRING "WI-V2.5.3.26650" +#define LICENSE_VER_STRING "WI-V2.5.3.26650" +#define FILE_VER_NUMBER 2, 5, 3, 26650 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26649" +#define FB_BUILD_NO "26650" #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-05-31 18:05:22 UTC (rev 58123) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-01 00:46:58 UTC (rev 58124) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26649 +BuildNum=26650 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. |
From: <fir...@us...> - 2013-06-08 01:03:39
|
Revision: 58174 http://sourceforge.net/p/firebird/code/58174 Author: firebirds Date: 2013-06-08 01:03:30 +0000 (Sat, 08 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-08 00:33:58 UTC (rev 58173) +++ firebird/branches/B2_5_Release/ChangeLog 2013-06-08 01:03:30 UTC (rev 58174) @@ -1,3 +1,12 @@ + 2013-06-07 10:41 alexpeshkoff + M src/burp/burp.cpp + M src/burp/restore.epp +Backported fix for CORE-3942: Restore from gbak backup using service doesn't report an error + + 2013-06-07 09:51 dimitr + M src/jrd/par.cpp +Since we (unexpectedly for me) seem to support BLR > 64KB, I'm committing a workaround for CORE-4113 (EXECUTE BLOCK prepare fails). The debug info does not support longish BLR, so don't pretend to find something there beyond the 64KB limit. If someone can think of a better solution, please jump in. + 2013-05-29 12:13 dimitr M src/dsql/pass1.cpp Fixed CORE-4107: Wrong resultset (subquery + derived table + union). Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-08 00:33:58 UTC (rev 58173) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-08 01:03:30 UTC (rev 58174) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26650 + FORMAL BUILD NUMBER:26652 */ -#define PRODUCT_VER_STRING "2.5.3.26650" -#define FILE_VER_STRING "WI-V2.5.3.26650" -#define LICENSE_VER_STRING "WI-V2.5.3.26650" -#define FILE_VER_NUMBER 2, 5, 3, 26650 +#define PRODUCT_VER_STRING "2.5.3.26652" +#define FILE_VER_STRING "WI-V2.5.3.26652" +#define LICENSE_VER_STRING "WI-V2.5.3.26652" +#define FILE_VER_NUMBER 2, 5, 3, 26652 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26650" +#define FB_BUILD_NO "26652" #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-08 00:33:58 UTC (rev 58173) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-08 01:03:30 UTC (rev 58174) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26650 +BuildNum=26652 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. |
From: <fir...@us...> - 2013-06-16 01:01:15
|
Revision: 58190 http://sourceforge.net/p/firebird/code/58190 Author: firebirds Date: 2013-06-16 01:01:12 +0000 (Sun, 16 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-15 19:02:21 UTC (rev 58189) +++ firebird/branches/B2_5_Release/ChangeLog 2013-06-16 01:01:12 UTC (rev 58190) @@ -1,3 +1,16 @@ + 2013-06-15 19:02 hvlad + M src/jrd/sort.cpp +Make code a bit more robust + + 2013-06-15 18:28 hvlad + M src/jrd/sort.cpp +Fixed memory leak followed by AV (introduced at fix for CORE-3989). +Dmitry, please review. + + 2013-06-15 05:57 dimitr + M src/jrd/cmp.cpp +Fixed CORE-4117: Ignoring computed by field as Exception parameter. + 2013-06-07 10:41 alexpeshkoff M src/burp/burp.cpp M src/burp/restore.epp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-15 19:02:21 UTC (rev 58189) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-16 01:01:12 UTC (rev 58190) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26652 + FORMAL BUILD NUMBER:26655 */ -#define PRODUCT_VER_STRING "2.5.3.26652" -#define FILE_VER_STRING "WI-V2.5.3.26652" -#define LICENSE_VER_STRING "WI-V2.5.3.26652" -#define FILE_VER_NUMBER 2, 5, 3, 26652 +#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 FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26652" +#define FB_BUILD_NO "26655" #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-15 19:02:21 UTC (rev 58189) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-16 01:01:12 UTC (rev 58190) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26652 +BuildNum=26655 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. |
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. |
From: <fir...@us...> - 2013-06-26 00:27:48
|
Revision: 58250 http://sourceforge.net/p/firebird/code/58250 Author: firebirds Date: 2013-06-26 00:27:44 +0000 (Wed, 26 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-25 17:46:13 UTC (rev 58249) +++ firebird/branches/B2_5_Release/ChangeLog 2013-06-26 00:27:44 UTC (rev 58250) @@ -1,3 +1,7 @@ + 2013-06-25 15:35 asfernandes + M src/jrd/unicode_util.cpp +Backported fix for CORE-4225 - Using COLLATE UNICODE_CI_AI in WHERE clause (not indexed) is extremely slow. + 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) Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-25 17:46:13 UTC (rev 58249) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-26 00:27:44 UTC (rev 58250) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26661 + FORMAL BUILD NUMBER:26662 */ -#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 PRODUCT_VER_STRING "2.5.3.26662" +#define FILE_VER_STRING "WI-V2.5.3.26662" +#define LICENSE_VER_STRING "WI-V2.5.3.26662" +#define FILE_VER_NUMBER 2, 5, 3, 26662 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26661" +#define FB_BUILD_NO "26662" #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-25 17:46:13 UTC (rev 58249) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-26 00:27:44 UTC (rev 58250) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26661 +BuildNum=26662 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. |
From: <fir...@us...> - 2013-06-28 01:16:41
|
Revision: 58263 http://sourceforge.net/p/firebird/code/58263 Author: firebirds Date: 2013-06-28 01:16:38 +0000 (Fri, 28 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-28 00:57:00 UTC (rev 58262) +++ firebird/branches/B2_5_Release/ChangeLog 2013-06-28 01:16:38 UTC (rev 58263) @@ -1,3 +1,7 @@ + 2013-06-26 02:15 asfernandes + M src/jrd/unicode_util.cpp +Rework on CORE-4125 to work with ICU 3.0. + 2013-06-25 15:35 asfernandes M src/jrd/unicode_util.cpp Backported fix for CORE-4225 - Using COLLATE UNICODE_CI_AI in WHERE clause (not indexed) is extremely slow. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-28 00:57:00 UTC (rev 58262) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-28 01:16:38 UTC (rev 58263) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26662 + FORMAL BUILD NUMBER:26663 */ -#define PRODUCT_VER_STRING "2.5.3.26662" -#define FILE_VER_STRING "WI-V2.5.3.26662" -#define LICENSE_VER_STRING "WI-V2.5.3.26662" -#define FILE_VER_NUMBER 2, 5, 3, 26662 +#define PRODUCT_VER_STRING "2.5.3.26663" +#define FILE_VER_STRING "WI-V2.5.3.26663" +#define LICENSE_VER_STRING "WI-V2.5.3.26663" +#define FILE_VER_NUMBER 2, 5, 3, 26663 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26662" +#define FB_BUILD_NO "26663" #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-28 00:57:00 UTC (rev 58262) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-28 01:16:38 UTC (rev 58263) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26662 +BuildNum=26663 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. |
From: <fir...@us...> - 2013-06-30 00:47:42
|
Revision: 58274 http://sourceforge.net/p/firebird/code/58274 Author: firebirds Date: 2013-06-30 00:47:38 +0000 (Sun, 30 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-30 00:28:47 UTC (rev 58273) +++ firebird/branches/B2_5_Release/ChangeLog 2013-06-30 00:47:38 UTC (rev 58274) @@ -1,3 +1,7 @@ + 2013-06-29 13:47 dimitr + M src/jrd/Optimizer.cpp +Fixed CORE-4118: Expression index may be not used for derived fields or view fields. Also, generalized the old trick with CAST in expression indices. + 2013-06-26 02:15 asfernandes M src/jrd/unicode_util.cpp Rework on CORE-4125 to work with ICU 3.0. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-30 00:28:47 UTC (rev 58273) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-06-30 00:47:38 UTC (rev 58274) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26663 + FORMAL BUILD NUMBER:26664 */ -#define PRODUCT_VER_STRING "2.5.3.26663" -#define FILE_VER_STRING "WI-V2.5.3.26663" -#define LICENSE_VER_STRING "WI-V2.5.3.26663" -#define FILE_VER_NUMBER 2, 5, 3, 26663 +#define PRODUCT_VER_STRING "2.5.3.26664" +#define FILE_VER_STRING "WI-V2.5.3.26664" +#define LICENSE_VER_STRING "WI-V2.5.3.26664" +#define FILE_VER_NUMBER 2, 5, 3, 26664 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26663" +#define FB_BUILD_NO "26664" #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-30 00:28:47 UTC (rev 58273) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-06-30 00:47:38 UTC (rev 58274) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26663 +BuildNum=26664 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. |
From: <fir...@us...> - 2013-07-01 01:03:49
|
Revision: 58283 http://sourceforge.net/p/firebird/code/58283 Author: firebirds Date: 2013-07-01 01:03:46 +0000 (Mon, 01 Jul 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-07-01 00:39:51 UTC (rev 58282) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-01 01:03:46 UTC (rev 58283) @@ -1,3 +1,7 @@ + 2013-06-30 19:13 hvlad + M src/jrd/shut.cpp +Backported from trunk: prevent starting a lot of threads when forced shutdown is in progress. + 2013-06-29 13:47 dimitr M src/jrd/Optimizer.cpp Fixed CORE-4118: Expression index may be not used for derived fields or view fields. Also, generalized the old trick with CAST in expression indices. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-01 00:39:51 UTC (rev 58282) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-01 01:03:46 UTC (rev 58283) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26664 + FORMAL BUILD NUMBER:26665 */ -#define PRODUCT_VER_STRING "2.5.3.26664" -#define FILE_VER_STRING "WI-V2.5.3.26664" -#define LICENSE_VER_STRING "WI-V2.5.3.26664" -#define FILE_VER_NUMBER 2, 5, 3, 26664 +#define PRODUCT_VER_STRING "2.5.3.26665" +#define FILE_VER_STRING "WI-V2.5.3.26665" +#define LICENSE_VER_STRING "WI-V2.5.3.26665" +#define FILE_VER_NUMBER 2, 5, 3, 26665 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26664" +#define FB_BUILD_NO "26665" #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-07-01 00:39:51 UTC (rev 58282) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-01 01:03:46 UTC (rev 58283) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26664 +BuildNum=26665 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. |
From: <fir...@us...> - 2013-07-04 01:50:12
|
Revision: 58306 http://sourceforge.net/p/firebird/code/58306 Author: firebirds Date: 2013-07-04 01:50:06 +0000 (Thu, 04 Jul 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-07-04 00:53:15 UTC (rev 58305) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-04 01:50:06 UTC (rev 58306) @@ -1,3 +1,21 @@ + 2013-07-03 13:20 dimitr + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/jrd.cpp +Better protection against AST delivery during detaching. Second attempt combined with cleanup. + + 2013-07-03 09:23 dimitr + M src/jrd/Database.h +Better protection against AST delivery during detaching. + + 2013-07-03 06:33 dimitr + M src/jrd/cmp.cpp +Backported CORE-3874: Computed column appears in non-existant rows of left join. + + 2013-07-03 02:12 asfernandes + M src/isql/isql.epp +Fixed CORE-4137 - Wrong metadata output script generate by isql / CHARACTER SETISO8859_1 sintaxe error. + 2013-06-30 19:13 hvlad M src/jrd/shut.cpp Backported from trunk: prevent starting a lot of threads when forced shutdown is in progress. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-04 00:53:15 UTC (rev 58305) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-04 01:50:06 UTC (rev 58306) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26665 + FORMAL BUILD NUMBER:26669 */ -#define PRODUCT_VER_STRING "2.5.3.26665" -#define FILE_VER_STRING "WI-V2.5.3.26665" -#define LICENSE_VER_STRING "WI-V2.5.3.26665" -#define FILE_VER_NUMBER 2, 5, 3, 26665 +#define PRODUCT_VER_STRING "2.5.3.26669" +#define FILE_VER_STRING "WI-V2.5.3.26669" +#define LICENSE_VER_STRING "WI-V2.5.3.26669" +#define FILE_VER_NUMBER 2, 5, 3, 26669 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26665" +#define FB_BUILD_NO "26669" #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-07-04 00:53:15 UTC (rev 58305) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-04 01:50:06 UTC (rev 58306) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26665 +BuildNum=26669 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. |
From: <fir...@us...> - 2013-07-08 01:39:33
|
Revision: 58324 http://sourceforge.net/p/firebird/code/58324 Author: firebirds Date: 2013-07-08 01:39:30 +0000 (Mon, 08 Jul 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-07-08 00:56:47 UTC (rev 58323) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-08 01:39:30 UTC (rev 58324) @@ -1,3 +1,13 @@ + 2013-07-07 15:11 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/opt.cpp +Unfortunately, the only correct way to reference stream internals (e.g. get field descriptors) in node comparison routines is either to compare nodes along with their corresponding CSBs or to compare only nodes and handle streams outside. I'm favoring the latter approach. And no, remapping is a wrong solution either (trunk is to be reworked again in this regard, sigh). This fixes CORE-4139 at the cost of removed CAST vs FIELD comparison trick. Let's see whether somebody is going to be affected. + + 2013-07-07 02:02 asfernandes + M src/jrd/unicode_util.cpp +Fixed CORE-4136 - Sharp-S character treated incorrectly in UNICODE_CI_AI collation. + 2013-07-03 13:20 dimitr M src/jrd/Database.cpp M src/jrd/Database.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-08 00:56:47 UTC (rev 58323) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-08 01:39:30 UTC (rev 58324) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26669 + FORMAL BUILD NUMBER:26671 */ -#define PRODUCT_VER_STRING "2.5.3.26669" -#define FILE_VER_STRING "WI-V2.5.3.26669" -#define LICENSE_VER_STRING "WI-V2.5.3.26669" -#define FILE_VER_NUMBER 2, 5, 3, 26669 +#define PRODUCT_VER_STRING "2.5.3.26671" +#define FILE_VER_STRING "WI-V2.5.3.26671" +#define LICENSE_VER_STRING "WI-V2.5.3.26671" +#define FILE_VER_NUMBER 2, 5, 3, 26671 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26669" +#define FB_BUILD_NO "26671" #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-07-08 00:56:47 UTC (rev 58323) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-08 01:39:30 UTC (rev 58324) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26669 +BuildNum=26671 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. |
From: <fir...@us...> - 2013-07-09 02:37:03
|
Revision: 58330 http://sourceforge.net/p/firebird/code/58330 Author: firebirds Date: 2013-07-09 02:37:00 +0000 (Tue, 09 Jul 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-07-09 01:43:15 UTC (rev 58329) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-09 02:37:00 UTC (rev 58330) @@ -1,3 +1,18 @@ + 2013-07-08 14:30 hvlad + M src/jrd/jrd.cpp +Backport fix for bug CORE-4135 : In SS sweep blocks establishment of concurrent attachments + + 2013-07-08 14:29 hvlad + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/jrd.cpp + M src/jrd/tra.cpp +Backport fix for bug CORE-4134 : Race condition when auto-sweep is started + + 2013-07-08 08:26 dimitr + M src/jrd/functions.cpp +CORE-3704: Add new context variables to the SYSTEM namespace. + 2013-07-07 15:11 dimitr M src/jrd/Optimizer.cpp M src/jrd/Optimizer.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-09 01:43:15 UTC (rev 58329) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-09 02:37:00 UTC (rev 58330) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26671 + FORMAL BUILD NUMBER:26674 */ -#define PRODUCT_VER_STRING "2.5.3.26671" -#define FILE_VER_STRING "WI-V2.5.3.26671" -#define LICENSE_VER_STRING "WI-V2.5.3.26671" -#define FILE_VER_NUMBER 2, 5, 3, 26671 +#define PRODUCT_VER_STRING "2.5.3.26674" +#define FILE_VER_STRING "WI-V2.5.3.26674" +#define LICENSE_VER_STRING "WI-V2.5.3.26674" +#define FILE_VER_NUMBER 2, 5, 3, 26674 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26671" +#define FB_BUILD_NO "26674" #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-07-09 01:43:15 UTC (rev 58329) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-09 02:37:00 UTC (rev 58330) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26671 +BuildNum=26674 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. |
From: <fir...@us...> - 2013-07-16 01:25:27
|
Revision: 58357 http://sourceforge.net/p/firebird/code/58357 Author: firebirds Date: 2013-07-16 01:25:24 +0000 (Tue, 16 Jul 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-07-16 00:44:41 UTC (rev 58356) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-16 01:25:24 UTC (rev 58357) @@ -1,3 +1,7 @@ + 2013-07-15 13:52 dimitr + M src/jrd/lck.cpp +Fixed the sweep lock owner. This is a complementary bugfix for CORE-4134 (Race condition when auto-sweep is started). + 2013-07-08 14:30 hvlad M src/jrd/jrd.cpp Backport fix for bug CORE-4135 : In SS sweep blocks establishment of concurrent attachments Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-16 00:44:41 UTC (rev 58356) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-16 01:25:24 UTC (rev 58357) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26674 + FORMAL BUILD NUMBER:26675 */ -#define PRODUCT_VER_STRING "2.5.3.26674" -#define FILE_VER_STRING "WI-V2.5.3.26674" -#define LICENSE_VER_STRING "WI-V2.5.3.26674" -#define FILE_VER_NUMBER 2, 5, 3, 26674 +#define PRODUCT_VER_STRING "2.5.3.26675" +#define FILE_VER_STRING "WI-V2.5.3.26675" +#define LICENSE_VER_STRING "WI-V2.5.3.26675" +#define FILE_VER_NUMBER 2, 5, 3, 26675 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26674" +#define FB_BUILD_NO "26675" #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-07-16 00:44:41 UTC (rev 58356) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-16 01:25:24 UTC (rev 58357) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26674 +BuildNum=26675 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. |
From: <fir...@us...> - 2013-07-18 00:35:25
|
Revision: 58377 http://sourceforge.net/p/firebird/code/58377 Author: firebirds Date: 2013-07-18 00:35:22 +0000 (Thu, 18 Jul 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-07-17 13:05:39 UTC (rev 58376) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-18 00:35:22 UTC (rev 58377) @@ -1,3 +1,13 @@ + 2013-07-17 11:45 paulbeach + A builds/install/arch-specific/darwin/embed.Info.plist + A builds/install/arch-specific/darwin/embed.darwin +Add support for embedded mode on MacOSX as an app bundle as well as the existing framework + + 2013-07-17 10:18 paulbeach + M src/jrd/os/darwin/config_root.cpp + M src/jrd/os/darwin/mod_loader.cpp +Update mod_loader to use Posix dl functions rather than deprecated NS functions. Add support for embedded mode on MacOSX as an app bundle as well as the existing framework + 2013-07-15 13:52 dimitr M src/jrd/lck.cpp Fixed the sweep lock owner. This is a complementary bugfix for CORE-4134 (Race condition when auto-sweep is started). Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-17 13:05:39 UTC (rev 58376) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-18 00:35:22 UTC (rev 58377) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26675 + FORMAL BUILD NUMBER:26677 */ -#define PRODUCT_VER_STRING "2.5.3.26675" -#define FILE_VER_STRING "WI-V2.5.3.26675" -#define LICENSE_VER_STRING "WI-V2.5.3.26675" -#define FILE_VER_NUMBER 2, 5, 3, 26675 +#define PRODUCT_VER_STRING "2.5.3.26677" +#define FILE_VER_STRING "WI-V2.5.3.26677" +#define LICENSE_VER_STRING "WI-V2.5.3.26677" +#define FILE_VER_NUMBER 2, 5, 3, 26677 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26675" +#define FB_BUILD_NO "26677" #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-07-17 13:05:39 UTC (rev 58376) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-18 00:35:22 UTC (rev 58377) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26675 +BuildNum=26677 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. |
From: <fir...@us...> - 2013-07-20 00:42:04
|
Revision: 58388 http://sourceforge.net/p/firebird/code/58388 Author: firebirds Date: 2013-07-20 00:42:01 +0000 (Sat, 20 Jul 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-07-20 00:27:41 UTC (rev 58387) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-20 00:42:01 UTC (rev 58388) @@ -1,3 +1,8 @@ + 2013-07-19 08:42 hvlad + M src/dsql/dsql.h + M src/dsql/pass1.cpp +Fixed bug CORE-4005 : wrong error message with recursive CTE + 2013-07-17 11:45 paulbeach A builds/install/arch-specific/darwin/embed.Info.plist A builds/install/arch-specific/darwin/embed.darwin Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-20 00:27:41 UTC (rev 58387) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-20 00:42:01 UTC (rev 58388) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26677 + FORMAL BUILD NUMBER:26678 */ -#define PRODUCT_VER_STRING "2.5.3.26677" -#define FILE_VER_STRING "WI-V2.5.3.26677" -#define LICENSE_VER_STRING "WI-V2.5.3.26677" -#define FILE_VER_NUMBER 2, 5, 3, 26677 +#define PRODUCT_VER_STRING "2.5.3.26678" +#define FILE_VER_STRING "WI-V2.5.3.26678" +#define LICENSE_VER_STRING "WI-V2.5.3.26678" +#define FILE_VER_NUMBER 2, 5, 3, 26678 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26677" +#define FB_BUILD_NO "26678" #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-07-20 00:27:41 UTC (rev 58387) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-20 00:42:01 UTC (rev 58388) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26677 +BuildNum=26678 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. |
From: <fir...@us...> - 2013-07-23 01:39:04
|
Revision: 58406 http://sourceforge.net/p/firebird/code/58406 Author: firebirds Date: 2013-07-23 01:39:01 +0000 (Tue, 23 Jul 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-07-23 01:11:15 UTC (rev 58405) +++ firebird/branches/B2_5_Release/ChangeLog 2013-07-23 01:39:01 UTC (rev 58406) @@ -1,3 +1,20 @@ + 2013-07-22 16:20 dimitr + M doc/WhatsNew +Updated the docs. + + 2013-07-22 16:18 dimitr + M doc/WhatsNew +Updated the docs. + + 2013-07-22 07:47 hvlad + M src/dsql/gen.cpp +Fixed bug CORE-4144 : Error "context already in use (BLR error)" when preparing a query with UNION + + 2013-07-22 07:36 alexpeshkoff + M builds/posix/Makefile.in.examples + M builds/posix/Makefile.in.firebird +Patch from LO + 2013-07-19 08:42 hvlad M src/dsql/dsql.h M src/dsql/pass1.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-23 01:11:15 UTC (rev 58405) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-07-23 01:39:01 UTC (rev 58406) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26678 + FORMAL BUILD NUMBER:26682 */ -#define PRODUCT_VER_STRING "2.5.3.26678" -#define FILE_VER_STRING "WI-V2.5.3.26678" -#define LICENSE_VER_STRING "WI-V2.5.3.26678" -#define FILE_VER_NUMBER 2, 5, 3, 26678 +#define PRODUCT_VER_STRING "2.5.3.26682" +#define FILE_VER_STRING "WI-V2.5.3.26682" +#define LICENSE_VER_STRING "WI-V2.5.3.26682" +#define FILE_VER_NUMBER 2, 5, 3, 26682 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26678" +#define FB_BUILD_NO "26682" #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-07-23 01:11:15 UTC (rev 58405) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-07-23 01:39:01 UTC (rev 58406) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26678 +BuildNum=26682 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. |
From: <fir...@us...> - 2013-08-03 00:38:59
|
Revision: 58444 http://sourceforge.net/p/firebird/code/58444 Author: firebirds Date: 2013-08-03 00:38:56 +0000 (Sat, 03 Aug 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-08-03 00:25:28 UTC (rev 58443) +++ firebird/branches/B2_5_Release/ChangeLog 2013-08-03 00:38:56 UTC (rev 58444) @@ -1,3 +1,9 @@ + 2013-08-02 13:45 hvlad + M src/jrd/jrd.cpp + M src/jrd/trace/TraceConfigStorage.cpp + M src/jrd/trace/TraceConfigStorage.h +Fixed bug CORE-4143 : Leak memory in fbembed.dll + 2013-07-22 16:20 dimitr M doc/WhatsNew Updated the docs. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-03 00:25:28 UTC (rev 58443) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-03 00:38:56 UTC (rev 58444) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26682 + FORMAL BUILD NUMBER:26683 */ -#define PRODUCT_VER_STRING "2.5.3.26682" -#define FILE_VER_STRING "WI-V2.5.3.26682" -#define LICENSE_VER_STRING "WI-V2.5.3.26682" -#define FILE_VER_NUMBER 2, 5, 3, 26682 +#define PRODUCT_VER_STRING "2.5.3.26683" +#define FILE_VER_STRING "WI-V2.5.3.26683" +#define LICENSE_VER_STRING "WI-V2.5.3.26683" +#define FILE_VER_NUMBER 2, 5, 3, 26683 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26682" +#define FB_BUILD_NO "26683" #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-08-03 00:25:28 UTC (rev 58443) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-08-03 00:38:56 UTC (rev 58444) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26682 +BuildNum=26683 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. |
From: <fir...@us...> - 2013-08-23 00:56:34
|
Revision: 58532 http://sourceforge.net/p/firebird/code/58532 Author: firebirds Date: 2013-08-23 00:56:31 +0000 (Fri, 23 Aug 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-08-23 00:35:24 UTC (rev 58531) +++ firebird/branches/B2_5_Release/ChangeLog 2013-08-23 00:56:31 UTC (rev 58532) @@ -1,3 +1,15 @@ + 2013-08-22 06:57 dimitr + M builds/win32/make_examples.bat +Allow examples to be built without the running server. + + 2013-08-22 06:24 dimitr + M builds/win32/make_all.bat +Added READMEs to Windows snapshots. + + 2013-08-21 10:36 alexpeshkoff + M src/jrd/jrd.cpp +Backported postfixes for CORE-3935 & CORE-3944: helps avoid segfaults/deadlocks when shutting down firebird + 2013-08-02 13:45 hvlad M src/jrd/jrd.cpp M src/jrd/trace/TraceConfigStorage.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-23 00:35:24 UTC (rev 58531) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-23 00:56:31 UTC (rev 58532) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26683 + FORMAL BUILD NUMBER:26686 */ -#define PRODUCT_VER_STRING "2.5.3.26683" -#define FILE_VER_STRING "WI-V2.5.3.26683" -#define LICENSE_VER_STRING "WI-V2.5.3.26683" -#define FILE_VER_NUMBER 2, 5, 3, 26683 +#define PRODUCT_VER_STRING "2.5.3.26686" +#define FILE_VER_STRING "WI-V2.5.3.26686" +#define LICENSE_VER_STRING "WI-V2.5.3.26686" +#define FILE_VER_NUMBER 2, 5, 3, 26686 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26683" +#define FB_BUILD_NO "26686" #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-08-23 00:35:24 UTC (rev 58531) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-08-23 00:56:31 UTC (rev 58532) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26683 +BuildNum=26686 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. |
From: <fir...@us...> - 2013-08-30 00:43:33
|
Revision: 58556 http://sourceforge.net/p/firebird/code/58556 Author: firebirds Date: 2013-08-30 00:43:30 +0000 (Fri, 30 Aug 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-08-30 00:30:04 UTC (rev 58555) +++ firebird/branches/B2_5_Release/ChangeLog 2013-08-30 00:43:30 UTC (rev 58556) @@ -1,3 +1,7 @@ + 2013-08-29 16:01 asfernandes + M src/dsql/parse.y +Backported fix for CORE-4198 - Incorrect "token unknown" error when the SQL string ends with a hex number literal. + 2013-08-22 06:57 dimitr M builds/win32/make_examples.bat Allow examples to be built without the running server. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-30 00:30:04 UTC (rev 58555) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-30 00:43:30 UTC (rev 58556) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26686 + FORMAL BUILD NUMBER:26687 */ -#define PRODUCT_VER_STRING "2.5.3.26686" -#define FILE_VER_STRING "WI-V2.5.3.26686" -#define LICENSE_VER_STRING "WI-V2.5.3.26686" -#define FILE_VER_NUMBER 2, 5, 3, 26686 +#define PRODUCT_VER_STRING "2.5.3.26687" +#define FILE_VER_STRING "WI-V2.5.3.26687" +#define LICENSE_VER_STRING "WI-V2.5.3.26687" +#define FILE_VER_NUMBER 2, 5, 3, 26687 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26686" +#define FB_BUILD_NO "26687" #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-08-30 00:30:04 UTC (rev 58555) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-08-30 00:43:30 UTC (rev 58556) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26686 +BuildNum=26687 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. |
From: <fir...@us...> - 2013-08-31 01:48:54
|
Revision: 58560 http://sourceforge.net/p/firebird/code/58560 Author: firebirds Date: 2013-08-31 01:48:49 +0000 (Sat, 31 Aug 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-08-31 01:21:47 UTC (rev 58559) +++ firebird/branches/B2_5_Release/ChangeLog 2013-08-31 01:48:49 UTC (rev 58560) @@ -1,3 +1,7 @@ + 2013-08-30 08:16 paulbeach + M builds/posix/firebird.vers +Enable support for the Cobol pre-compiler in libfbclient and libfbembed should anyone want to compile it and use it. + 2013-08-29 16:01 asfernandes M src/dsql/parse.y Backported fix for CORE-4198 - Incorrect "token unknown" error when the SQL string ends with a hex number literal. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-31 01:21:47 UTC (rev 58559) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-08-31 01:48:49 UTC (rev 58560) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26687 + FORMAL BUILD NUMBER:26688 */ -#define PRODUCT_VER_STRING "2.5.3.26687" -#define FILE_VER_STRING "WI-V2.5.3.26687" -#define LICENSE_VER_STRING "WI-V2.5.3.26687" -#define FILE_VER_NUMBER 2, 5, 3, 26687 +#define PRODUCT_VER_STRING "2.5.3.26688" +#define FILE_VER_STRING "WI-V2.5.3.26688" +#define LICENSE_VER_STRING "WI-V2.5.3.26688" +#define FILE_VER_NUMBER 2, 5, 3, 26688 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26687" +#define FB_BUILD_NO "26688" #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-08-31 01:21:47 UTC (rev 58559) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-08-31 01:48:49 UTC (rev 58560) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26687 +BuildNum=26688 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. |
From: <fir...@us...> - 2013-09-05 00:43:57
|
Revision: 58574 http://sourceforge.net/p/firebird/code/58574 Author: firebirds Date: 2013-09-05 00:43:53 +0000 (Thu, 05 Sep 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-09-05 00:28:15 UTC (rev 58573) +++ firebird/branches/B2_5_Release/ChangeLog 2013-09-05 00:43:53 UTC (rev 58574) @@ -1,3 +1,8 @@ + 2013-09-04 17:44 dimitr + M src/jrd/jrd.cpp + M src/jrd/jrd.h +Cleanup and use the explicit rollback via TIP for all kinds of forced disconnections. + 2013-08-30 08:16 paulbeach M builds/posix/firebird.vers Enable support for the Cobol pre-compiler in libfbclient and libfbembed should anyone want to compile it and use it. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-05 00:28:15 UTC (rev 58573) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-05 00:43:53 UTC (rev 58574) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26688 + FORMAL BUILD NUMBER:26689 */ -#define PRODUCT_VER_STRING "2.5.3.26688" -#define FILE_VER_STRING "WI-V2.5.3.26688" -#define LICENSE_VER_STRING "WI-V2.5.3.26688" -#define FILE_VER_NUMBER 2, 5, 3, 26688 +#define PRODUCT_VER_STRING "2.5.3.26689" +#define FILE_VER_STRING "WI-V2.5.3.26689" +#define LICENSE_VER_STRING "WI-V2.5.3.26689" +#define FILE_VER_NUMBER 2, 5, 3, 26689 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26688" +#define FB_BUILD_NO "26689" #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-09-05 00:28:15 UTC (rev 58573) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-09-05 00:43:53 UTC (rev 58574) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26688 +BuildNum=26689 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. |
From: <fir...@us...> - 2013-09-06 00:41:33
|
Revision: 58581 http://sourceforge.net/p/firebird/code/58581 Author: firebirds Date: 2013-09-06 00:41:30 +0000 (Fri, 06 Sep 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-09-06 00:28:01 UTC (rev 58580) +++ firebird/branches/B2_5_Release/ChangeLog 2013-09-06 00:41:30 UTC (rev 58581) @@ -1,3 +1,7 @@ + 2013-09-05 13:59 alexpeshkoff + M src/jrd/unicode_util.cpp +Fixed ICU loader to make it match one more symbols naming convention in fresh ICU + 2013-09-04 17:44 dimitr M src/jrd/jrd.cpp M src/jrd/jrd.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-06 00:28:01 UTC (rev 58580) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-06 00:41:30 UTC (rev 58581) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26689 + FORMAL BUILD NUMBER:26690 */ -#define PRODUCT_VER_STRING "2.5.3.26689" -#define FILE_VER_STRING "WI-V2.5.3.26689" -#define LICENSE_VER_STRING "WI-V2.5.3.26689" -#define FILE_VER_NUMBER 2, 5, 3, 26689 +#define PRODUCT_VER_STRING "2.5.3.26690" +#define FILE_VER_STRING "WI-V2.5.3.26690" +#define LICENSE_VER_STRING "WI-V2.5.3.26690" +#define FILE_VER_NUMBER 2, 5, 3, 26690 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26689" +#define FB_BUILD_NO "26690" #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-09-06 00:28:01 UTC (rev 58580) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-09-06 00:41:30 UTC (rev 58581) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26689 +BuildNum=26690 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. |
From: <fir...@us...> - 2013-09-07 02:03:12
|
Revision: 58588 http://sourceforge.net/p/firebird/code/58588 Author: firebirds Date: 2013-09-07 02:03:07 +0000 (Sat, 07 Sep 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-09-07 00:53:07 UTC (rev 58587) +++ firebird/branches/B2_5_Release/ChangeLog 2013-09-07 02:03:07 UTC (rev 58588) @@ -1,3 +1,15 @@ + 2013-09-06 15:58 asfernandes + M src/dsql/ddl.cpp +Fixed CORE-4210 - Preserve comments for output parameters after altering procedures. + + 2013-09-06 12:09 alexpeshkoff + M src/utilities/ntrace/TraceUnicodeUtils.cpp +Slightly enhanced diagnostics + + 2013-09-06 08:50 alexpeshkoff + M src/jrd/isc_sync.cpp +Slightly enhance diagnostic + 2013-09-05 13:59 alexpeshkoff M src/jrd/unicode_util.cpp Fixed ICU loader to make it match one more symbols naming convention in fresh ICU Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-07 00:53:07 UTC (rev 58587) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-07 02:03:07 UTC (rev 58588) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26690 + FORMAL BUILD NUMBER:26693 */ -#define PRODUCT_VER_STRING "2.5.3.26690" -#define FILE_VER_STRING "WI-V2.5.3.26690" -#define LICENSE_VER_STRING "WI-V2.5.3.26690" -#define FILE_VER_NUMBER 2, 5, 3, 26690 +#define PRODUCT_VER_STRING "2.5.3.26693" +#define FILE_VER_STRING "WI-V2.5.3.26693" +#define LICENSE_VER_STRING "WI-V2.5.3.26693" +#define FILE_VER_NUMBER 2, 5, 3, 26693 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26690" +#define FB_BUILD_NO "26693" #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-09-07 00:53:07 UTC (rev 58587) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-09-07 02:03:07 UTC (rev 58588) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26690 +BuildNum=26693 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. |
From: <fir...@us...> - 2013-09-11 01:10:23
|
Revision: 58601 http://sourceforge.net/p/firebird/code/58601 Author: firebirds Date: 2013-09-11 01:10:21 +0000 (Wed, 11 Sep 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-09-11 00:28:17 UTC (rev 58600) +++ firebird/branches/B2_5_Release/ChangeLog 2013-09-11 01:10:21 UTC (rev 58601) @@ -1,3 +1,24 @@ + 2013-09-10 14:52 asfernandes + M src/dsql/pass1.cpp +Fixed CORE-4204 - Error when compiling the procedure containing the statement if (x = (select ...)). + + 2013-09-10 14:35 hvlad + M src/jrd/dyn_def.epp +Fixed bug CORE-4214 : GTT should not reference permanent relation + + 2013-09-10 11:39 hvlad + M src/jrd/vio.cpp +Fixed bug CORE-4212 : Dropping FK on GTT crashes server + + 2013-09-09 11:05 alexpeshkoff + M src/common/classes/init.cpp + M src/common/classes/init.h + M src/jrd/trace/TraceConfigStorage.cpp + M src/jrd/trace/TraceConfigStorage.h + M src/jrd/trace/TraceManager.cpp + M src/jrd/trace/TraceManager.h +Backported fix for CORE-4211: Embedded engine hangs for 5 seconds when closing + 2013-09-06 15:58 asfernandes M src/dsql/ddl.cpp Fixed CORE-4210 - Preserve comments for output parameters after altering procedures. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-11 00:28:17 UTC (rev 58600) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-11 01:10:21 UTC (rev 58601) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26693 + FORMAL BUILD NUMBER:26697 */ -#define PRODUCT_VER_STRING "2.5.3.26693" -#define FILE_VER_STRING "WI-V2.5.3.26693" -#define LICENSE_VER_STRING "WI-V2.5.3.26693" -#define FILE_VER_NUMBER 2, 5, 3, 26693 +#define PRODUCT_VER_STRING "2.5.3.26697" +#define FILE_VER_STRING "WI-V2.5.3.26697" +#define LICENSE_VER_STRING "WI-V2.5.3.26697" +#define FILE_VER_NUMBER 2, 5, 3, 26697 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26693" +#define FB_BUILD_NO "26697" #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-09-11 00:28:17 UTC (rev 58600) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-09-11 01:10:21 UTC (rev 58601) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26693 +BuildNum=26697 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. |
From: <fir...@us...> - 2013-09-12 00:53:07
|
Revision: 58605 http://sourceforge.net/p/firebird/code/58605 Author: firebirds Date: 2013-09-12 00:53:02 +0000 (Thu, 12 Sep 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-09-11 15:40:25 UTC (rev 58604) +++ firebird/branches/B2_5_Release/ChangeLog 2013-09-12 00:53:02 UTC (rev 58605) @@ -1,3 +1,7 @@ + 2013-09-11 15:40 hvlad + M src/jrd/btr.cpp +Improvement CORE-4215 : Execution of SET STATISTICS INDEX statement could block or slow execution of concurrent attachments + 2013-09-10 14:52 asfernandes M src/dsql/pass1.cpp Fixed CORE-4204 - Error when compiling the procedure containing the statement if (x = (select ...)). Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-11 15:40:25 UTC (rev 58604) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-09-12 00:53:02 UTC (rev 58605) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26697 + FORMAL BUILD NUMBER:26698 */ -#define PRODUCT_VER_STRING "2.5.3.26697" -#define FILE_VER_STRING "WI-V2.5.3.26697" -#define LICENSE_VER_STRING "WI-V2.5.3.26697" -#define FILE_VER_NUMBER 2, 5, 3, 26697 +#define PRODUCT_VER_STRING "2.5.3.26698" +#define FILE_VER_STRING "WI-V2.5.3.26698" +#define LICENSE_VER_STRING "WI-V2.5.3.26698" +#define FILE_VER_NUMBER 2, 5, 3, 26698 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26697" +#define FB_BUILD_NO "26698" #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-09-11 15:40:25 UTC (rev 58604) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-09-12 00:53:02 UTC (rev 58605) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26697 +BuildNum=26698 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. |