From: <fir...@us...> - 2013-02-26 01:23:08
|
Revision: 57701 http://sourceforge.net/p/firebird/code/57701 Author: firebirds Date: 2013-02-26 01:23:02 +0000 (Tue, 26 Feb 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-02-26 00:56:11 UTC (rev 57700) +++ firebird/branches/B2_5_Release/ChangeLog 2013-02-26 01:23:02 UTC (rev 57701) @@ -1,3 +1,7 @@ + 2013-02-25 10:05 hvlad + M src/jrd/sort.cpp +Ported fix for bug CORE-4051 : Memory leak when sorting big records + 2013-02-14 04:29 robocop 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-02-26 00:56:11 UTC (rev 57700) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-02-26 01:23:02 UTC (rev 57701) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26613 + FORMAL BUILD NUMBER:26614 */ -#define PRODUCT_VER_STRING "2.5.3.26613" -#define FILE_VER_STRING "WI-V2.5.3.26613" -#define LICENSE_VER_STRING "WI-V2.5.3.26613" -#define FILE_VER_NUMBER 2, 5, 3, 26613 +#define PRODUCT_VER_STRING "2.5.3.26614" +#define FILE_VER_STRING "WI-V2.5.3.26614" +#define LICENSE_VER_STRING "WI-V2.5.3.26614" +#define FILE_VER_NUMBER 2, 5, 3, 26614 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26613" +#define FB_BUILD_NO "26614" #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-02-26 00:56:11 UTC (rev 57700) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-02-26 01:23:02 UTC (rev 57701) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26613 +BuildNum=26614 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-02-27 02:30:33
|
Revision: 57705 http://sourceforge.net/p/firebird/code/57705 Author: firebirds Date: 2013-02-27 02:30:28 +0000 (Wed, 27 Feb 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-02-26 11:58:15 UTC (rev 57704) +++ firebird/branches/B2_5_Release/ChangeLog 2013-02-27 02:30:28 UTC (rev 57705) @@ -1,3 +1,11 @@ + 2013-02-26 11:58 alexpeshkoff + M src/jrd/UserManagement.cpp +Fixed CORE-4055: Dialect is not set in internal connections to security database + + 2013-02-26 11:13 hvlad + M src/jrd/extds/ExtDS.cpp +Fixed bug CORE-4054 : role not passed on external execute stmt + 2013-02-25 10:05 hvlad M src/jrd/sort.cpp Ported fix for bug CORE-4051 : Memory leak when sorting big records Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-02-26 11:58:15 UTC (rev 57704) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-02-27 02:30:28 UTC (rev 57705) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26614 + FORMAL BUILD NUMBER:26616 */ -#define PRODUCT_VER_STRING "2.5.3.26614" -#define FILE_VER_STRING "WI-V2.5.3.26614" -#define LICENSE_VER_STRING "WI-V2.5.3.26614" -#define FILE_VER_NUMBER 2, 5, 3, 26614 +#define PRODUCT_VER_STRING "2.5.3.26616" +#define FILE_VER_STRING "WI-V2.5.3.26616" +#define LICENSE_VER_STRING "WI-V2.5.3.26616" +#define FILE_VER_NUMBER 2, 5, 3, 26616 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26614" +#define FB_BUILD_NO "26616" #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-02-26 11:58:15 UTC (rev 57704) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-02-27 02:30:28 UTC (rev 57705) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26614 +BuildNum=26616 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-02-28 00:44:31
|
Revision: 57708 http://sourceforge.net/p/firebird/code/57708 Author: firebirds Date: 2013-02-28 00:44:27 +0000 (Thu, 28 Feb 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-02-27 14:49:45 UTC (rev 57707) +++ firebird/branches/B2_5_Release/ChangeLog 2013-02-28 00:44:27 UTC (rev 57708) @@ -1,3 +1,8 @@ + 2013-02-27 14:49 alexpeshkoff + M src/jrd/tra.cpp + M src/jrd/tra.h +Backported fix for CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished + 2013-02-26 11:58 alexpeshkoff M src/jrd/UserManagement.cpp Fixed CORE-4055: Dialect is not set in internal connections to security database Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-02-27 14:49:45 UTC (rev 57707) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-02-28 00:44:27 UTC (rev 57708) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26616 + FORMAL BUILD NUMBER:26617 */ -#define PRODUCT_VER_STRING "2.5.3.26616" -#define FILE_VER_STRING "WI-V2.5.3.26616" -#define LICENSE_VER_STRING "WI-V2.5.3.26616" -#define FILE_VER_NUMBER 2, 5, 3, 26616 +#define PRODUCT_VER_STRING "2.5.3.26617" +#define FILE_VER_STRING "WI-V2.5.3.26617" +#define LICENSE_VER_STRING "WI-V2.5.3.26617" +#define FILE_VER_NUMBER 2, 5, 3, 26617 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26616" +#define FB_BUILD_NO "26617" #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-02-27 14:49:45 UTC (rev 57707) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-02-28 00:44:27 UTC (rev 57708) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26616 +BuildNum=26617 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-03-01 02:47:48
|
Revision: 57712 http://sourceforge.net/p/firebird/code/57712 Author: firebirds Date: 2013-03-01 02:47:43 +0000 (Fri, 01 Mar 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-03-01 01:44:39 UTC (rev 57711) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-01 02:47:43 UTC (rev 57712) @@ -1,3 +1,10 @@ + 2013-02-28 16:24 alexpeshkoff + M src/jrd/blb.cpp + M src/jrd/exe.cpp + M src/jrd/tra.cpp + M src/jrd/tra.h +Postfix for CORE-3908: Engine leaks memory and crashes when lot of autonomous transactions have been started and finished + 2013-02-27 14:49 alexpeshkoff M src/jrd/tra.cpp M src/jrd/tra.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-01 01:44:39 UTC (rev 57711) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-01 02:47:43 UTC (rev 57712) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26617 + FORMAL BUILD NUMBER:26618 */ -#define PRODUCT_VER_STRING "2.5.3.26617" -#define FILE_VER_STRING "WI-V2.5.3.26617" -#define LICENSE_VER_STRING "WI-V2.5.3.26617" -#define FILE_VER_NUMBER 2, 5, 3, 26617 +#define PRODUCT_VER_STRING "2.5.3.26618" +#define FILE_VER_STRING "WI-V2.5.3.26618" +#define LICENSE_VER_STRING "WI-V2.5.3.26618" +#define FILE_VER_NUMBER 2, 5, 3, 26618 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26617" +#define FB_BUILD_NO "26618" #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-03-01 01:44:39 UTC (rev 57711) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-01 02:47:43 UTC (rev 57712) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26617 +BuildNum=26618 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-03-02 02:02:15
|
Revision: 57718 http://sourceforge.net/p/firebird/code/57718 Author: firebirds Date: 2013-03-02 02:02:11 +0000 (Sat, 02 Mar 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-03-02 01:03:49 UTC (rev 57717) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-02 02:02:11 UTC (rev 57718) @@ -1,3 +1,13 @@ + 2013-03-01 13:50 alexpeshkoff + M src/isql/InputDevices.cpp + M src/isql/InputDevices.h + M src/isql/isql.epp +Postfix for CORE-3990 + + 2013-03-01 11:56 alexpeshkoff + M src/isql/isql.epp +Backported fix for CORE-3990: Fix broken EDIT in isql + 2013-02-28 16:24 alexpeshkoff M src/jrd/blb.cpp M src/jrd/exe.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-02 01:03:49 UTC (rev 57717) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-02 02:02:11 UTC (rev 57718) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26618 + FORMAL BUILD NUMBER:26620 */ -#define PRODUCT_VER_STRING "2.5.3.26618" -#define FILE_VER_STRING "WI-V2.5.3.26618" -#define LICENSE_VER_STRING "WI-V2.5.3.26618" -#define FILE_VER_NUMBER 2, 5, 3, 26618 +#define PRODUCT_VER_STRING "2.5.3.26620" +#define FILE_VER_STRING "WI-V2.5.3.26620" +#define LICENSE_VER_STRING "WI-V2.5.3.26620" +#define FILE_VER_NUMBER 2, 5, 3, 26620 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26618" +#define FB_BUILD_NO "26620" #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-03-02 01:03:49 UTC (rev 57717) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-02 02:02:11 UTC (rev 57718) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26618 +BuildNum=26620 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-03-05 03:08:30
|
Revision: 57724 http://sourceforge.net/p/firebird/code/57724 Author: firebirds Date: 2013-03-05 03:08:27 +0000 (Tue, 05 Mar 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-03-05 01:55:31 UTC (rev 57723) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-05 03:08:27 UTC (rev 57724) @@ -1,3 +1,7 @@ + 2013-03-04 15:18 alexpeshkoff + M configure.in +Minimum fix for CORE-4031: make install wrong under Debian Ubuntu 64 + 2013-03-01 13:50 alexpeshkoff M src/isql/InputDevices.cpp M src/isql/InputDevices.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-05 01:55:31 UTC (rev 57723) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-05 03:08:27 UTC (rev 57724) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26620 + FORMAL BUILD NUMBER:26621 */ -#define PRODUCT_VER_STRING "2.5.3.26620" -#define FILE_VER_STRING "WI-V2.5.3.26620" -#define LICENSE_VER_STRING "WI-V2.5.3.26620" -#define FILE_VER_NUMBER 2, 5, 3, 26620 +#define PRODUCT_VER_STRING "2.5.3.26621" +#define FILE_VER_STRING "WI-V2.5.3.26621" +#define LICENSE_VER_STRING "WI-V2.5.3.26621" +#define FILE_VER_NUMBER 2, 5, 3, 26621 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26620" +#define FB_BUILD_NO "26621" #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-03-05 01:55:31 UTC (rev 57723) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-05 03:08:27 UTC (rev 57724) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26620 +BuildNum=26621 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: <di...@us...> - 2013-03-06 14:30:34
|
Revision: 57730 http://sourceforge.net/p/firebird/code/57730 Author: dimitr Date: 2013-03-06 14:30:32 +0000 (Wed, 06 Mar 2013) Log Message: ----------- An ultimate solution for the CRT warnings targeted at both native and external (ICU, BTYACC) modules. Inspired by the ICU-only patch contributed by Dmitry Kovalenko. Modified Paths: -------------- firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops Modified: firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops =================================================================== --- firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops 2013-03-06 14:30:32 UTC (rev 57730) @@ -22,6 +22,7 @@ WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS" CompileAs="0" UseFullPaths="false" /> Modified: firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj =================================================================== --- firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj 2013-03-06 14:30:32 UTC (rev 57730) @@ -44,7 +44,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS" + PreprocessorDefinitions="WIN32;_DEBUG" MinimalRebuild="false" BasicRuntimeChecks="0" UsePrecompiledHeader="0" @@ -112,7 +112,7 @@ /> <Tool Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS" + PreprocessorDefinitions="WIN32;NDEBUG" MinimalRebuild="false" UsePrecompiledHeader="0" /> Modified: firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops =================================================================== --- firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops 2013-03-06 14:30:32 UTC (rev 57730) @@ -22,6 +22,7 @@ WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS" CompileAs="0" UseFullPaths="false" /> Modified: firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops =================================================================== --- firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops 2013-03-06 14:30:32 UTC (rev 57730) @@ -12,5 +12,6 @@ DisableLanguageExtensions="true" WarningLevel="3" DebugInformationFormat="3" + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS" /> </VisualStudioPropertySheet> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-03-07 01:27:00
|
Revision: 57737 http://sourceforge.net/p/firebird/code/57737 Author: firebirds Date: 2013-03-07 01:26:56 +0000 (Thu, 07 Mar 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-03-07 00:49:09 UTC (rev 57736) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-07 01:26:56 UTC (rev 57737) @@ -1,3 +1,14 @@ + 2013-03-06 14:30 dimitr + M builds/win32/msvc8/firebird2.vsprops + M builds/win32/msvc9/btyacc.vcproj + M builds/win32/msvc9/firebird2.vsprops + M extern/icu/source/allinone/firebird2intl.vsprops +An ultimate solution for the CRT warnings targeted at both native and external (ICU, BTYACC) modules. Inspired by the ICU-only patch contributed by Dmitry Kovalenko. + + 2013-03-06 11:33 alexpeshkoff + M src/remote/inet.cpp +Fixed CORE-4058 + 2013-03-04 15:18 alexpeshkoff M configure.in Minimum fix for CORE-4031: make install wrong under Debian Ubuntu 64 Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-07 00:49:09 UTC (rev 57736) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-07 01:26:56 UTC (rev 57737) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26621 + FORMAL BUILD NUMBER:26623 */ -#define PRODUCT_VER_STRING "2.5.3.26621" -#define FILE_VER_STRING "WI-V2.5.3.26621" -#define LICENSE_VER_STRING "WI-V2.5.3.26621" -#define FILE_VER_NUMBER 2, 5, 3, 26621 +#define PRODUCT_VER_STRING "2.5.3.26623" +#define FILE_VER_STRING "WI-V2.5.3.26623" +#define LICENSE_VER_STRING "WI-V2.5.3.26623" +#define FILE_VER_NUMBER 2, 5, 3, 26623 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26621" +#define FB_BUILD_NO "26623" #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-03-07 00:49:09 UTC (rev 57736) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-07 01:26:56 UTC (rev 57737) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26621 +BuildNum=26623 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-03-08 02:48:46
|
Revision: 57751 http://sourceforge.net/p/firebird/code/57751 Author: firebirds Date: 2013-03-08 02:48:42 +0000 (Fri, 08 Mar 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-03-08 02:37:40 UTC (rev 57750) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-08 02:48:42 UTC (rev 57751) @@ -1,3 +1,13 @@ + 2013-03-07 12:11 hvlad + M src/common/classes/FpeControl.h +Fixed the way floating point exceptions are masked. +This is quick and incomplete solution for the CORE-4043 (FBCLIENT.DLL forces Delphi to ignore EZeroDivide exceptions). +Complete solution should be MT-safe and sooner of all requires FP-exception handling code in the engine. + + 2013-03-07 05:32 dimitr + M src/isql/isql.epp +Fixed Windows build. Thanks to Dmitry Kovalenko. + 2013-03-06 14:30 dimitr M builds/win32/msvc8/firebird2.vsprops M builds/win32/msvc9/btyacc.vcproj Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-08 02:37:40 UTC (rev 57750) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-08 02:48:42 UTC (rev 57751) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26623 + FORMAL BUILD NUMBER:26625 */ -#define PRODUCT_VER_STRING "2.5.3.26623" -#define FILE_VER_STRING "WI-V2.5.3.26623" -#define LICENSE_VER_STRING "WI-V2.5.3.26623" -#define FILE_VER_NUMBER 2, 5, 3, 26623 +#define PRODUCT_VER_STRING "2.5.3.26625" +#define FILE_VER_STRING "WI-V2.5.3.26625" +#define LICENSE_VER_STRING "WI-V2.5.3.26625" +#define FILE_VER_NUMBER 2, 5, 3, 26625 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26623" +#define FB_BUILD_NO "26625" #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-03-08 02:37:40 UTC (rev 57750) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-08 02:48:42 UTC (rev 57751) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26623 +BuildNum=26625 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-03-11 11:25:23
|
Revision: 57763 http://sourceforge.net/p/firebird/code/57763 Author: firebirds Date: 2013-03-11 11:25:20 +0000 (Mon, 11 Mar 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-03-11 01:25:03 UTC (rev 57762) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-11 11:25:20 UTC (rev 57763) @@ -1,3 +1,7 @@ + 2013-03-10 08:35 hvlad + M src/common/classes/FpeControl.h +Restore previous code for Win64 platform as it missed __control87_2() routine. + 2013-03-07 12:11 hvlad M src/common/classes/FpeControl.h Fixed the way floating point exceptions are masked. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-11 01:25:03 UTC (rev 57762) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-11 11:25:20 UTC (rev 57763) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26625 + FORMAL BUILD NUMBER:26626 */ -#define PRODUCT_VER_STRING "2.5.3.26625" -#define FILE_VER_STRING "WI-V2.5.3.26625" -#define LICENSE_VER_STRING "WI-V2.5.3.26625" -#define FILE_VER_NUMBER 2, 5, 3, 26625 +#define PRODUCT_VER_STRING "2.5.3.26626" +#define FILE_VER_STRING "WI-V2.5.3.26626" +#define LICENSE_VER_STRING "WI-V2.5.3.26626" +#define FILE_VER_NUMBER 2, 5, 3, 26626 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26625" +#define FB_BUILD_NO "26626" #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-03-11 01:25:03 UTC (rev 57762) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-11 11:25:20 UTC (rev 57763) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26625 +BuildNum=26626 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-03-12 02:01:18
|
Revision: 57767 http://sourceforge.net/p/firebird/code/57767 Author: firebirds Date: 2013-03-12 02:01:15 +0000 (Tue, 12 Mar 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-03-12 01:08:36 UTC (rev 57766) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-12 02:01:15 UTC (rev 57767) @@ -1,3 +1,8 @@ + 2013-03-11 15:44 alexpeshkoff + M src/jrd/cmp.cpp + M src/jrd/exe.h +Bacported fix for CORE-3360: update ... returning ... raises -551 (no perm to update) for a column present only in the returning clause + 2013-03-10 08:35 hvlad M src/common/classes/FpeControl.h Restore previous code for Win64 platform as it missed __control87_2() routine. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-12 01:08:36 UTC (rev 57766) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-12 02:01:15 UTC (rev 57767) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26626 + FORMAL BUILD NUMBER:26627 */ -#define PRODUCT_VER_STRING "2.5.3.26626" -#define FILE_VER_STRING "WI-V2.5.3.26626" -#define LICENSE_VER_STRING "WI-V2.5.3.26626" -#define FILE_VER_NUMBER 2, 5, 3, 26626 +#define PRODUCT_VER_STRING "2.5.3.26627" +#define FILE_VER_STRING "WI-V2.5.3.26627" +#define LICENSE_VER_STRING "WI-V2.5.3.26627" +#define FILE_VER_NUMBER 2, 5, 3, 26627 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26626" +#define FB_BUILD_NO "26627" #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-03-12 01:08:36 UTC (rev 57766) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-12 02:01:15 UTC (rev 57767) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26626 +BuildNum=26627 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-03-13 03:15:39
|
Revision: 57777 http://sourceforge.net/p/firebird/code/57777 Author: firebirds Date: 2013-03-13 03:15:37 +0000 (Wed, 13 Mar 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-03-13 02:15:38 UTC (rev 57776) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-13 03:15:37 UTC (rev 57777) @@ -1,3 +1,7 @@ + 2013-03-12 11:44 alexpeshkoff + M src/burp/burp.cpp +New fix for CORE-3995: Slight problem with GBAK parameter checking + 2013-03-11 15:44 alexpeshkoff M src/jrd/cmp.cpp M src/jrd/exe.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-13 02:15:38 UTC (rev 57776) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-13 03:15:37 UTC (rev 57777) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26627 + FORMAL BUILD NUMBER:26628 */ -#define PRODUCT_VER_STRING "2.5.3.26627" -#define FILE_VER_STRING "WI-V2.5.3.26627" -#define LICENSE_VER_STRING "WI-V2.5.3.26627" -#define FILE_VER_NUMBER 2, 5, 3, 26627 +#define PRODUCT_VER_STRING "2.5.3.26628" +#define FILE_VER_STRING "WI-V2.5.3.26628" +#define LICENSE_VER_STRING "WI-V2.5.3.26628" +#define FILE_VER_NUMBER 2, 5, 3, 26628 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26627" +#define FB_BUILD_NO "26628" #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-03-13 02:15:38 UTC (rev 57776) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-13 03:15:37 UTC (rev 57777) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26627 +BuildNum=26628 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-03-18 04:16:50
|
Revision: 57801 http://sourceforge.net/p/firebird/code/57801 Author: firebirds Date: 2013-03-18 04:16:46 +0000 (Mon, 18 Mar 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-03-18 02:22:15 UTC (rev 57800) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-18 04:16:46 UTC (rev 57801) @@ -1,3 +1,213 @@ + 2013-03-17 14:40 dimitr + M src/jrd/dpm.epp + M src/jrd/sqz.cpp + M src/jrd/sqz_proto.h +Fixed CORE-4036: Bugcheck or database corruption when attempting to store long incompressible data into a table. + + 2013-03-17 12:50 dimitr + A extern/icu/source/allinone/allinone_10.sln + A extern/icu/source/allinone/firebird2debug.props + A extern/icu/source/allinone/firebird2intl.props + A extern/icu/source/allinone/firebird2release.props + A extern/icu/source/common/common_10.vcxproj + A extern/icu/source/common/common_10.vcxproj.filters + A extern/icu/source/data/makedata_10.vcxproj + A extern/icu/source/data/makedata_10.vcxproj.filters + A extern/icu/source/extra/uconv/uconv_10.vcxproj + A extern/icu/source/extra/uconv/uconv_10.vcxproj.filters + A extern/icu/source/i18n/i18n_10.vcxproj + A extern/icu/source/i18n/i18n_10.vcxproj.filters + A extern/icu/source/io/io_10.vcxproj + A extern/icu/source/io/io_10.vcxproj.filters + A extern/icu/source/layout/layout_10.vcxproj + A extern/icu/source/layout/layout_10.vcxproj.filters + A extern/icu/source/layoutex/layoutex_10.vcxproj + A extern/icu/source/layoutex/layoutex_10.vcxproj.filters + A extern/icu/source/stubdata/stubdata_10.vcxproj + A extern/icu/source/stubdata/stubdata_10.vcxproj.filters + A extern/icu/source/test/cintltst/cintltst_10.vcxproj + A extern/icu/source/test/cintltst/cintltst_10.vcxproj.filters + A extern/icu/source/test/intltest/intltest_10.vcxproj + A extern/icu/source/test/intltest/intltest_10.vcxproj.filters + A extern/icu/source/test/iotest/iotest_10.vcxproj + A extern/icu/source/test/iotest/iotest_10.vcxproj.filters + A extern/icu/source/tools/ctestfw/ctestfw_10.vcxproj + A extern/icu/source/tools/ctestfw/ctestfw_10.vcxproj.filters + A extern/icu/source/tools/genbrk/genbrk_10.vcxproj + A extern/icu/source/tools/genbrk/genbrk_10.vcxproj.filters + A extern/icu/source/tools/genccode/genccode_10.vcxproj + A extern/icu/source/tools/genccode/genccode_10.vcxproj.filters + A extern/icu/source/tools/gencmn/decmn_10.vcxproj + A extern/icu/source/tools/gencmn/decmn_10.vcxproj.filters + A extern/icu/source/tools/gencmn/gencmn_10.vcxproj + A extern/icu/source/tools/gencmn/gencmn_10.vcxproj.filters + A extern/icu/source/tools/gencnval/gencnval_10.vcxproj + A extern/icu/source/tools/gencnval/gencnval_10.vcxproj.filters + A extern/icu/source/tools/gennames/gennames_10.vcxproj + A extern/icu/source/tools/gennames/gennames_10.vcxproj.filters + A extern/icu/source/tools/gennorm/gennorm_10.vcxproj + A extern/icu/source/tools/gennorm/gennorm_10.vcxproj.filters + A extern/icu/source/tools/genpname/genpname_10.vcxproj + A extern/icu/source/tools/genpname/genpname_10.vcxproj.filters + A extern/icu/source/tools/genprops/genprops_10.vcxproj + A extern/icu/source/tools/genprops/genprops_10.vcxproj.filters + A extern/icu/source/tools/genrb/derb_10.vcxproj + A extern/icu/source/tools/genrb/derb_10.vcxproj.filters + A extern/icu/source/tools/genrb/genrb_10.vcxproj + A extern/icu/source/tools/genrb/genrb_10.vcxproj.filters + A extern/icu/source/tools/gensprep/gensprep_10.vcxproj + A extern/icu/source/tools/gensprep/gensprep_10.vcxproj.filters + A extern/icu/source/tools/gentest/gentest_10.vcxproj + A extern/icu/source/tools/gentest/gentest_10.vcxproj.filters + A extern/icu/source/tools/genuca/genuca_10.vcxproj + A extern/icu/source/tools/genuca/genuca_10.vcxproj.filters + A extern/icu/source/tools/icuswap/icuswap_10.vcxproj + A extern/icu/source/tools/icuswap/icuswap_10.vcxproj.filters + A extern/icu/source/tools/makeconv/makeconv_10.vcxproj + A extern/icu/source/tools/makeconv/makeconv_10.vcxproj.filters + A extern/icu/source/tools/pkgdata/pkgdata_10.vcxproj + A extern/icu/source/tools/pkgdata/pkgdata_10.vcxproj.filters + A extern/icu/source/tools/toolutil/toolutil_10.vcxproj + A extern/icu/source/tools/toolutil/toolutil_10.vcxproj.filters +Added support for MSVC10. + + 2013-03-17 12:41 dimitr + M builds/win32/make_all.bat + A builds/win32/msvc10 + A builds/win32/msvc10/DllNoEmbedManifest.props + A builds/win32/msvc10/Firebird2.sln + A builds/win32/msvc10/Firebird2Boot.sln + A builds/win32/msvc10/Firebird2_Examples.sln + A builds/win32/msvc10/alice.vcxproj + A builds/win32/msvc10/alice.vcxproj.filters + A builds/win32/msvc10/btyacc.vcxproj + A builds/win32/msvc10/btyacc.vcxproj.filters + A builds/win32/msvc10/build_msg.vcxproj + A builds/win32/msvc10/build_msg.vcxproj.filters + A builds/win32/msvc10/burp.vcxproj + A builds/win32/msvc10/burp.vcxproj.filters + A builds/win32/msvc10/codes.vcxproj + A builds/win32/msvc10/codes.vcxproj.filters + A builds/win32/msvc10/common.vcxproj + A builds/win32/msvc10/common.vcxproj.filters + A builds/win32/msvc10/common_classic.vcxproj + A builds/win32/msvc10/common_classic.vcxproj.filters + A builds/win32/msvc10/common_static.vcxproj + A builds/win32/msvc10/common_static.vcxproj.filters + A builds/win32/msvc10/config.vcxproj + A builds/win32/msvc10/config.vcxproj.filters + A builds/win32/msvc10/dsql_server.vcxproj + A builds/win32/msvc10/dsql_server.vcxproj.filters + A builds/win32/msvc10/dsql_server_classic.vcxproj + A builds/win32/msvc10/dsql_server_classic.vcxproj.filters + A builds/win32/msvc10/empbuild.vcxproj + A builds/win32/msvc10/empbuild.vcxproj.filters + A builds/win32/msvc10/engine.vcxproj + A builds/win32/msvc10/engine.vcxproj.filters + A builds/win32/msvc10/engine_classic.vcxproj + A builds/win32/msvc10/engine_classic.vcxproj.filters + A builds/win32/msvc10/engine_embed.vcxproj + A builds/win32/msvc10/engine_embed.vcxproj.filters + A builds/win32/msvc10/fb2control.vcxproj + A builds/win32/msvc10/fb2control.vcxproj.filters + A builds/win32/msvc10/fb_inet_server.vcxproj + A builds/win32/msvc10/fb_inet_server.vcxproj.filters + A builds/win32/msvc10/fb_lock_print.vcxproj + A builds/win32/msvc10/fb_lock_print.vcxproj.filters + A builds/win32/msvc10/fbclient.vcxproj + A builds/win32/msvc10/fbclient.vcxproj.filters + A builds/win32/msvc10/fbembed.vcxproj + A builds/win32/msvc10/fbembed.vcxproj.filters + A builds/win32/msvc10/fbguard.vcxproj + A builds/win32/msvc10/fbguard.vcxproj.filters + A builds/win32/msvc10/fbrmclib.vcxproj + A builds/win32/msvc10/fbrmclib.vcxproj.filters + A builds/win32/msvc10/fbserver.vcxproj + A builds/win32/msvc10/fbserver.vcxproj.filters + A builds/win32/msvc10/fbsvcmgr.vcxproj + A builds/win32/msvc10/fbsvcmgr.vcxproj.filters + A builds/win32/msvc10/fbtrace.vcxproj + A builds/win32/msvc10/fbtrace.vcxproj.filters + A builds/win32/msvc10/fbtracemgr.vcxproj + A builds/win32/msvc10/fbtracemgr.vcxproj.filters + A builds/win32/msvc10/fbudf.vcxproj + A builds/win32/msvc10/fbudf.vcxproj.filters + A builds/win32/msvc10/firebird2.props + A builds/win32/msvc10/firebird2debug.props + A builds/win32/msvc10/firebird2release.props + A builds/win32/msvc10/gbak.vcxproj + A builds/win32/msvc10/gbak.vcxproj.filters + A builds/win32/msvc10/gbak_embed.vcxproj + A builds/win32/msvc10/gbak_embed.vcxproj.filters + A builds/win32/msvc10/gdef.vcxproj + A builds/win32/msvc10/gdef.vcxproj.filters + A builds/win32/msvc10/gfix.vcxproj + A builds/win32/msvc10/gfix.vcxproj.filters + A builds/win32/msvc10/gpre.vcxproj + A builds/win32/msvc10/gpre.vcxproj.filters + A builds/win32/msvc10/gpre_boot.vcxproj + A builds/win32/msvc10/gpre_boot.vcxproj.filters + A builds/win32/msvc10/gpre_embed.vcxproj + A builds/win32/msvc10/gpre_embed.vcxproj.filters + A builds/win32/msvc10/gsec.vcxproj + A builds/win32/msvc10/gsec.vcxproj.filters + A builds/win32/msvc10/gsplit.vcxproj + A builds/win32/msvc10/gsplit.vcxproj.filters + A builds/win32/msvc10/gstat.vcxproj + A builds/win32/msvc10/gstat.vcxproj.filters + A builds/win32/msvc10/ib_udf.vcxproj + A builds/win32/msvc10/ib_udf.vcxproj.filters + A builds/win32/msvc10/ib_util.vcxproj + A builds/win32/msvc10/ib_util.vcxproj.filters + A builds/win32/msvc10/instclient.vcxproj + A builds/win32/msvc10/instclient.vcxproj.filters + A builds/win32/msvc10/instreg.vcxproj + A builds/win32/msvc10/instreg.vcxproj.filters + A builds/win32/msvc10/instsvc.vcxproj + A builds/win32/msvc10/instsvc.vcxproj.filters + A builds/win32/msvc10/intl.vcxproj + A builds/win32/msvc10/intl.vcxproj.filters + A builds/win32/msvc10/intlbuild.vcxproj + A builds/win32/msvc10/intlbuild.vcxproj.filters + A builds/win32/msvc10/isql.vcxproj + A builds/win32/msvc10/isql.vcxproj.filters + A builds/win32/msvc10/isql_embed.vcxproj + A builds/win32/msvc10/isql_embed.vcxproj.filters + A builds/win32/msvc10/lock.vcxproj + A builds/win32/msvc10/lock.vcxproj.filters + A builds/win32/msvc10/lock_classic.vcxproj + A builds/win32/msvc10/lock_classic.vcxproj.filters + A builds/win32/msvc10/nbackup.vcxproj + A builds/win32/msvc10/nbackup.vcxproj.filters + A builds/win32/msvc10/qli.vcxproj + A builds/win32/msvc10/qli.vcxproj.filters + A builds/win32/msvc10/remote.vcxproj + A builds/win32/msvc10/remote.vcxproj.filters + A builds/win32/msvc10/remote_classic.vcxproj + A builds/win32/msvc10/remote_classic.vcxproj.filters + A builds/win32/msvc10/utilities.vcxproj + A builds/win32/msvc10/utilities.vcxproj.filters + A builds/win32/msvc10/utilities_embed.vcxproj + A builds/win32/msvc10/utilities_embed.vcxproj.filters + M builds/win32/set_build_target.bat + M builds/win32/setenvvar.bat +Added support for MSVC10. + + 2013-03-17 12:26 dimitr + M src/jrd/gds.cpp + M src/jrd/os/win32/mod_loader.cpp +Support for MSVC10. + + 2013-03-17 12:24 dimitr + M src/jrd/Database.h + M src/jrd/cch.cpp + M src/jrd/jrd.cpp + M src/jrd/shut.cpp + M src/jrd/shut_proto.h + M src/jrd/tra.cpp + M src/jrd/tra_proto.h +Backported the refactored database shutdown from trunk. As a side effect, it also resolves CORE-4045: Server crashes during database shutdown. + 2013-03-12 11:44 alexpeshkoff M src/burp/burp.cpp New fix for CORE-3995: Slight problem with GBAK parameter checking Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-18 02:22:15 UTC (rev 57800) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-18 04:16:46 UTC (rev 57801) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26628 + FORMAL BUILD NUMBER:26633 */ -#define PRODUCT_VER_STRING "2.5.3.26628" -#define FILE_VER_STRING "WI-V2.5.3.26628" -#define LICENSE_VER_STRING "WI-V2.5.3.26628" -#define FILE_VER_NUMBER 2, 5, 3, 26628 +#define PRODUCT_VER_STRING "2.5.3.26633" +#define FILE_VER_STRING "WI-V2.5.3.26633" +#define LICENSE_VER_STRING "WI-V2.5.3.26633" +#define FILE_VER_NUMBER 2, 5, 3, 26633 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26628" +#define FB_BUILD_NO "26633" #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-03-18 02:22:15 UTC (rev 57800) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-18 04:16:46 UTC (rev 57801) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26628 +BuildNum=26633 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-03-24 02:26:17
|
Revision: 57823 http://sourceforge.net/p/firebird/code/57823 Author: firebirds Date: 2013-03-24 02:26:15 +0000 (Sun, 24 Mar 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-03-24 01:26:05 UTC (rev 57822) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-24 02:26:15 UTC (rev 57823) @@ -1,3 +1,8 @@ + 2013-03-23 02:14 asfernandes + M src/jrd/constants.h + M src/jrd/fun.epp +Improvement CORE-4047 - Increase number of input parameters for External Functions (UDFs) to 15. + 2013-03-17 14:40 dimitr M src/jrd/dpm.epp M src/jrd/sqz.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-24 01:26:05 UTC (rev 57822) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-24 02:26:15 UTC (rev 57823) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26633 + FORMAL BUILD NUMBER:26634 */ -#define PRODUCT_VER_STRING "2.5.3.26633" -#define FILE_VER_STRING "WI-V2.5.3.26633" -#define LICENSE_VER_STRING "WI-V2.5.3.26633" -#define FILE_VER_NUMBER 2, 5, 3, 26633 +#define PRODUCT_VER_STRING "2.5.3.26634" +#define FILE_VER_STRING "WI-V2.5.3.26634" +#define LICENSE_VER_STRING "WI-V2.5.3.26634" +#define FILE_VER_NUMBER 2, 5, 3, 26634 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26633" +#define FB_BUILD_NO "26634" #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-03-24 01:26:05 UTC (rev 57822) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-24 02:26:15 UTC (rev 57823) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26633 +BuildNum=26634 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-03-25 03:25:24
|
Revision: 57832 http://sourceforge.net/p/firebird/code/57832 Author: firebirds Date: 2013-03-25 03:25:19 +0000 (Mon, 25 Mar 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-03-25 02:18:25 UTC (rev 57831) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-25 03:25:19 UTC (rev 57832) @@ -1,3 +1,11 @@ + 2013-03-24 15:36 dimitr + M src/jrd/jrd.cpp + M src/jrd/jrd_pwd.h + M src/jrd/pwd.cpp + M src/jrd/svc.cpp + M src/remote/server.cpp +Fixed CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly). + 2013-03-23 02:14 asfernandes M src/jrd/constants.h M src/jrd/fun.epp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-25 02:18:25 UTC (rev 57831) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-25 03:25:19 UTC (rev 57832) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26634 + FORMAL BUILD NUMBER:26635 */ -#define PRODUCT_VER_STRING "2.5.3.26634" -#define FILE_VER_STRING "WI-V2.5.3.26634" -#define LICENSE_VER_STRING "WI-V2.5.3.26634" -#define FILE_VER_NUMBER 2, 5, 3, 26634 +#define PRODUCT_VER_STRING "2.5.3.26635" +#define FILE_VER_STRING "WI-V2.5.3.26635" +#define LICENSE_VER_STRING "WI-V2.5.3.26635" +#define FILE_VER_NUMBER 2, 5, 3, 26635 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26634" +#define FB_BUILD_NO "26635" #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-03-25 02:18:25 UTC (rev 57831) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-25 03:25:19 UTC (rev 57832) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26634 +BuildNum=26635 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-03-30 01:41:34
|
Revision: 57872 http://sourceforge.net/p/firebird/code/57872 Author: firebirds Date: 2013-03-30 01:41:31 +0000 (Sat, 30 Mar 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-03-30 01:06:19 UTC (rev 57871) +++ firebird/branches/B2_5_Release/ChangeLog 2013-03-30 01:41:31 UTC (rev 57872) @@ -1,3 +1,7 @@ + 2013-03-29 12:11 dimitr + M src/jrd/jrd.cpp +Fixed the error I introduced recently. + 2013-03-24 15:36 dimitr M src/jrd/jrd.cpp M src/jrd/jrd_pwd.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-30 01:06:19 UTC (rev 57871) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-03-30 01:41:31 UTC (rev 57872) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26635 + FORMAL BUILD NUMBER:26636 */ -#define PRODUCT_VER_STRING "2.5.3.26635" -#define FILE_VER_STRING "WI-V2.5.3.26635" -#define LICENSE_VER_STRING "WI-V2.5.3.26635" -#define FILE_VER_NUMBER 2, 5, 3, 26635 +#define PRODUCT_VER_STRING "2.5.3.26636" +#define FILE_VER_STRING "WI-V2.5.3.26636" +#define LICENSE_VER_STRING "WI-V2.5.3.26636" +#define FILE_VER_NUMBER 2, 5, 3, 26636 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26635" +#define FB_BUILD_NO "26636" #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-03-30 01:06:19 UTC (rev 57871) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-03-30 01:41:31 UTC (rev 57872) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26635 +BuildNum=26636 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-04-16 01:16:28
|
Revision: 57957 http://sourceforge.net/p/firebird/code/57957 Author: firebirds Date: 2013-04-16 01:16:25 +0000 (Tue, 16 Apr 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-04-16 01:02:27 UTC (rev 57956) +++ firebird/branches/B2_5_Release/ChangeLog 2013-04-16 01:16:25 UTC (rev 57957) @@ -1,3 +1,10 @@ + 2013-04-15 16:54 alexpeshkoff + M src/common/classes/RefCounted.h + M src/common/classes/locks.h + M src/jrd/Database.h + M src/jrd/jrd.cpp +Postfix for CORE-3935 and CORE-3993: avoid opening same database file twice + 2013-03-29 12:11 dimitr M src/jrd/jrd.cpp Fixed the error I introduced recently. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-04-16 01:02:27 UTC (rev 57956) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-04-16 01:16:25 UTC (rev 57957) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26636 + FORMAL BUILD NUMBER:26637 */ -#define PRODUCT_VER_STRING "2.5.3.26636" -#define FILE_VER_STRING "WI-V2.5.3.26636" -#define LICENSE_VER_STRING "WI-V2.5.3.26636" -#define FILE_VER_NUMBER 2, 5, 3, 26636 +#define PRODUCT_VER_STRING "2.5.3.26637" +#define FILE_VER_STRING "WI-V2.5.3.26637" +#define LICENSE_VER_STRING "WI-V2.5.3.26637" +#define FILE_VER_NUMBER 2, 5, 3, 26637 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26636" +#define FB_BUILD_NO "26637" #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-04-16 01:02:27 UTC (rev 57956) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-04-16 01:16:25 UTC (rev 57957) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26636 +BuildNum=26637 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-04-18 01:12:10
|
Revision: 57967 http://sourceforge.net/p/firebird/code/57967 Author: firebirds Date: 2013-04-18 01:12:06 +0000 (Thu, 18 Apr 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-04-18 00:40:00 UTC (rev 57966) +++ firebird/branches/B2_5_Release/ChangeLog 2013-04-18 01:12:06 UTC (rev 57967) @@ -1,3 +1,8 @@ + 2013-04-17 08:04 alexpeshkoff + M src/jrd/jrd.cpp + M src/jrd/jrd.h +Fixes related with CORE-3993 + 2013-04-15 16:54 alexpeshkoff M src/common/classes/RefCounted.h M src/common/classes/locks.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-04-18 00:40:00 UTC (rev 57966) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-04-18 01:12:06 UTC (rev 57967) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26637 + FORMAL BUILD NUMBER:26638 */ -#define PRODUCT_VER_STRING "2.5.3.26637" -#define FILE_VER_STRING "WI-V2.5.3.26637" -#define LICENSE_VER_STRING "WI-V2.5.3.26637" -#define FILE_VER_NUMBER 2, 5, 3, 26637 +#define PRODUCT_VER_STRING "2.5.3.26638" +#define FILE_VER_STRING "WI-V2.5.3.26638" +#define LICENSE_VER_STRING "WI-V2.5.3.26638" +#define FILE_VER_NUMBER 2, 5, 3, 26638 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26637" +#define FB_BUILD_NO "26638" #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-04-18 00:40:00 UTC (rev 57966) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-04-18 01:12:06 UTC (rev 57967) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26637 +BuildNum=26638 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-04-29 01:04:15
|
Revision: 58008 http://sourceforge.net/p/firebird/code/58008 Author: firebirds Date: 2013-04-29 01:03:55 +0000 (Mon, 29 Apr 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-04-29 00:42:49 UTC (rev 58007) +++ firebird/branches/B2_5_Release/ChangeLog 2013-04-29 01:03:55 UTC (rev 58008) @@ -1,3 +1,11 @@ + 2013-04-28 14:10 dimitr + M src/common/cvt.cpp +Corrected the target buffer length. + + 2013-04-28 13:33 dimitr + M src/common/cvt.cpp +Simple fix for CORE-4093: Server crashes while converting an overscaled numeric to a string. It assumes the resulting string being limited in length by the scale (value <= 128). A more generic solution (e.g. disallow overflowing scales) would be appreciated for the trunk. + 2013-04-17 08:04 alexpeshkoff 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-04-29 00:42:49 UTC (rev 58007) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-04-29 01:03:55 UTC (rev 58008) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26638 + FORMAL BUILD NUMBER:26640 */ -#define PRODUCT_VER_STRING "2.5.3.26638" -#define FILE_VER_STRING "WI-V2.5.3.26638" -#define LICENSE_VER_STRING "WI-V2.5.3.26638" -#define FILE_VER_NUMBER 2, 5, 3, 26638 +#define PRODUCT_VER_STRING "2.5.3.26640" +#define FILE_VER_STRING "WI-V2.5.3.26640" +#define LICENSE_VER_STRING "WI-V2.5.3.26640" +#define FILE_VER_NUMBER 2, 5, 3, 26640 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26638" +#define FB_BUILD_NO "26640" #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-04-29 00:42:49 UTC (rev 58007) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-04-29 01:03:55 UTC (rev 58008) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26638 +BuildNum=26640 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-04-30 01:21:49
|
Revision: 58014 http://sourceforge.net/p/firebird/code/58014 Author: firebirds Date: 2013-04-30 01:21:46 +0000 (Tue, 30 Apr 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-04-30 00:42:07 UTC (rev 58013) +++ firebird/branches/B2_5_Release/ChangeLog 2013-04-30 01:21:46 UTC (rev 58014) @@ -1,3 +1,20 @@ + 2013-04-29 10:05 dimitr + M builds/win32/make_all.bat +Totally misc. + + 2013-04-29 10:04 dimitr + M src/alice/alice.h + M src/common/cvt.cpp + M src/dsql/ddl.cpp + M src/jrd/btr.cpp + M src/jrd/cch.cpp + M src/jrd/dyn_mod.epp + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/qli/eval.cpp + M src/qli/lex.cpp +Misc. + 2013-04-28 14:10 dimitr M src/common/cvt.cpp Corrected the target buffer length. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-04-30 00:42:07 UTC (rev 58013) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-04-30 01:21:46 UTC (rev 58014) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26640 + FORMAL BUILD NUMBER:26642 */ -#define PRODUCT_VER_STRING "2.5.3.26640" -#define FILE_VER_STRING "WI-V2.5.3.26640" -#define LICENSE_VER_STRING "WI-V2.5.3.26640" -#define FILE_VER_NUMBER 2, 5, 3, 26640 +#define PRODUCT_VER_STRING "2.5.3.26642" +#define FILE_VER_STRING "WI-V2.5.3.26642" +#define LICENSE_VER_STRING "WI-V2.5.3.26642" +#define FILE_VER_NUMBER 2, 5, 3, 26642 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26640" +#define FB_BUILD_NO "26642" #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-04-30 00:42:07 UTC (rev 58013) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-04-30 01:21:46 UTC (rev 58014) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26640 +BuildNum=26642 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-05-08 02:13:44
|
Revision: 58046 http://sourceforge.net/p/firebird/code/58046 Author: firebirds Date: 2013-05-08 02:13:41 +0000 (Wed, 08 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-08 00:48:52 UTC (rev 58045) +++ firebird/branches/B2_5_Release/ChangeLog 2013-05-08 02:13:41 UTC (rev 58046) @@ -1,3 +1,7 @@ + 2013-05-07 11:36 hvlad + M src/jrd/trace/TraceObjects.cpp +Fixed bug CORE-4094 : Wrong parameters order in trace output + 2013-04-29 10:05 dimitr M builds/win32/make_all.bat Totally misc. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-08 00:48:52 UTC (rev 58045) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-08 02:13:41 UTC (rev 58046) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26642 + FORMAL BUILD NUMBER:26643 */ -#define PRODUCT_VER_STRING "2.5.3.26642" -#define FILE_VER_STRING "WI-V2.5.3.26642" -#define LICENSE_VER_STRING "WI-V2.5.3.26642" -#define FILE_VER_NUMBER 2, 5, 3, 26642 +#define PRODUCT_VER_STRING "2.5.3.26643" +#define FILE_VER_STRING "WI-V2.5.3.26643" +#define LICENSE_VER_STRING "WI-V2.5.3.26643" +#define FILE_VER_NUMBER 2, 5, 3, 26643 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26642" +#define FB_BUILD_NO "26643" #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-08 00:48:52 UTC (rev 58045) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-05-08 02:13:41 UTC (rev 58046) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26642 +BuildNum=26643 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-05-10 00:43:22
|
Revision: 58053 http://sourceforge.net/p/firebird/code/58053 Author: firebirds Date: 2013-05-10 00:43:19 +0000 (Fri, 10 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-09 09:07:23 UTC (rev 58052) +++ firebird/branches/B2_5_Release/ChangeLog 2013-05-10 00:43:19 UTC (rev 58053) @@ -1,3 +1,7 @@ + 2013-05-09 01:17 asfernandes + M src/dsql/pass1.cpp +Backported fix for CORE-4083 - Full outer join in derived table with coalesce (iif). + 2013-05-07 11:36 hvlad M src/jrd/trace/TraceObjects.cpp Fixed bug CORE-4094 : Wrong parameters order in trace output Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-09 09:07:23 UTC (rev 58052) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-10 00:43:19 UTC (rev 58053) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26643 + FORMAL BUILD NUMBER:26644 */ -#define PRODUCT_VER_STRING "2.5.3.26643" -#define FILE_VER_STRING "WI-V2.5.3.26643" -#define LICENSE_VER_STRING "WI-V2.5.3.26643" -#define FILE_VER_NUMBER 2, 5, 3, 26643 +#define PRODUCT_VER_STRING "2.5.3.26644" +#define FILE_VER_STRING "WI-V2.5.3.26644" +#define LICENSE_VER_STRING "WI-V2.5.3.26644" +#define FILE_VER_NUMBER 2, 5, 3, 26644 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26643" +#define FB_BUILD_NO "26644" #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-09 09:07:23 UTC (rev 58052) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-05-10 00:43:19 UTC (rev 58053) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26643 +BuildNum=26644 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-05-16 00:40:18
|
Revision: 58079 http://sourceforge.net/p/firebird/code/58079 Author: firebirds Date: 2013-05-16 00:40:15 +0000 (Thu, 16 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-16 00:25:26 UTC (rev 58078) +++ firebird/branches/B2_5_Release/ChangeLog 2013-05-16 00:40:15 UTC (rev 58079) @@ -1,3 +1,7 @@ + 2013-05-15 14:29 hvlad + M src/jrd/tra.cpp +Fixed bug CORE-4100 : Automatic sweep could be run when there is no need for it + 2013-05-09 01:17 asfernandes M src/dsql/pass1.cpp Backported fix for CORE-4083 - Full outer join in derived table with coalesce (iif). Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-16 00:25:26 UTC (rev 58078) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-16 00:40:15 UTC (rev 58079) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26644 + FORMAL BUILD NUMBER:26645 */ -#define PRODUCT_VER_STRING "2.5.3.26644" -#define FILE_VER_STRING "WI-V2.5.3.26644" -#define LICENSE_VER_STRING "WI-V2.5.3.26644" -#define FILE_VER_NUMBER 2, 5, 3, 26644 +#define PRODUCT_VER_STRING "2.5.3.26645" +#define FILE_VER_STRING "WI-V2.5.3.26645" +#define LICENSE_VER_STRING "WI-V2.5.3.26645" +#define FILE_VER_NUMBER 2, 5, 3, 26645 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26644" +#define FB_BUILD_NO "26645" #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-16 00:25:26 UTC (rev 58078) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-05-16 00:40:15 UTC (rev 58079) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26644 +BuildNum=26645 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-05-21 00:42:54
|
Revision: 58084 http://sourceforge.net/p/firebird/code/58084 Author: firebirds Date: 2013-05-21 00:42:51 +0000 (Tue, 21 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-21 00:23:49 UTC (rev 58083) +++ firebird/branches/B2_5_Release/ChangeLog 2013-05-21 00:42:51 UTC (rev 58084) @@ -1,3 +1,10 @@ + 2013-05-20 03:26 robocop + M src/jrd/Database.h + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/shut.cpp +Misc. + 2013-05-15 14:29 hvlad M src/jrd/tra.cpp Fixed bug CORE-4100 : Automatic sweep could be run when there is no need for it Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-21 00:23:49 UTC (rev 58083) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-21 00:42:51 UTC (rev 58084) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26645 + FORMAL BUILD NUMBER:26646 */ -#define PRODUCT_VER_STRING "2.5.3.26645" -#define FILE_VER_STRING "WI-V2.5.3.26645" -#define LICENSE_VER_STRING "WI-V2.5.3.26645" -#define FILE_VER_NUMBER 2, 5, 3, 26645 +#define PRODUCT_VER_STRING "2.5.3.26646" +#define FILE_VER_STRING "WI-V2.5.3.26646" +#define LICENSE_VER_STRING "WI-V2.5.3.26646" +#define FILE_VER_NUMBER 2, 5, 3, 26646 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26645" +#define FB_BUILD_NO "26646" #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-21 00:23:49 UTC (rev 58083) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-05-21 00:42:51 UTC (rev 58084) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26645 +BuildNum=26646 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-05-23 00:48:49
|
Revision: 58098 http://sourceforge.net/p/firebird/code/58098 Author: firebirds Date: 2013-05-23 00:48:47 +0000 (Thu, 23 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-23 00:28:51 UTC (rev 58097) +++ firebird/branches/B2_5_Release/ChangeLog 2013-05-23 00:48:47 UTC (rev 58098) @@ -1,3 +1,7 @@ + 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 + 2013-05-20 03:26 robocop M src/jrd/Database.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-23 00:28:51 UTC (rev 58097) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2013-05-23 00:48:47 UTC (rev 58098) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26646 + FORMAL BUILD NUMBER:26647 */ -#define PRODUCT_VER_STRING "2.5.3.26646" -#define FILE_VER_STRING "WI-V2.5.3.26646" -#define LICENSE_VER_STRING "WI-V2.5.3.26646" -#define FILE_VER_NUMBER 2, 5, 3, 26646 +#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 FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26646" +#define FB_BUILD_NO "26647" #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-23 00:28:51 UTC (rev 58097) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2013-05-23 00:48:47 UTC (rev 58098) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26646 +BuildNum=26647 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. |