From: <fir...@us...> - 2015-09-04 00:13:47
|
Revision: 62192 http://sourceforge.net/p/firebird/code/62192 Author: firebirds Date: 2015-09-04 00:13:45 +0000 (Fri, 04 Sep 2015) 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 2015-09-04 00:09:15 UTC (rev 62191) +++ firebird/branches/B2_5_Release/ChangeLog 2015-09-04 00:13:45 UTC (rev 62192) @@ -1,3 +1,7 @@ + 2015-09-03 21:22 hvlad + M src/jrd/btr.cpp +Postfix for CORE-4904 + 2015-09-01 20:54 dimitr M src/jrd/opt.cpp Fixed CORE-4921: Predicate IS [NOT] DISTINCT FROM is not pushed into unions/aggregates thus causing sub-optimal plans. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-04 00:09:15 UTC (rev 62191) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-04 00:13:45 UTC (rev 62192) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26926 + FORMAL BUILD NUMBER:26927 */ -#define PRODUCT_VER_STRING "2.5.5.26926" -#define FILE_VER_STRING "WI-V2.5.5.26926" -#define LICENSE_VER_STRING "WI-V2.5.5.26926" -#define FILE_VER_NUMBER 2, 5, 5, 26926 +#define PRODUCT_VER_STRING "2.5.5.26927" +#define FILE_VER_STRING "WI-V2.5.5.26927" +#define LICENSE_VER_STRING "WI-V2.5.5.26927" +#define FILE_VER_NUMBER 2, 5, 5, 26927 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26926" +#define FB_BUILD_NO "26927" #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 2015-09-04 00:09:15 UTC (rev 62191) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-04 00:13:45 UTC (rev 62192) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26926 +BuildNum=26927 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...> - 2015-09-08 00:13:09
|
Revision: 62201 http://sourceforge.net/p/firebird/code/62201 Author: firebirds Date: 2015-09-08 00:13:06 +0000 (Tue, 08 Sep 2015) 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 2015-09-07 09:56:15 UTC (rev 62200) +++ firebird/branches/B2_5_Release/ChangeLog 2015-09-08 00:13:06 UTC (rev 62201) @@ -1,3 +1,7 @@ + 2015-09-07 09:56 dimitr + M src/jrd/opt.cpp +Fixed CORE-4927: IIF function prevents the condition from being pushed into the union for better optimization. + 2015-09-03 21:22 hvlad M src/jrd/btr.cpp Postfix for CORE-4904 Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-07 09:56:15 UTC (rev 62200) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-08 00:13:06 UTC (rev 62201) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26927 + FORMAL BUILD NUMBER:26928 */ -#define PRODUCT_VER_STRING "2.5.5.26927" -#define FILE_VER_STRING "WI-V2.5.5.26927" -#define LICENSE_VER_STRING "WI-V2.5.5.26927" -#define FILE_VER_NUMBER 2, 5, 5, 26927 +#define PRODUCT_VER_STRING "2.5.5.26928" +#define FILE_VER_STRING "WI-V2.5.5.26928" +#define LICENSE_VER_STRING "WI-V2.5.5.26928" +#define FILE_VER_NUMBER 2, 5, 5, 26928 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26927" +#define FB_BUILD_NO "26928" #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 2015-09-07 09:56:15 UTC (rev 62200) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-08 00:13:06 UTC (rev 62201) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26927 +BuildNum=26928 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...> - 2015-09-12 00:13:39
|
Revision: 62213 http://sourceforge.net/p/firebird/code/62213 Author: firebirds Date: 2015-09-12 00:13:36 +0000 (Sat, 12 Sep 2015) 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 2015-09-12 00:09:04 UTC (rev 62212) +++ firebird/branches/B2_5_Release/ChangeLog 2015-09-12 00:13:36 UTC (rev 62213) @@ -1,3 +1,9 @@ + 2015-09-11 09:18 dimitr + M src/jrd/opt.cpp + M src/jrd/rse.cpp + M src/jrd/rse.h +Fixed CORE-4909 re. sort/merge joins. + 2015-09-07 09:56 dimitr M src/jrd/opt.cpp Fixed CORE-4927: IIF function prevents the condition from being pushed into the union for better optimization. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-12 00:09:04 UTC (rev 62212) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-12 00:13:36 UTC (rev 62213) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26928 + FORMAL BUILD NUMBER:26929 */ -#define PRODUCT_VER_STRING "2.5.5.26928" -#define FILE_VER_STRING "WI-V2.5.5.26928" -#define LICENSE_VER_STRING "WI-V2.5.5.26928" -#define FILE_VER_NUMBER 2, 5, 5, 26928 +#define PRODUCT_VER_STRING "2.5.5.26929" +#define FILE_VER_STRING "WI-V2.5.5.26929" +#define LICENSE_VER_STRING "WI-V2.5.5.26929" +#define FILE_VER_NUMBER 2, 5, 5, 26929 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26928" +#define FB_BUILD_NO "26929" #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 2015-09-12 00:09:04 UTC (rev 62212) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-12 00:13:36 UTC (rev 62213) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26928 +BuildNum=26929 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...> - 2015-09-15 00:14:01
|
Revision: 62216 http://sourceforge.net/p/firebird/code/62216 Author: firebirds Date: 2015-09-15 00:14:00 +0000 (Tue, 15 Sep 2015) 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 2015-09-14 14:46:04 UTC (rev 62215) +++ firebird/branches/B2_5_Release/ChangeLog 2015-09-15 00:14:00 UTC (rev 62216) @@ -1,3 +1,7 @@ + 2015-09-14 14:46 dimitr + M doc/WhatsNew +Updated docs. + 2015-09-11 09:18 dimitr M src/jrd/opt.cpp M src/jrd/rse.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-14 14:46:04 UTC (rev 62215) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-15 00:14:00 UTC (rev 62216) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26929 + FORMAL BUILD NUMBER:26930 */ -#define PRODUCT_VER_STRING "2.5.5.26929" -#define FILE_VER_STRING "WI-V2.5.5.26929" -#define LICENSE_VER_STRING "WI-V2.5.5.26929" -#define FILE_VER_NUMBER 2, 5, 5, 26929 +#define PRODUCT_VER_STRING "2.5.5.26930" +#define FILE_VER_STRING "WI-V2.5.5.26930" +#define LICENSE_VER_STRING "WI-V2.5.5.26930" +#define FILE_VER_NUMBER 2, 5, 5, 26930 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26929" +#define FB_BUILD_NO "26930" #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 2015-09-14 14:46:04 UTC (rev 62215) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-15 00:14:00 UTC (rev 62216) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26929 +BuildNum=26930 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...> - 2015-09-24 00:13:49
|
Revision: 62247 http://sourceforge.net/p/firebird/code/62247 Author: firebirds Date: 2015-09-24 00:13:47 +0000 (Thu, 24 Sep 2015) 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 2015-09-23 18:58:46 UTC (rev 62246) +++ firebird/branches/B2_5_Release/ChangeLog 2015-09-24 00:13:47 UTC (rev 62247) @@ -1,3 +1,11 @@ + 2015-09-23 18:58 dimitr + M src/jrd/opt.cpp +Corrected a mistake of mine. + + 2015-09-23 18:46 dimitr + M src/jrd/opt.cpp +Fixed the second example in CORE-4937: View/subselect with "union" does not use computed index. + 2015-09-14 14:46 dimitr M doc/WhatsNew Updated docs. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-23 18:58:46 UTC (rev 62246) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-24 00:13:47 UTC (rev 62247) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26930 + FORMAL BUILD NUMBER:26932 */ -#define PRODUCT_VER_STRING "2.5.5.26930" -#define FILE_VER_STRING "WI-V2.5.5.26930" -#define LICENSE_VER_STRING "WI-V2.5.5.26930" -#define FILE_VER_NUMBER 2, 5, 5, 26930 +#define PRODUCT_VER_STRING "2.5.5.26932" +#define FILE_VER_STRING "WI-V2.5.5.26932" +#define LICENSE_VER_STRING "WI-V2.5.5.26932" +#define FILE_VER_NUMBER 2, 5, 5, 26932 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26930" +#define FB_BUILD_NO "26932" #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 2015-09-23 18:58:46 UTC (rev 62246) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-24 00:13:47 UTC (rev 62247) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26930 +BuildNum=26932 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...> - 2015-09-25 00:13:13
|
Revision: 62251 http://sourceforge.net/p/firebird/code/62251 Author: firebirds Date: 2015-09-25 00:13:11 +0000 (Fri, 25 Sep 2015) 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 2015-09-25 00:08:36 UTC (rev 62250) +++ firebird/branches/B2_5_Release/ChangeLog 2015-09-25 00:13:11 UTC (rev 62251) @@ -1,3 +1,7 @@ + 2015-09-24 16:19 asfernandes + M src/jrd/evl.cpp +Fixed CORE-4943 - Dialect 1 casting date to string breaks when in the presence a domain with a check constraint. + 2015-09-23 18:58 dimitr M src/jrd/opt.cpp Corrected a mistake of mine. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-25 00:08:36 UTC (rev 62250) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-25 00:13:11 UTC (rev 62251) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26932 + FORMAL BUILD NUMBER:26933 */ -#define PRODUCT_VER_STRING "2.5.5.26932" -#define FILE_VER_STRING "WI-V2.5.5.26932" -#define LICENSE_VER_STRING "WI-V2.5.5.26932" -#define FILE_VER_NUMBER 2, 5, 5, 26932 +#define PRODUCT_VER_STRING "2.5.5.26933" +#define FILE_VER_STRING "WI-V2.5.5.26933" +#define LICENSE_VER_STRING "WI-V2.5.5.26933" +#define FILE_VER_NUMBER 2, 5, 5, 26933 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26932" +#define FB_BUILD_NO "26933" #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 2015-09-25 00:08:36 UTC (rev 62250) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-25 00:13:11 UTC (rev 62251) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26932 +BuildNum=26933 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...> - 2015-09-29 00:13:49
|
Revision: 62265 http://sourceforge.net/p/firebird/code/62265 Author: firebirds Date: 2015-09-29 00:13:47 +0000 (Tue, 29 Sep 2015) 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 2015-09-29 00:09:05 UTC (rev 62264) +++ firebird/branches/B2_5_Release/ChangeLog 2015-09-29 00:13:47 UTC (rev 62265) @@ -1,3 +1,16 @@ + 2015-09-28 13:27 paulbeach + M src/jrd/license.h +Fix an irritating warning when building packages + + 2015-09-28 13:24 paulbeach + M builds/install/arch-specific/darwin/Makefile.in +Apple in the last release of OSX have somehow managed to change the default behaviour of tail + + 2015-09-28 12:11 paulbeach + M builds/posix/prefix.darwin_i386 + M builds/posix/prefix.darwin_x86_64 +Clang only supports TLS from MacOSX 10.7 + 2015-09-24 16:19 asfernandes M src/jrd/evl.cpp Fixed CORE-4943 - Dialect 1 casting date to string breaks when in the presence a domain with a check constraint. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-29 00:09:05 UTC (rev 62264) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-09-29 00:13:47 UTC (rev 62265) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26933 + FORMAL BUILD NUMBER:26936 */ -#define PRODUCT_VER_STRING "2.5.5.26933" -#define FILE_VER_STRING "WI-V2.5.5.26933" -#define LICENSE_VER_STRING "WI-V2.5.5.26933" -#define FILE_VER_NUMBER 2, 5, 5, 26933 +#define PRODUCT_VER_STRING "2.5.5.26936" +#define FILE_VER_STRING "WI-V2.5.5.26936" +#define LICENSE_VER_STRING "WI-V2.5.5.26936" +#define FILE_VER_NUMBER 2, 5, 5, 26936 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26933" +#define FB_BUILD_NO "26936" #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 2015-09-29 00:09:05 UTC (rev 62264) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-09-29 00:13:47 UTC (rev 62265) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26933 +BuildNum=26936 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...> - 2015-10-04 00:13:43
|
Revision: 62294 http://sourceforge.net/p/firebird/code/62294 Author: firebirds Date: 2015-10-04 00:13:41 +0000 (Sun, 04 Oct 2015) 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 2015-10-04 00:09:35 UTC (rev 62293) +++ firebird/branches/B2_5_Release/ChangeLog 2015-10-04 00:13:41 UTC (rev 62294) @@ -1,3 +1,7 @@ + 2015-10-03 05:52 dimitr + M src/jrd/opt.cpp +Fixed the regression (functional.arno.optimizer.opt_left_join_12) I introduced recently. + 2015-09-28 13:27 paulbeach M src/jrd/license.h Fix an irritating warning when building packages Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-04 00:09:35 UTC (rev 62293) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-04 00:13:41 UTC (rev 62294) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26936 + FORMAL BUILD NUMBER:26937 */ -#define PRODUCT_VER_STRING "2.5.5.26936" -#define FILE_VER_STRING "WI-V2.5.5.26936" -#define LICENSE_VER_STRING "WI-V2.5.5.26936" -#define FILE_VER_NUMBER 2, 5, 5, 26936 +#define PRODUCT_VER_STRING "2.5.5.26937" +#define FILE_VER_STRING "WI-V2.5.5.26937" +#define LICENSE_VER_STRING "WI-V2.5.5.26937" +#define FILE_VER_NUMBER 2, 5, 5, 26937 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26936" +#define FB_BUILD_NO "26937" #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 2015-10-04 00:09:35 UTC (rev 62293) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-04 00:13:41 UTC (rev 62294) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26936 +BuildNum=26937 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...> - 2015-10-10 00:16:13
|
Revision: 62343 http://sourceforge.net/p/firebird/code/62343 Author: firebirds Date: 2015-10-10 00:16:11 +0000 (Sat, 10 Oct 2015) 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 2015-10-10 00:09:34 UTC (rev 62342) +++ firebird/branches/B2_5_Release/ChangeLog 2015-10-10 00:16:11 UTC (rev 62343) @@ -1,3 +1,7 @@ + 2015-10-09 08:35 paulbeach + M extern/icu/source/config/mh-darwin +bring icu osx version into line with prefix.darwin* + 2015-10-03 05:52 dimitr M src/jrd/opt.cpp Fixed the regression (functional.arno.optimizer.opt_left_join_12) I introduced recently. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-10 00:09:34 UTC (rev 62342) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-10 00:16:11 UTC (rev 62343) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26937 + FORMAL BUILD NUMBER:26938 */ -#define PRODUCT_VER_STRING "2.5.5.26937" -#define FILE_VER_STRING "WI-V2.5.5.26937" -#define LICENSE_VER_STRING "WI-V2.5.5.26937" -#define FILE_VER_NUMBER 2, 5, 5, 26937 +#define PRODUCT_VER_STRING "2.5.5.26938" +#define FILE_VER_STRING "WI-V2.5.5.26938" +#define LICENSE_VER_STRING "WI-V2.5.5.26938" +#define FILE_VER_NUMBER 2, 5, 5, 26938 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26937" +#define FB_BUILD_NO "26938" #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 2015-10-10 00:09:34 UTC (rev 62342) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-10 00:16:11 UTC (rev 62343) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26937 +BuildNum=26938 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...> - 2015-10-12 00:13:30
|
Revision: 62353 http://sourceforge.net/p/firebird/code/62353 Author: firebirds Date: 2015-10-12 00:13:28 +0000 (Mon, 12 Oct 2015) 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 2015-10-12 00:09:07 UTC (rev 62352) +++ firebird/branches/B2_5_Release/ChangeLog 2015-10-12 00:13:28 UTC (rev 62353) @@ -1,3 +1,12 @@ + 2015-10-11 14:43 alexpeshkoff + M src/include/gen/msgs.h + M src/msgs/messages2.sql +Backported changes in message text + + 2015-10-11 07:29 dimitr + M doc/WhatsNew +Updated docs. + 2015-10-09 08:35 paulbeach M extern/icu/source/config/mh-darwin bring icu osx version into line with prefix.darwin* Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-12 00:09:07 UTC (rev 62352) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-12 00:13:28 UTC (rev 62353) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26938 + FORMAL BUILD NUMBER:26940 */ -#define PRODUCT_VER_STRING "2.5.5.26938" -#define FILE_VER_STRING "WI-V2.5.5.26938" -#define LICENSE_VER_STRING "WI-V2.5.5.26938" -#define FILE_VER_NUMBER 2, 5, 5, 26938 +#define PRODUCT_VER_STRING "2.5.5.26940" +#define FILE_VER_STRING "WI-V2.5.5.26940" +#define LICENSE_VER_STRING "WI-V2.5.5.26940" +#define FILE_VER_NUMBER 2, 5, 5, 26940 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26938" +#define FB_BUILD_NO "26940" #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 2015-10-12 00:09:07 UTC (rev 62352) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-12 00:13:28 UTC (rev 62353) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26938 +BuildNum=26940 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...> - 2015-10-14 00:24:04
|
Revision: 62365 http://sourceforge.net/p/firebird/code/62365 Author: firebirds Date: 2015-10-14 00:24:01 +0000 (Wed, 14 Oct 2015) 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 2015-10-14 00:19:51 UTC (rev 62364) +++ firebird/branches/B2_5_Release/ChangeLog 2015-10-14 00:24:01 UTC (rev 62365) @@ -1,3 +1,15 @@ + 2015-10-13 12:00 paulbeach + A builds/install/arch-specific/darwin/DistributionCS.xml + A builds/install/arch-specific/darwin/DistributionSS.xml + M builds/install/arch-specific/darwin/Info.plist + M builds/install/arch-specific/darwin/Makefile.in + M builds/install/arch-specific/darwin/install-script + M builds/install/arch-specific/darwin/preupgrade-script + M builds/posix/postfix.darwin + M builds/posix/prefix.darwin_i386 + M builds/posix/prefix.darwin_x86_64 +New installer based on pkgbuild and productbuild to replace old deprecated installer on El Capitan + 2015-10-11 14:43 alexpeshkoff M src/include/gen/msgs.h M src/msgs/messages2.sql Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-14 00:19:51 UTC (rev 62364) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-14 00:24:01 UTC (rev 62365) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26940 + FORMAL BUILD NUMBER:26941 */ -#define PRODUCT_VER_STRING "2.5.5.26940" -#define FILE_VER_STRING "WI-V2.5.5.26940" -#define LICENSE_VER_STRING "WI-V2.5.5.26940" -#define FILE_VER_NUMBER 2, 5, 5, 26940 +#define PRODUCT_VER_STRING "2.5.5.26941" +#define FILE_VER_STRING "WI-V2.5.5.26941" +#define LICENSE_VER_STRING "WI-V2.5.5.26941" +#define FILE_VER_NUMBER 2, 5, 5, 26941 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26940" +#define FB_BUILD_NO "26941" #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 2015-10-14 00:19:51 UTC (rev 62364) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-14 00:24:01 UTC (rev 62365) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26940 +BuildNum=26941 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...> - 2015-10-15 00:15:08
|
Revision: 62369 http://sourceforge.net/p/firebird/code/62369 Author: firebirds Date: 2015-10-15 00:15:06 +0000 (Thu, 15 Oct 2015) 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 2015-10-15 00:08:56 UTC (rev 62368) +++ firebird/branches/B2_5_Release/ChangeLog 2015-10-15 00:15:06 UTC (rev 62369) @@ -1,3 +1,9 @@ + 2015-10-14 12:46 paulbeach + M builds/install/arch-specific/darwin/install-script + M builds/install/arch-specific/darwin/preupgrade-script + M builds/posix/postfix.darwin +More changes to support the new pkgbuild installer for El Capitan + 2015-10-13 12:00 paulbeach A builds/install/arch-specific/darwin/DistributionCS.xml A builds/install/arch-specific/darwin/DistributionSS.xml Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-15 00:08:56 UTC (rev 62368) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-15 00:15:06 UTC (rev 62369) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26941 + FORMAL BUILD NUMBER:26942 */ -#define PRODUCT_VER_STRING "2.5.5.26941" -#define FILE_VER_STRING "WI-V2.5.5.26941" -#define LICENSE_VER_STRING "WI-V2.5.5.26941" -#define FILE_VER_NUMBER 2, 5, 5, 26941 +#define PRODUCT_VER_STRING "2.5.5.26942" +#define FILE_VER_STRING "WI-V2.5.5.26942" +#define LICENSE_VER_STRING "WI-V2.5.5.26942" +#define FILE_VER_NUMBER 2, 5, 5, 26942 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26941" +#define FB_BUILD_NO "26942" #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 2015-10-15 00:08:56 UTC (rev 62368) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-15 00:15:06 UTC (rev 62369) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26941 +BuildNum=26942 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...> - 2015-10-28 00:14:13
|
Revision: 62440 http://sourceforge.net/p/firebird/code/62440 Author: firebirds Date: 2015-10-28 00:14:10 +0000 (Wed, 28 Oct 2015) 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 2015-10-28 00:09:12 UTC (rev 62439) +++ firebird/branches/B2_5_Release/ChangeLog 2015-10-28 00:14:10 UTC (rev 62440) @@ -1,3 +1,42 @@ + 2015-10-27 11:23 hvlad + M src/burp/backup.epp +Forward compatibility with ODS12 - don't put into backup relation constraints of system relations (which was introduced by ODS12). +It allows to backup fb3 database using gbak v2.5 and later restore such backup by v3 engine. + + 2015-10-27 11:20 hvlad + M src/burp/backup.epp + M src/burp/burp.cpp + M src/burp/burp.h + M src/burp/burpswi.h + M src/burp/restore.epp + M src/common/classes/ClumpletReader.cpp + M src/include/consts_pub.h + M src/jrd/svc.cpp + M src/jrd/svc.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/utilities/fbsvcmgr.cpp +Backport feature CORE-1999 : TimeStamp in the every line output gbak.exe utility + + 2015-10-27 10:27 hvlad + M src/remote/server.cpp +Backport from trunk: avoid send over closing socket (it put errors 10058 (WSAESHUTDOWN) in firebird.log) + + 2015-10-27 10:20 hvlad + M src/remote/interface.cpp +Backport from trunk: mark port as disconnecting to avoid reporting (expected) network errors + + 2015-10-27 10:06 hvlad + M src/remote/inet.cpp +Backport fix for bug CORE-4680 : Possible deadlock in firebird connect. + + 2015-10-27 08:38 roman-simakov + M src/jrd/cch.cpp + M src/jrd/inf.cpp + M src/jrd/jrd.h + M src/jrd/validation.cpp +Fidex CORE-4978: Improved validation and fix of lost data pages + 2015-10-14 12:46 paulbeach M builds/install/arch-specific/darwin/install-script M builds/install/arch-specific/darwin/preupgrade-script Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-28 00:09:12 UTC (rev 62439) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-28 00:14:10 UTC (rev 62440) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26942 + FORMAL BUILD NUMBER:26948 */ -#define PRODUCT_VER_STRING "2.5.5.26942" -#define FILE_VER_STRING "WI-V2.5.5.26942" -#define LICENSE_VER_STRING "WI-V2.5.5.26942" -#define FILE_VER_NUMBER 2, 5, 5, 26942 +#define PRODUCT_VER_STRING "2.5.5.26948" +#define FILE_VER_STRING "WI-V2.5.5.26948" +#define LICENSE_VER_STRING "WI-V2.5.5.26948" +#define FILE_VER_NUMBER 2, 5, 5, 26948 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26942" +#define FB_BUILD_NO "26948" #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 2015-10-28 00:09:12 UTC (rev 62439) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-28 00:14:10 UTC (rev 62440) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26942 +BuildNum=26948 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...> - 2015-10-30 00:15:40
|
Revision: 62460 http://sourceforge.net/p/firebird/code/62460 Author: firebirds Date: 2015-10-30 00:15:38 +0000 (Fri, 30 Oct 2015) 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 2015-10-30 00:10:50 UTC (rev 62459) +++ firebird/branches/B2_5_Release/ChangeLog 2015-10-30 00:15:38 UTC (rev 62460) @@ -1,3 +1,8 @@ + 2015-10-29 11:07 dimitr + M src/jrd/exe.cpp + M src/jrd/rse.cpp +Simplified fix for CORE-4982: Server crashes during select + 2015-10-27 11:23 hvlad M src/burp/backup.epp Forward compatibility with ODS12 - don't put into backup relation constraints of system relations (which was introduced by ODS12). Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-30 00:10:50 UTC (rev 62459) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-10-30 00:15:38 UTC (rev 62460) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26948 + FORMAL BUILD NUMBER:26949 */ -#define PRODUCT_VER_STRING "2.5.5.26948" -#define FILE_VER_STRING "WI-V2.5.5.26948" -#define LICENSE_VER_STRING "WI-V2.5.5.26948" -#define FILE_VER_NUMBER 2, 5, 5, 26948 +#define PRODUCT_VER_STRING "2.5.5.26949" +#define FILE_VER_STRING "WI-V2.5.5.26949" +#define LICENSE_VER_STRING "WI-V2.5.5.26949" +#define FILE_VER_NUMBER 2, 5, 5, 26949 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26948" +#define FB_BUILD_NO "26949" #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 2015-10-30 00:10:50 UTC (rev 62459) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-10-30 00:15:38 UTC (rev 62460) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26948 +BuildNum=26949 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...> - 2015-11-07 00:16:17
|
Revision: 62517 http://sourceforge.net/p/firebird/code/62517 Author: firebirds Date: 2015-11-07 00:16:14 +0000 (Sat, 07 Nov 2015) 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 2015-11-07 00:10:03 UTC (rev 62516) +++ firebird/branches/B2_5_Release/ChangeLog 2015-11-07 00:16:14 UTC (rev 62517) @@ -1,3 +1,7 @@ + 2015-11-06 14:12 hvlad + M src/jrd/vio.cpp +Backported fix for bug CORE-4656 : Server could hang during chasing dead record version + 2015-10-29 11:07 dimitr M src/jrd/exe.cpp M src/jrd/rse.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-07 00:10:03 UTC (rev 62516) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-07 00:16:14 UTC (rev 62517) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26949 + FORMAL BUILD NUMBER:26950 */ -#define PRODUCT_VER_STRING "2.5.5.26949" -#define FILE_VER_STRING "WI-V2.5.5.26949" -#define LICENSE_VER_STRING "WI-V2.5.5.26949" -#define FILE_VER_NUMBER 2, 5, 5, 26949 +#define PRODUCT_VER_STRING "2.5.5.26950" +#define FILE_VER_STRING "WI-V2.5.5.26950" +#define LICENSE_VER_STRING "WI-V2.5.5.26950" +#define FILE_VER_NUMBER 2, 5, 5, 26950 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26949" +#define FB_BUILD_NO "26950" #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 2015-11-07 00:10:03 UTC (rev 62516) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-11-07 00:16:14 UTC (rev 62517) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26949 +BuildNum=26950 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...> - 2015-11-11 00:18:05
|
Revision: 62539 http://sourceforge.net/p/firebird/code/62539 Author: firebirds Date: 2015-11-11 00:18:03 +0000 (Wed, 11 Nov 2015) 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 2015-11-11 00:12:42 UTC (rev 62538) +++ firebird/branches/B2_5_Release/ChangeLog 2015-11-11 00:18:03 UTC (rev 62539) @@ -1,3 +1,11 @@ + 2015-11-10 18:08 hvlad + M src/jrd/svc.cpp +Missed part for CORE-1999 + + 2015-11-10 16:19 dimitr + M doc/WhatsNew +Updated docs. + 2015-11-06 14:12 hvlad M src/jrd/vio.cpp Backported fix for bug CORE-4656 : Server could hang during chasing dead record version Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-11 00:12:42 UTC (rev 62538) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-11 00:18:03 UTC (rev 62539) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26950 + FORMAL BUILD NUMBER:26952 */ -#define PRODUCT_VER_STRING "2.5.5.26950" -#define FILE_VER_STRING "WI-V2.5.5.26950" -#define LICENSE_VER_STRING "WI-V2.5.5.26950" -#define FILE_VER_NUMBER 2, 5, 5, 26950 +#define PRODUCT_VER_STRING "2.5.5.26952" +#define FILE_VER_STRING "WI-V2.5.5.26952" +#define LICENSE_VER_STRING "WI-V2.5.5.26952" +#define FILE_VER_NUMBER 2, 5, 5, 26952 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26950" +#define FB_BUILD_NO "26952" #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 2015-11-11 00:12:42 UTC (rev 62538) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-11-11 00:18:03 UTC (rev 62539) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26950 +BuildNum=26952 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...> - 2015-11-18 00:15:07
|
Revision: 62580 http://sourceforge.net/p/firebird/code/62580 Author: firebirds Date: 2015-11-18 00:15:04 +0000 (Wed, 18 Nov 2015) 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 2015-11-18 00:10:08 UTC (rev 62579) +++ firebird/branches/B2_5_Release/ChangeLog 2015-11-18 00:15:04 UTC (rev 62580) @@ -1,3 +1,12 @@ + 2015-11-17 11:33 dimitr + M src/jrd/opt.cpp +Misc. + + 2015-11-17 11:30 dimitr + M src/dsql/dsql.cpp + M src/jrd/why.cpp +Two-level protection for CORE-4983: Server crashes during execution of unprepared statement. + 2015-11-10 18:08 hvlad M src/jrd/svc.cpp Missed part for CORE-1999 Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-18 00:10:08 UTC (rev 62579) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-18 00:15:04 UTC (rev 62580) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26952 + FORMAL BUILD NUMBER:26954 */ -#define PRODUCT_VER_STRING "2.5.5.26952" -#define FILE_VER_STRING "WI-V2.5.5.26952" -#define LICENSE_VER_STRING "WI-V2.5.5.26952" -#define FILE_VER_NUMBER 2, 5, 5, 26952 +#define PRODUCT_VER_STRING "2.5.5.26954" +#define FILE_VER_STRING "WI-V2.5.5.26954" +#define LICENSE_VER_STRING "WI-V2.5.5.26954" +#define FILE_VER_NUMBER 2, 5, 5, 26954 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26952" +#define FB_BUILD_NO "26954" #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 2015-11-18 00:10:08 UTC (rev 62579) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-11-18 00:15:04 UTC (rev 62580) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26952 +BuildNum=26954 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...> - 2015-11-19 00:15:36
|
Revision: 62587 http://sourceforge.net/p/firebird/code/62587 Author: firebirds Date: 2015-11-19 00:15:33 +0000 (Thu, 19 Nov 2015) 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 2015-11-19 00:10:40 UTC (rev 62586) +++ firebird/branches/B2_5_Release/ChangeLog 2015-11-19 00:15:33 UTC (rev 62587) @@ -1,3 +1,11 @@ + 2015-11-18 21:43 dimitr + M src/misc/writeBuildNum.sh +Bumped the build number. + + 2015-11-18 07:21 dimitr + M src/jrd/why.cpp +Postfix for CORE-4983. + 2015-11-17 11:33 dimitr M src/jrd/opt.cpp Misc. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-19 00:10:40 UTC (rev 62586) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-19 00:15:33 UTC (rev 62587) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26954 + FORMAL BUILD NUMBER:26956 */ -#define PRODUCT_VER_STRING "2.5.5.26954" -#define FILE_VER_STRING "WI-V2.5.5.26954" -#define LICENSE_VER_STRING "WI-V2.5.5.26954" -#define FILE_VER_NUMBER 2, 5, 5, 26954 +#define PRODUCT_VER_STRING "2.5.6.26956" +#define FILE_VER_STRING "WI-V2.5.6.26956" +#define LICENSE_VER_STRING "WI-V2.5.6.26956" +#define FILE_VER_NUMBER 2, 5, 6, 26956 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" -#define FB_REV_NO "5" -#define FB_BUILD_NO "26954" +#define FB_REV_NO "6" +#define FB_BUILD_NO "26956" #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 2015-11-19 00:10:40 UTC (rev 62586) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-11-19 00:15:33 UTC (rev 62587) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26954 +BuildNum=26956 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...> - 2015-11-30 00:19:55
|
Revision: 62616 http://sourceforge.net/p/firebird/code/62616 Author: firebirds Date: 2015-11-30 00:19:53 +0000 (Mon, 30 Nov 2015) 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 2015-11-30 00:11:54 UTC (rev 62615) +++ firebird/branches/B2_5_Release/ChangeLog 2015-11-30 00:19:53 UTC (rev 62616) @@ -1,3 +1,7 @@ + 2015-11-29 15:16 dimitr + M src/jrd/jrd.cpp +Fixed processing of asynchronous errors if they're thrown directly via checkCancelState(). + 2015-11-18 21:43 dimitr M src/misc/writeBuildNum.sh Bumped the build number. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-30 00:11:54 UTC (rev 62615) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-11-30 00:19:53 UTC (rev 62616) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26956 + FORMAL BUILD NUMBER:26957 */ -#define PRODUCT_VER_STRING "2.5.6.26956" -#define FILE_VER_STRING "WI-V2.5.6.26956" -#define LICENSE_VER_STRING "WI-V2.5.6.26956" -#define FILE_VER_NUMBER 2, 5, 6, 26956 +#define PRODUCT_VER_STRING "2.5.6.26957" +#define FILE_VER_STRING "WI-V2.5.6.26957" +#define LICENSE_VER_STRING "WI-V2.5.6.26957" +#define FILE_VER_NUMBER 2, 5, 6, 26957 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "6" -#define FB_BUILD_NO "26956" +#define FB_BUILD_NO "26957" #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 2015-11-30 00:11:54 UTC (rev 62615) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-11-30 00:19:53 UTC (rev 62616) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26956 +BuildNum=26957 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...> - 2015-12-18 00:13:59
|
Revision: 62693 http://sourceforge.net/p/firebird/code/62693 Author: firebirds Date: 2015-12-18 00:13:56 +0000 (Fri, 18 Dec 2015) 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 2015-12-18 00:09:17 UTC (rev 62692) +++ firebird/branches/B2_5_Release/ChangeLog 2015-12-18 00:13:56 UTC (rev 62693) @@ -1,3 +1,7 @@ + 2015-12-17 19:14 roman-simakov + M src/jrd/dfw.epp +Fixed request leakage due modify indecies + 2015-11-29 15:16 dimitr M src/jrd/jrd.cpp Fixed processing of asynchronous errors if they're thrown directly via checkCancelState(). Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-12-18 00:09:17 UTC (rev 62692) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-12-18 00:13:56 UTC (rev 62693) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26957 + FORMAL BUILD NUMBER:26958 */ -#define PRODUCT_VER_STRING "2.5.6.26957" -#define FILE_VER_STRING "WI-V2.5.6.26957" -#define LICENSE_VER_STRING "WI-V2.5.6.26957" -#define FILE_VER_NUMBER 2, 5, 6, 26957 +#define PRODUCT_VER_STRING "2.5.6.26958" +#define FILE_VER_STRING "WI-V2.5.6.26958" +#define LICENSE_VER_STRING "WI-V2.5.6.26958" +#define FILE_VER_NUMBER 2, 5, 6, 26958 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "6" -#define FB_BUILD_NO "26957" +#define FB_BUILD_NO "26958" #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 2015-12-18 00:09:17 UTC (rev 62692) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-12-18 00:13:56 UTC (rev 62693) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26957 +BuildNum=26958 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...> - 2016-01-04 00:14:17
|
Revision: 62772 http://sourceforge.net/p/firebird/code/62772 Author: firebirds Date: 2016-01-04 00:14:14 +0000 (Mon, 04 Jan 2016) 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 2016-01-04 00:09:22 UTC (rev 62771) +++ firebird/branches/B2_5_Release/ChangeLog 2016-01-04 00:14:14 UTC (rev 62772) @@ -1,3 +1,7 @@ + 2016-01-03 02:56 asfernandes + M src/dsql/dsql.cpp +Fixed CORE-5062 - CHAR_TO_UUID on column with index throws expression evaluation not supported Human readable UUID argument for CHAR_TO_UUID must be of exact length 36. + 2015-12-17 19:14 roman-simakov M src/jrd/dfw.epp Fixed request leakage due modify indecies Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-04 00:09:22 UTC (rev 62771) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-04 00:14:14 UTC (rev 62772) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26958 + FORMAL BUILD NUMBER:26959 */ -#define PRODUCT_VER_STRING "2.5.6.26958" -#define FILE_VER_STRING "WI-V2.5.6.26958" -#define LICENSE_VER_STRING "WI-V2.5.6.26958" -#define FILE_VER_NUMBER 2, 5, 6, 26958 +#define PRODUCT_VER_STRING "2.5.6.26959" +#define FILE_VER_STRING "WI-V2.5.6.26959" +#define LICENSE_VER_STRING "WI-V2.5.6.26959" +#define FILE_VER_NUMBER 2, 5, 6, 26959 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "6" -#define FB_BUILD_NO "26958" +#define FB_BUILD_NO "26959" #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 2016-01-04 00:09:22 UTC (rev 62771) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2016-01-04 00:14:14 UTC (rev 62772) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26958 +BuildNum=26959 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...> - 2016-01-07 00:14:57
|
Revision: 62789 http://sourceforge.net/p/firebird/code/62789 Author: firebirds Date: 2016-01-07 00:14:54 +0000 (Thu, 07 Jan 2016) 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 2016-01-07 00:09:51 UTC (rev 62788) +++ firebird/branches/B2_5_Release/ChangeLog 2016-01-07 00:14:54 UTC (rev 62789) @@ -1,3 +1,16 @@ + 2016-01-06 18:33 asfernandes + M src/jrd/SysFunction.cpp +Misc. + + 2016-01-06 18:26 asfernandes + M src/dsql/dsql.cpp + M src/jrd/SysFunction.cpp +Revert to the bad (that works) commit for CORE-5062. It's difficult to work when both the original architects and the users do bad things in relation to CHAR and MBCS. + + 2016-01-06 07:43 hvlad + M src/burp/burp.cpp +Fixed bug CORE-5068 : gbak with invalid parameter crashes FB + 2016-01-03 02:56 asfernandes M src/dsql/dsql.cpp Fixed CORE-5062 - CHAR_TO_UUID on column with index throws expression evaluation not supported Human readable UUID argument for CHAR_TO_UUID must be of exact length 36. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-07 00:09:51 UTC (rev 62788) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-07 00:14:54 UTC (rev 62789) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26959 + FORMAL BUILD NUMBER:26962 */ -#define PRODUCT_VER_STRING "2.5.6.26959" -#define FILE_VER_STRING "WI-V2.5.6.26959" -#define LICENSE_VER_STRING "WI-V2.5.6.26959" -#define FILE_VER_NUMBER 2, 5, 6, 26959 +#define PRODUCT_VER_STRING "2.5.6.26962" +#define FILE_VER_STRING "WI-V2.5.6.26962" +#define LICENSE_VER_STRING "WI-V2.5.6.26962" +#define FILE_VER_NUMBER 2, 5, 6, 26962 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "6" -#define FB_BUILD_NO "26959" +#define FB_BUILD_NO "26962" #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 2016-01-07 00:09:51 UTC (rev 62788) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2016-01-07 00:14:54 UTC (rev 62789) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26959 +BuildNum=26962 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...> - 2016-01-10 00:15:19
|
Revision: 62795 http://sourceforge.net/p/firebird/code/62795 Author: firebirds Date: 2016-01-10 00:15:17 +0000 (Sun, 10 Jan 2016) 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 2016-01-09 17:10:14 UTC (rev 62794) +++ firebird/branches/B2_5_Release/ChangeLog 2016-01-10 00:15:17 UTC (rev 62795) @@ -1,3 +1,13 @@ + 2016-01-09 17:10 alexpeshkoff + M src/jrd/Relation.h + M src/jrd/cmp.cpp + M src/jrd/dfw.epp + M src/jrd/evl.cpp + M src/jrd/lck.cpp + M src/jrd/lck.h + M src/jrd/met.epp +Backported fix for CORE-3024: Error "no current record for fetch operation" after ALTER VIEW + 2016-01-06 18:33 asfernandes M src/jrd/SysFunction.cpp Misc. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-09 17:10:14 UTC (rev 62794) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-10 00:15:17 UTC (rev 62795) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26962 + FORMAL BUILD NUMBER:26963 */ -#define PRODUCT_VER_STRING "2.5.6.26962" -#define FILE_VER_STRING "WI-V2.5.6.26962" -#define LICENSE_VER_STRING "WI-V2.5.6.26962" -#define FILE_VER_NUMBER 2, 5, 6, 26962 +#define PRODUCT_VER_STRING "2.5.6.26963" +#define FILE_VER_STRING "WI-V2.5.6.26963" +#define LICENSE_VER_STRING "WI-V2.5.6.26963" +#define FILE_VER_NUMBER 2, 5, 6, 26963 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "6" -#define FB_BUILD_NO "26962" +#define FB_BUILD_NO "26963" #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 2016-01-09 17:10:14 UTC (rev 62794) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2016-01-10 00:15:17 UTC (rev 62795) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26962 +BuildNum=26963 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...> - 2016-01-21 00:14:55
|
Revision: 62835 http://sourceforge.net/p/firebird/code/62835 Author: firebirds Date: 2016-01-21 00:14:52 +0000 (Thu, 21 Jan 2016) 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 2016-01-21 00:10:02 UTC (rev 62834) +++ firebird/branches/B2_5_Release/ChangeLog 2016-01-21 00:14:52 UTC (rev 62835) @@ -1,3 +1,7 @@ + 2016-01-20 09:49 hvlad + M src/gpre/sqe.cpp +This should fix compilation error by GCC6 + 2016-01-09 17:10 alexpeshkoff M src/jrd/Relation.h M src/jrd/cmp.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-21 00:10:02 UTC (rev 62834) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-21 00:14:52 UTC (rev 62835) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26963 + FORMAL BUILD NUMBER:26964 */ -#define PRODUCT_VER_STRING "2.5.6.26963" -#define FILE_VER_STRING "WI-V2.5.6.26963" -#define LICENSE_VER_STRING "WI-V2.5.6.26963" -#define FILE_VER_NUMBER 2, 5, 6, 26963 +#define PRODUCT_VER_STRING "2.5.6.26964" +#define FILE_VER_STRING "WI-V2.5.6.26964" +#define LICENSE_VER_STRING "WI-V2.5.6.26964" +#define FILE_VER_NUMBER 2, 5, 6, 26964 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "6" -#define FB_BUILD_NO "26963" +#define FB_BUILD_NO "26964" #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 2016-01-21 00:10:02 UTC (rev 62834) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2016-01-21 00:14:52 UTC (rev 62835) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26963 +BuildNum=26964 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...> - 2016-01-22 00:14:29
|
Revision: 62846 http://sourceforge.net/p/firebird/code/62846 Author: firebirds Date: 2016-01-22 00:14:27 +0000 (Fri, 22 Jan 2016) 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 2016-01-22 00:09:23 UTC (rev 62845) +++ firebird/branches/B2_5_Release/ChangeLog 2016-01-22 00:14:27 UTC (rev 62846) @@ -1,3 +1,7 @@ + 2016-01-21 10:51 hvlad + M src/jrd/blb.cpp +Fixed bug CORE-5078 : "Invalid BLOB ID" error + 2016-01-20 09:49 hvlad M src/gpre/sqe.cpp This should fix compilation error by GCC6 Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-22 00:09:23 UTC (rev 62845) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2016-01-22 00:14:27 UTC (rev 62846) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26964 + FORMAL BUILD NUMBER:26965 */ -#define PRODUCT_VER_STRING "2.5.6.26964" -#define FILE_VER_STRING "WI-V2.5.6.26964" -#define LICENSE_VER_STRING "WI-V2.5.6.26964" -#define FILE_VER_NUMBER 2, 5, 6, 26964 +#define PRODUCT_VER_STRING "2.5.6.26965" +#define FILE_VER_STRING "WI-V2.5.6.26965" +#define LICENSE_VER_STRING "WI-V2.5.6.26965" +#define FILE_VER_NUMBER 2, 5, 6, 26965 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "6" -#define FB_BUILD_NO "26964" +#define FB_BUILD_NO "26965" #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 2016-01-22 00:09:23 UTC (rev 62845) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2016-01-22 00:14:27 UTC (rev 62846) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=6 -BuildNum=26964 +BuildNum=26965 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. |