From: <fir...@us...> - 2013-11-25 00:59:37
|
Revision: 58834 http://sourceforge.net/p/firebird/code/58834 Author: firebirds Date: 2013-11-25 00:59:34 +0000 (Mon, 25 Nov 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-11-24 23:44:51 UTC (rev 58833) +++ firebird/trunk/ChangeLog 2013-11-25 00:59:34 UTC (rev 58834) @@ -1,3 +1,26 @@ + 2013-11-24 23:44 asfernandes + M src/remote/remote.h + M src/remote/server/server.cpp +Fixed clang build, broken since r58800 with linker undefined references. + + 2013-11-24 03:21 asfernandes + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/constants.h + M src/jrd/evl.cpp + M src/jrd/jrd.cpp + M src/jrd/met.epp + M src/jrd/svc.cpp + M src/jrd/tra.cpp + M src/qli/meta.epp + M src/remote/client/interface.cpp + M src/remote/remote.cpp + M src/remote/server/server.cpp + M src/utilities/gsec/gsec.cpp + M src/yvalve/PluginManager.cpp + M src/yvalve/utl.cpp + M src/yvalve/why.cpp +Misc. + 2013-11-22 15:23 alexpeshkoff M src/include/consts_pub.h Postfix for CORE-4273: No need breaking old apps using isc_dpb_gsec_attach Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-11-24 23:44:51 UTC (rev 58833) +++ firebird/trunk/src/jrd/build_no.h 2013-11-25 00:59:34 UTC (rev 58834) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30759 + FORMAL BUILD NUMBER:30761 */ -#define PRODUCT_VER_STRING "3.0.0.30759" -#define FILE_VER_STRING "WI-T3.0.0.30759" -#define LICENSE_VER_STRING "WI-T3.0.0.30759" -#define FILE_VER_NUMBER 3, 0, 0, 30759 +#define PRODUCT_VER_STRING "3.0.0.30761" +#define FILE_VER_STRING "WI-T3.0.0.30761" +#define LICENSE_VER_STRING "WI-T3.0.0.30761" +#define FILE_VER_NUMBER 3, 0, 0, 30761 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30759" +#define FB_BUILD_NO "30761" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-24 23:44:51 UTC (rev 58833) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-25 00:59:34 UTC (rev 58834) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30759 +BuildNum=30761 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-11-27 00:35:09
|
Revision: 58844 http://sourceforge.net/p/firebird/code/58844 Author: firebirds Date: 2013-11-27 00:35:06 +0000 (Wed, 27 Nov 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-11-26 19:15:05 UTC (rev 58843) +++ firebird/trunk/ChangeLog 2013-11-27 00:35:06 UTC (rev 58844) @@ -1,3 +1,23 @@ + 2013-11-26 14:42 asfernandes + M src/jrd/dfw.epp +Fixed CORE-4281 - TYPE OF arguments of stored functions will hang firebird engine if depending domain or column is changed. + + 2013-11-26 14:35 asfernandes + M configure.ac +Enable the use of autoconf 2.67 (of Ubuntu 11.04). + + 2013-11-26 13:50 alexpeshkoff + M builds/install/posix-common/posixLibrary.sh.in +Fixed regression, reported by Philippe privately + + 2013-11-26 10:37 alexpeshkoff + M src/jrd/jrd.h +Fixed CORE-4162: Warnings are not returned from attachDatabase() call + + 2013-11-26 10:35 alexpeshkoff + M src/common/utils.cpp +Cleanup - commented code was invalid, w/o it warnigns are processed correctly + 2013-11-24 23:44 asfernandes M src/remote/remote.h M src/remote/server/server.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-11-26 19:15:05 UTC (rev 58843) +++ firebird/trunk/src/jrd/build_no.h 2013-11-27 00:35:06 UTC (rev 58844) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30761 + FORMAL BUILD NUMBER:30766 */ -#define PRODUCT_VER_STRING "3.0.0.30761" -#define FILE_VER_STRING "WI-T3.0.0.30761" -#define LICENSE_VER_STRING "WI-T3.0.0.30761" -#define FILE_VER_NUMBER 3, 0, 0, 30761 +#define PRODUCT_VER_STRING "3.0.0.30766" +#define FILE_VER_STRING "WI-T3.0.0.30766" +#define LICENSE_VER_STRING "WI-T3.0.0.30766" +#define FILE_VER_NUMBER 3, 0, 0, 30766 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30761" +#define FB_BUILD_NO "30766" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-26 19:15:05 UTC (rev 58843) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-27 00:35:06 UTC (rev 58844) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30761 +BuildNum=30766 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-11-28 00:39:47
|
Revision: 58849 http://sourceforge.net/p/firebird/code/58849 Author: firebirds Date: 2013-11-28 00:39:44 +0000 (Thu, 28 Nov 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-11-27 13:08:09 UTC (rev 58848) +++ firebird/trunk/ChangeLog 2013-11-28 00:39:44 UTC (rev 58849) @@ -1,3 +1,15 @@ + 2013-11-27 13:08 alexpeshkoff + M builds/install/arch-specific/linux/linuxLibrary.sh.in +Fixed regression in unistaller which arrived when adding systemd support + + 2013-11-27 12:46 alexpeshkoff + M src/remote/server/server.cpp +Fixed CORE-4283: Resource temporarily unavailable errors while simultaneously registering events + + 2013-11-27 11:14 alexpeshkoff + M builds/install/posix-common/posixLibrary.sh.in +Set both ISC_PASSWD and ISC_PASSWORD to make both environment and old scripts happy + 2013-11-26 14:42 asfernandes M src/jrd/dfw.epp Fixed CORE-4281 - TYPE OF arguments of stored functions will hang firebird engine if depending domain or column is changed. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-11-27 13:08:09 UTC (rev 58848) +++ firebird/trunk/src/jrd/build_no.h 2013-11-28 00:39:44 UTC (rev 58849) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30766 + FORMAL BUILD NUMBER:30769 */ -#define PRODUCT_VER_STRING "3.0.0.30766" -#define FILE_VER_STRING "WI-T3.0.0.30766" -#define LICENSE_VER_STRING "WI-T3.0.0.30766" -#define FILE_VER_NUMBER 3, 0, 0, 30766 +#define PRODUCT_VER_STRING "3.0.0.30769" +#define FILE_VER_STRING "WI-T3.0.0.30769" +#define LICENSE_VER_STRING "WI-T3.0.0.30769" +#define FILE_VER_NUMBER 3, 0, 0, 30769 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30766" +#define FB_BUILD_NO "30769" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-27 13:08:09 UTC (rev 58848) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-28 00:39:44 UTC (rev 58849) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30766 +BuildNum=30769 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-11-29 00:32:57
|
Revision: 58857 http://sourceforge.net/p/firebird/code/58857 Author: firebirds Date: 2013-11-29 00:32:54 +0000 (Fri, 29 Nov 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-11-28 17:26:54 UTC (rev 58856) +++ firebird/trunk/ChangeLog 2013-11-29 00:32:54 UTC (rev 58857) @@ -1,3 +1,19 @@ + 2013-11-28 17:26 dimitr + M src/jrd/Optimizer.cpp +Correction for CORE-1550: Unnecessary index scan happens when the same index is mapped to both WHERE and ORDER BY clauses. +Also resolved CORE-1846: Allow index walk (ORDER plan) when there's a composite index {A, B} and the query looks like WHERE A = ? ORDER BY B. + + 2013-11-28 16:37 alexpeshkoff + M builds/install/arch-specific/linux/Makefile.in + M builds/install/posix-common/posixLibrary.sh.in +debuginfo uninstall + + 2013-11-28 09:12 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h +Another solution for CORE-1550: Unnecessary index scan happens when the same index is mapped to both WHERE and ORDER BY clauses. It's intended to fix the reported issues. +Also resolved CORE-4285: Choose the best matching index for navigation. + 2013-11-27 13:08 alexpeshkoff M builds/install/arch-specific/linux/linuxLibrary.sh.in Fixed regression in unistaller which arrived when adding systemd support Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-11-28 17:26:54 UTC (rev 58856) +++ firebird/trunk/src/jrd/build_no.h 2013-11-29 00:32:54 UTC (rev 58857) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30769 + FORMAL BUILD NUMBER:30772 */ -#define PRODUCT_VER_STRING "3.0.0.30769" -#define FILE_VER_STRING "WI-T3.0.0.30769" -#define LICENSE_VER_STRING "WI-T3.0.0.30769" -#define FILE_VER_NUMBER 3, 0, 0, 30769 +#define PRODUCT_VER_STRING "3.0.0.30772" +#define FILE_VER_STRING "WI-T3.0.0.30772" +#define LICENSE_VER_STRING "WI-T3.0.0.30772" +#define FILE_VER_NUMBER 3, 0, 0, 30772 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30769" +#define FB_BUILD_NO "30772" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-28 17:26:54 UTC (rev 58856) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-29 00:32:54 UTC (rev 58857) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30769 +BuildNum=30772 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-03 00:50:47
|
Revision: 58875 http://sourceforge.net/p/firebird/code/58875 Author: firebirds Date: 2013-12-03 00:50:42 +0000 (Tue, 03 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-02 17:16:24 UTC (rev 58874) +++ firebird/trunk/ChangeLog 2013-12-03 00:50:42 UTC (rev 58875) @@ -1,3 +1,20 @@ + 2013-12-02 17:16 dimitr + M src/jrd/opt.cpp +Fixed crashes or wrong results (empty result set) for inner joins and INTL columns. + + 2013-12-02 17:14 dimitr + M src/jrd/recsrc/HashJoin.cpp + M src/jrd/recsrc/RecordSource.h +Fixed crashes or wrong results (empty result set) for inner joins and INTL columns. + + 2013-12-02 15:15 alexpeshkoff + M src/auth/SecureRemotePassword/server/SrpServer.cpp +Slightly reworked use of OO API in SRP server - avoid unneeded atomic ops. Thanks to Adriano. + + 2013-12-02 14:28 alexpeshkoff + M src/remote/server/server.cpp +Fixed post-Alpha1 security regression, reported privately by Pavel + 2013-11-28 17:26 dimitr M src/jrd/Optimizer.cpp Correction for CORE-1550: Unnecessary index scan happens when the same index is mapped to both WHERE and ORDER BY clauses. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-02 17:16:24 UTC (rev 58874) +++ firebird/trunk/src/jrd/build_no.h 2013-12-03 00:50:42 UTC (rev 58875) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30772 + FORMAL BUILD NUMBER:30776 */ -#define PRODUCT_VER_STRING "3.0.0.30772" -#define FILE_VER_STRING "WI-T3.0.0.30772" -#define LICENSE_VER_STRING "WI-T3.0.0.30772" -#define FILE_VER_NUMBER 3, 0, 0, 30772 +#define PRODUCT_VER_STRING "3.0.0.30776" +#define FILE_VER_STRING "WI-T3.0.0.30776" +#define LICENSE_VER_STRING "WI-T3.0.0.30776" +#define FILE_VER_NUMBER 3, 0, 0, 30776 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30772" +#define FB_BUILD_NO "30776" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-02 17:16:24 UTC (rev 58874) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-03 00:50:42 UTC (rev 58875) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30772 +BuildNum=30776 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-04 00:47:27
|
Revision: 58884 http://sourceforge.net/p/firebird/code/58884 Author: firebirds Date: 2013-12-04 00:47:24 +0000 (Wed, 04 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-03 14:28:52 UTC (rev 58883) +++ firebird/trunk/ChangeLog 2013-12-04 00:47:24 UTC (rev 58884) @@ -1,3 +1,7 @@ + 2013-12-03 10:52 alexpeshkoff + M builds/posix/Makefile.in +Fixed build - ids.h was regenerated too late + 2013-12-02 17:16 dimitr M src/jrd/opt.cpp Fixed crashes or wrong results (empty result set) for inner joins and INTL columns. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-03 14:28:52 UTC (rev 58883) +++ firebird/trunk/src/jrd/build_no.h 2013-12-04 00:47:24 UTC (rev 58884) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30776 + FORMAL BUILD NUMBER:30777 */ -#define PRODUCT_VER_STRING "3.0.0.30776" -#define FILE_VER_STRING "WI-T3.0.0.30776" -#define LICENSE_VER_STRING "WI-T3.0.0.30776" -#define FILE_VER_NUMBER 3, 0, 0, 30776 +#define PRODUCT_VER_STRING "3.0.0.30777" +#define FILE_VER_STRING "WI-T3.0.0.30777" +#define LICENSE_VER_STRING "WI-T3.0.0.30777" +#define FILE_VER_NUMBER 3, 0, 0, 30777 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30776" +#define FB_BUILD_NO "30777" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-03 14:28:52 UTC (rev 58883) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-04 00:47:24 UTC (rev 58884) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30776 +BuildNum=30777 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-06 00:26:37
|
Revision: 58891 http://sourceforge.net/p/firebird/code/58891 Author: firebirds Date: 2013-12-06 00:26:31 +0000 (Fri, 06 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-05 17:36:29 UTC (rev 58890) +++ firebird/trunk/ChangeLog 2013-12-06 00:26:31 UTC (rev 58891) @@ -1,3 +1,25 @@ + 2013-12-05 16:37 dimitr + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/NestedLoopJoin.cpp + M src/jrd/recsrc/Union.cpp + M src/jrd/recsrc/WindowedStream.cpp +Improved the detailed plan output. + + 2013-12-05 13:59 dimitr + M src/dsql/ExprNodes.cpp + M src/dsql/pass1.cpp + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/RecordSource.h +Fixed three issues together represented in CORE-4261: +- non-existent result of the window function (in outer joins) is reported as 0 instead of NULL +- derived constant is processed wrongly in windowed streams +- deeper-than-root partitions are not "nullified" in outer joins +Adriano, please review. + + 2013-12-05 10:15 roman-simakov + M src/utilities/nbackup/nbackup.cpp +Ignoring port for localhost in nbackup. Added check for localhost and error message if non localhost provided. + 2013-12-03 10:52 alexpeshkoff M builds/posix/Makefile.in Fixed build - ids.h was regenerated too late Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-05 17:36:29 UTC (rev 58890) +++ firebird/trunk/src/jrd/build_no.h 2013-12-06 00:26:31 UTC (rev 58891) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30777 + FORMAL BUILD NUMBER:30780 */ -#define PRODUCT_VER_STRING "3.0.0.30777" -#define FILE_VER_STRING "WI-T3.0.0.30777" -#define LICENSE_VER_STRING "WI-T3.0.0.30777" -#define FILE_VER_NUMBER 3, 0, 0, 30777 +#define PRODUCT_VER_STRING "3.0.0.30780" +#define FILE_VER_STRING "WI-T3.0.0.30780" +#define LICENSE_VER_STRING "WI-T3.0.0.30780" +#define FILE_VER_NUMBER 3, 0, 0, 30780 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30777" +#define FB_BUILD_NO "30780" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-05 17:36:29 UTC (rev 58890) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-06 00:26:31 UTC (rev 58891) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30777 +BuildNum=30780 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-07 01:09:50
|
Revision: 58899 http://sourceforge.net/p/firebird/code/58899 Author: firebirds Date: 2013-12-07 01:09:46 +0000 (Sat, 07 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-06 17:10:10 UTC (rev 58898) +++ firebird/trunk/ChangeLog 2013-12-07 01:09:46 UTC (rev 58899) @@ -1,3 +1,36 @@ + 2013-12-06 17:10 alexpeshkoff + M src/auth/SecureRemotePassword/Message.h + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/common/call_service.cpp + M src/common/security.cpp + M src/common/security.h + M src/dbs/security.sql + M src/include/firebird/Auth.h + M src/include/gen/ids.h + M src/jrd/UserManagement.cpp + M src/jrd/fields.h + M src/jrd/names.h + M src/jrd/relations.h + M src/utilities/gsec/gsec.cpp +Implemented CORE-4290: Extensible property support which can add properties (name-value pairs) to users + + 2013-12-06 15:58 roman-simakov + M src/utilities/nbackup/nbackup.cpp +Hope the last fix of nbackup host case insensitive cutting. Sorry. + + 2013-12-06 15:12 roman-simakov + M src/utilities/nbackup/nbackup.cpp +Sorry. More correct fix for case insensitive mode. + + 2013-12-06 14:58 roman-simakov + M src/utilities/nbackup/nbackup.cpp +Make comparing of host name case-insensitive + + 2013-12-06 12:57 dimitr + M src/dsql/ExprNodes.cpp +Fixed my yesterday's mistake. + 2013-12-05 16:37 dimitr M src/jrd/recsrc/AggregatedStream.cpp M src/jrd/recsrc/NestedLoopJoin.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-06 17:10:10 UTC (rev 58898) +++ firebird/trunk/src/jrd/build_no.h 2013-12-07 01:09:46 UTC (rev 58899) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30780 + FORMAL BUILD NUMBER:30785 */ -#define PRODUCT_VER_STRING "3.0.0.30780" -#define FILE_VER_STRING "WI-T3.0.0.30780" -#define LICENSE_VER_STRING "WI-T3.0.0.30780" -#define FILE_VER_NUMBER 3, 0, 0, 30780 +#define PRODUCT_VER_STRING "3.0.0.30785" +#define FILE_VER_STRING "WI-T3.0.0.30785" +#define LICENSE_VER_STRING "WI-T3.0.0.30785" +#define FILE_VER_NUMBER 3, 0, 0, 30785 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30780" +#define FB_BUILD_NO "30785" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-06 17:10:10 UTC (rev 58898) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-07 01:09:46 UTC (rev 58899) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30780 +BuildNum=30785 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-10 00:28:56
|
Revision: 58915 http://sourceforge.net/p/firebird/code/58915 Author: firebirds Date: 2013-12-10 00:28:52 +0000 (Tue, 10 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-09 20:25:06 UTC (rev 58914) +++ firebird/trunk/ChangeLog 2013-12-10 00:28:52 UTC (rev 58915) @@ -1,3 +1,7 @@ + 2013-12-09 08:19 alexpeshkoff + M src/remote/server/server.cpp +Fixed issues noticed by Claudio + 2013-12-06 17:10 alexpeshkoff M src/auth/SecureRemotePassword/Message.h M src/auth/SecureRemotePassword/manage/SrpManagement.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-09 20:25:06 UTC (rev 58914) +++ firebird/trunk/src/jrd/build_no.h 2013-12-10 00:28:52 UTC (rev 58915) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30785 + FORMAL BUILD NUMBER:30786 */ -#define PRODUCT_VER_STRING "3.0.0.30785" -#define FILE_VER_STRING "WI-T3.0.0.30785" -#define LICENSE_VER_STRING "WI-T3.0.0.30785" -#define FILE_VER_NUMBER 3, 0, 0, 30785 +#define PRODUCT_VER_STRING "3.0.0.30786" +#define FILE_VER_STRING "WI-T3.0.0.30786" +#define LICENSE_VER_STRING "WI-T3.0.0.30786" +#define FILE_VER_NUMBER 3, 0, 0, 30786 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30785" +#define FB_BUILD_NO "30786" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-09 20:25:06 UTC (rev 58914) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-10 00:28:52 UTC (rev 58915) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30785 +BuildNum=30786 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-11 00:46:31
|
Revision: 58920 http://sourceforge.net/p/firebird/code/58920 Author: firebirds Date: 2013-12-11 00:46:29 +0000 (Wed, 11 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-10 13:03:39 UTC (rev 58919) +++ firebird/trunk/ChangeLog 2013-12-11 00:46:29 UTC (rev 58920) @@ -1,3 +1,12 @@ + 2013-12-10 13:03 alexpeshkoff + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/common/classes/objects_array.h + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/parse.y + M src/jrd/UserManagement.cpp +Fixed CORE-4290: added SQL support to set/drop unlimited list of user's properties + 2013-12-09 08:19 alexpeshkoff M src/remote/server/server.cpp Fixed issues noticed by Claudio Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-10 13:03:39 UTC (rev 58919) +++ firebird/trunk/src/jrd/build_no.h 2013-12-11 00:46:29 UTC (rev 58920) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30786 + FORMAL BUILD NUMBER:30787 */ -#define PRODUCT_VER_STRING "3.0.0.30786" -#define FILE_VER_STRING "WI-T3.0.0.30786" -#define LICENSE_VER_STRING "WI-T3.0.0.30786" -#define FILE_VER_NUMBER 3, 0, 0, 30786 +#define PRODUCT_VER_STRING "3.0.0.30787" +#define FILE_VER_STRING "WI-T3.0.0.30787" +#define LICENSE_VER_STRING "WI-T3.0.0.30787" +#define FILE_VER_NUMBER 3, 0, 0, 30787 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30786" +#define FB_BUILD_NO "30787" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-10 13:03:39 UTC (rev 58919) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-11 00:46:29 UTC (rev 58920) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30786 +BuildNum=30787 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-12 01:02:15
|
Revision: 58930 http://sourceforge.net/p/firebird/code/58930 Author: firebirds Date: 2013-12-12 01:02:10 +0000 (Thu, 12 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-11 17:11:47 UTC (rev 58929) +++ firebird/trunk/ChangeLog 2013-12-12 01:02:10 UTC (rev 58930) @@ -1,3 +1,23 @@ + 2013-12-11 17:11 dimitr + M src/jrd/recsrc/ConditionalStream.cpp +Protected from unexpected operations with a closed stream. + + 2013-12-11 16:32 hvlad + M src/alice/alice_meta.epp +Fixed bug CORE-4297 : Gfix crashed when description of limbo transaction have size large than 1KB + + 2013-12-11 11:04 dimitr + M src/dsql/DsqlCompilerScratch.cpp +Fixed the issue with recursive CTEs reported by Philippe in firebird-devel. + + 2013-12-11 10:20 hvlad + M src/jrd/blb.cpp +No need to maintain precedence for temporary blobs. Use correct page space for precedence. + + 2013-12-11 10:19 hvlad + M src/jrd/pag.h +Refactor common code a bit + 2013-12-10 13:03 alexpeshkoff M src/auth/SecurityDatabase/LegacyManagement.epp M src/common/classes/objects_array.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-11 17:11:47 UTC (rev 58929) +++ firebird/trunk/src/jrd/build_no.h 2013-12-12 01:02:10 UTC (rev 58930) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30787 + FORMAL BUILD NUMBER:30792 */ -#define PRODUCT_VER_STRING "3.0.0.30787" -#define FILE_VER_STRING "WI-T3.0.0.30787" -#define LICENSE_VER_STRING "WI-T3.0.0.30787" -#define FILE_VER_NUMBER 3, 0, 0, 30787 +#define PRODUCT_VER_STRING "3.0.0.30792" +#define FILE_VER_STRING "WI-T3.0.0.30792" +#define LICENSE_VER_STRING "WI-T3.0.0.30792" +#define FILE_VER_NUMBER 3, 0, 0, 30792 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30787" +#define FB_BUILD_NO "30792" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-11 17:11:47 UTC (rev 58929) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-12 01:02:10 UTC (rev 58930) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30787 +BuildNum=30792 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-13 00:44:34
|
Revision: 58935 http://sourceforge.net/p/firebird/code/58935 Author: firebirds Date: 2013-12-13 00:44:31 +0000 (Fri, 13 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-12 14:42:31 UTC (rev 58934) +++ firebird/trunk/ChangeLog 2013-12-13 00:44:31 UTC (rev 58935) @@ -1,3 +1,23 @@ + 2013-12-12 14:42 asfernandes + M src/dsql/ExprNodes.cpp + M src/jrd/Attachment.cpp + M src/jrd/Attachment.h + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/JrdStatement.cpp + M src/jrd/Routine.cpp + M src/jrd/Routine.h + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/dfw.epp + M src/jrd/exe.h + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/met.epp + M src/jrd/met_proto.h + M src/jrd/tra.cpp +Working in progress on the fix for CORE-4271: unify as possible the handling of procedures and functions. + 2013-12-11 17:11 dimitr M src/jrd/recsrc/ConditionalStream.cpp Protected from unexpected operations with a closed stream. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-12 14:42:31 UTC (rev 58934) +++ firebird/trunk/src/jrd/build_no.h 2013-12-13 00:44:31 UTC (rev 58935) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30792 + FORMAL BUILD NUMBER:30793 */ -#define PRODUCT_VER_STRING "3.0.0.30792" -#define FILE_VER_STRING "WI-T3.0.0.30792" -#define LICENSE_VER_STRING "WI-T3.0.0.30792" -#define FILE_VER_NUMBER 3, 0, 0, 30792 +#define PRODUCT_VER_STRING "3.0.0.30793" +#define FILE_VER_STRING "WI-T3.0.0.30793" +#define LICENSE_VER_STRING "WI-T3.0.0.30793" +#define FILE_VER_NUMBER 3, 0, 0, 30793 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30792" +#define FB_BUILD_NO "30793" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-12 14:42:31 UTC (rev 58934) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-13 00:44:31 UTC (rev 58935) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30792 +BuildNum=30793 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-15 00:42:45
|
Revision: 58939 http://sourceforge.net/p/firebird/code/58939 Author: firebirds Date: 2013-12-15 00:42:41 +0000 (Sun, 15 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-14 23:59:55 UTC (rev 58938) +++ firebird/trunk/ChangeLog 2013-12-15 00:42:41 UTC (rev 58939) @@ -1,3 +1,12 @@ + 2013-12-14 23:59 asfernandes + M src/alice/alice_meta.epp + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/dsql/DdlNodes.epp + M src/jrd/blb.cpp + M src/utilities/nbackup/nbackup.cpp +Misc. + 2013-12-12 14:42 asfernandes M src/dsql/ExprNodes.cpp M src/jrd/Attachment.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-14 23:59:55 UTC (rev 58938) +++ firebird/trunk/src/jrd/build_no.h 2013-12-15 00:42:41 UTC (rev 58939) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30793 + FORMAL BUILD NUMBER:30794 */ -#define PRODUCT_VER_STRING "3.0.0.30793" -#define FILE_VER_STRING "WI-T3.0.0.30793" -#define LICENSE_VER_STRING "WI-T3.0.0.30793" -#define FILE_VER_NUMBER 3, 0, 0, 30793 +#define PRODUCT_VER_STRING "3.0.0.30794" +#define FILE_VER_STRING "WI-T3.0.0.30794" +#define LICENSE_VER_STRING "WI-T3.0.0.30794" +#define FILE_VER_NUMBER 3, 0, 0, 30794 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30793" +#define FB_BUILD_NO "30794" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-14 23:59:55 UTC (rev 58938) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-15 00:42:41 UTC (rev 58939) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30793 +BuildNum=30794 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-16 00:44:37
|
Revision: 58941 http://sourceforge.net/p/firebird/code/58941 Author: firebirds Date: 2013-12-16 00:44:33 +0000 (Mon, 16 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-15 01:19:39 UTC (rev 58940) +++ firebird/trunk/ChangeLog 2013-12-16 00:44:33 UTC (rev 58941) @@ -1,3 +1,7 @@ + 2013-12-15 01:19 asfernandes + M src/dsql/parse.y +Remove two introduced reduce/reduce conflict in the parser. + 2013-12-14 23:59 asfernandes M src/alice/alice_meta.epp M src/auth/SecureRemotePassword/manage/SrpManagement.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-15 01:19:39 UTC (rev 58940) +++ firebird/trunk/src/jrd/build_no.h 2013-12-16 00:44:33 UTC (rev 58941) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30794 + FORMAL BUILD NUMBER:30795 */ -#define PRODUCT_VER_STRING "3.0.0.30794" -#define FILE_VER_STRING "WI-T3.0.0.30794" -#define LICENSE_VER_STRING "WI-T3.0.0.30794" -#define FILE_VER_NUMBER 3, 0, 0, 30794 +#define PRODUCT_VER_STRING "3.0.0.30795" +#define FILE_VER_STRING "WI-T3.0.0.30795" +#define LICENSE_VER_STRING "WI-T3.0.0.30795" +#define FILE_VER_NUMBER 3, 0, 0, 30795 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30794" +#define FB_BUILD_NO "30795" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-15 01:19:39 UTC (rev 58940) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-16 00:44:33 UTC (rev 58941) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30794 +BuildNum=30795 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-17 00:40:16
|
Revision: 58944 http://sourceforge.net/p/firebird/code/58944 Author: firebirds Date: 2013-12-17 00:40:12 +0000 (Tue, 17 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-16 07:34:11 UTC (rev 58943) +++ firebird/trunk/ChangeLog 2013-12-17 00:40:12 UTC (rev 58944) @@ -1,3 +1,7 @@ + 2013-12-16 01:32 asfernandes + M src/jrd/dfw.epp +Fixed CORE-4271 - Engine crashs in case of re-creation of an erratic package body. + 2013-12-15 01:19 asfernandes M src/dsql/parse.y Remove two introduced reduce/reduce conflict in the parser. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-16 07:34:11 UTC (rev 58943) +++ firebird/trunk/src/jrd/build_no.h 2013-12-17 00:40:12 UTC (rev 58944) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30795 + FORMAL BUILD NUMBER:30796 */ -#define PRODUCT_VER_STRING "3.0.0.30795" -#define FILE_VER_STRING "WI-T3.0.0.30795" -#define LICENSE_VER_STRING "WI-T3.0.0.30795" -#define FILE_VER_NUMBER 3, 0, 0, 30795 +#define PRODUCT_VER_STRING "3.0.0.30796" +#define FILE_VER_STRING "WI-T3.0.0.30796" +#define LICENSE_VER_STRING "WI-T3.0.0.30796" +#define FILE_VER_NUMBER 3, 0, 0, 30796 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30795" +#define FB_BUILD_NO "30796" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-16 07:34:11 UTC (rev 58943) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-17 00:40:12 UTC (rev 58944) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30795 +BuildNum=30796 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2013-12-17 16:24:52
|
Revision: 58948 http://sourceforge.net/p/firebird/code/58948 Author: alexpeshkoff Date: 2013-12-17 16:24:49 +0000 (Tue, 17 Dec 2013) Log Message: ----------- Implemented CORE-3365: Extend syntax for ALTER CURRENT USER Modified Paths: -------------- firebird/trunk/doc/sql.extensions/README.user_management firebird/trunk/src/dsql/DdlNodes.epp firebird/trunk/src/dsql/parse.y Modified: firebird/trunk/doc/sql.extensions/README.user_management =================================================================== --- firebird/trunk/doc/sql.extensions/README.user_management 2013-12-17 15:52:30 UTC (rev 58947) +++ firebird/trunk/doc/sql.extensions/README.user_management 2013-12-17 16:24:49 UTC (rev 58948) @@ -11,6 +11,7 @@ CREATE USER name {PASSWORD 'password'} [ options ] [ TAGS ( tag [, tag [, tag ...]] ) ] ALTER USER name SET [PASSWORD 'password'] [ options ] [ TAGS ( tag [, tag [, tag ...]] ) ] + ALTER CURRENT USER SET [PASSWORD 'password'] [ options ] [ TAGS ( tag [, tag [, tag ...]] ) ] CREATE OR ALTER USER name SET [PASSWORD 'password'] [ options ] [ TAGS ( tag [, tag [, tag ...]] ) ] DROP USER name; @@ -22,10 +23,10 @@ - INACTIVE and each TAG may have one of two forms: -NAME = 'VALUE' + name = 'string value' or: -DROP NAME - where NAME is any valid SQL identifier. + DROP name +where NAME is any valid SQL identifier. Description: @@ -37,7 +38,8 @@ CREATE and DROP clauses are available only for SYSDBA (or other user, granted RDB$ADMIN role in security database). Ordinary user can ALTER his own password, wide names and tags. Attempt to modify -another user will fail. +another user will fail. Also will fail an attempt to make yourself inactive or active. In order to +avoid typing your name each time simplified form ALTER CURRENT USER is present. At least one of PASSWORD, FIRSTNAME, MIDDLENAME, LASTNAME, ACTIVE, INACTIVE or TAGS must be present in ALTER USER statement. Also notice that PASSWORD clause is required when creating new user. @@ -62,6 +64,7 @@ ALTER USER alex SET FIRSTNAME 'Alex' LASTNAME 'Peshkoff'; CREATE OR ALTER USER alex SET PASSWORD 'IdQfA'; DROP USER alex; + ALTER CURRENT USER SET PASSWORD 'SomethingLongEnough'; Working with tags: ALTER USER alex SET TAGS (a='a', b='b'); Modified: firebird/trunk/src/dsql/DdlNodes.epp =================================================================== --- firebird/trunk/src/dsql/DdlNodes.epp 2013-12-17 15:52:30 UTC (rev 58947) +++ firebird/trunk/src/dsql/DdlNodes.epp 2013-12-17 16:24:49 UTC (rev 58948) @@ -9186,6 +9186,17 @@ Auth::DynamicUserData* userData = FB_NEW(*transaction->tra_pool) Auth::DynamicUserData; string text = name.c_str(); + if (text.isEmpty() && mode == USER_MOD) + { + // alter current user + UserId* usr = tdbb->getAttachment()->att_user; + fb_assert(usr); + if (!usr) + { + (Arg::Gds(isc_random) << "Missing user name for ALTER CURRENT USER").raise(); + } + text = usr->usr_user_name; + } text.upper(); userData->op = mode == USER_ADD ? Auth::ADD_OPER : mode == USER_MOD ? Modified: firebird/trunk/src/dsql/parse.y =================================================================== --- firebird/trunk/src/dsql/parse.y 2013-12-17 15:52:30 UTC (rev 58947) +++ firebird/trunk/src/dsql/parse.y 2013-12-17 16:24:49 UTC (rev 58948) @@ -3394,6 +3394,7 @@ | FUNCTION alter_function_clause { $$ = $2; } | ROLE alter_role_clause { $$ = $2; } | USER alter_user_clause { $$ = $2; } + | CURRENT USER alter_cur_user_clause { $$ = $3; } | CHARACTER SET alter_charset_clause { $$ = $3; } | GENERATOR alter_sequence_clause { $$ = $2; } | SEQUENCE alter_sequence_clause { $$ = $2; } @@ -5832,6 +5833,20 @@ } ; +%type <createAlterUserNode> alter_cur_user_clause +alter_cur_user_clause + : SET passwd_opt + { + $$ = newNode<CreateAlterUserNode>(CreateAlterUserNode::USER_MOD, ""); + $$->password = $2; + } + user_fixed_opts(NOTRIAL($3)) + user_var_opts(NOTRIAL($3)) + { + $$ = $3; + } + ; + %type <createAlterUserNode> replace_user_clause replace_user_clause : symbol_user_name SET passwd_opt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-18 00:28:35
|
Revision: 58949 http://sourceforge.net/p/firebird/code/58949 Author: firebirds Date: 2013-12-18 00:28:31 +0000 (Wed, 18 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-17 16:24:49 UTC (rev 58948) +++ firebird/trunk/ChangeLog 2013-12-18 00:28:31 UTC (rev 58949) @@ -1,3 +1,49 @@ + 2013-12-17 16:24 alexpeshkoff + M doc/sql.extensions/README.user_management + M src/dsql/DdlNodes.epp + M src/dsql/parse.y +Implemented CORE-3365: Extend syntax for ALTER CURRENT USER + + 2013-12-17 15:52 alexpeshkoff + M doc/sql.extensions/README.user_management +Misc + + 2013-12-17 15:49 alexpeshkoff + M doc/sql.extensions/README.ddl.txt + M doc/sql.extensions/README.user_management +Documented changes in SQL user management + + 2013-12-17 14:20 alexpeshkoff + M src/auth/SecureRemotePassword/Message.h + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/common/call_service.cpp + M src/common/security.cpp + M src/common/security.h + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/parse.y + M src/include/firebird/Auth.h + M src/include/gen/ids.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/UserManagement.cpp + M src/jrd/UserManagement.h + M src/jrd/fields.h + M src/jrd/ini.epp + M src/jrd/names.h + M src/jrd/opt.cpp + M src/jrd/relations.h + M src/utilities/gsec/gsec.cpp + M src/utilities/gsec/gsec.h + M src/yvalve/alt.cpp + M src/yvalve/keywords.cpp +Changed syntax of user definition operators according to discussion in devel +Added virtual table sec$user_attributes with parsed user's attributes +Implemented CORE-2004: Ability to alter user inactive/active +Implemented CORE-2063: Added CREATE OR ALTER USER operator +Implemented CORE-3931: Ability to set comment for the user + 2013-12-16 01:32 asfernandes M src/jrd/dfw.epp Fixed CORE-4271 - Engine crashs in case of re-creation of an erratic package body. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-17 16:24:49 UTC (rev 58948) +++ firebird/trunk/src/jrd/build_no.h 2013-12-18 00:28:31 UTC (rev 58949) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30796 + FORMAL BUILD NUMBER:30800 */ -#define PRODUCT_VER_STRING "3.0.0.30796" -#define FILE_VER_STRING "WI-T3.0.0.30796" -#define LICENSE_VER_STRING "WI-T3.0.0.30796" -#define FILE_VER_NUMBER 3, 0, 0, 30796 +#define PRODUCT_VER_STRING "3.0.0.30800" +#define FILE_VER_STRING "WI-T3.0.0.30800" +#define LICENSE_VER_STRING "WI-T3.0.0.30800" +#define FILE_VER_NUMBER 3, 0, 0, 30800 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30796" +#define FB_BUILD_NO "30800" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-17 16:24:49 UTC (rev 58948) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-18 00:28:31 UTC (rev 58949) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30796 +BuildNum=30800 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-20 00:37:10
|
Revision: 58956 http://sourceforge.net/p/firebird/code/58956 Author: firebirds Date: 2013-12-20 00:37:06 +0000 (Fri, 20 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-19 18:55:12 UTC (rev 58955) +++ firebird/trunk/ChangeLog 2013-12-20 00:37:06 UTC (rev 58956) @@ -1,3 +1,16 @@ + 2013-12-19 13:48 alexpeshkoff + M src/common/classes/ClumpletReader.cpp + M src/include/consts_pub.h + M src/jrd/svc.cpp + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/utilities/fbsvcmgr/fbsvcmgr.cpp +Fixed CORE-4298: fbsvcmgr doesn't recognise sts_record_versions and other sts switches + + 2013-12-19 11:41 dimitr + M src/remote/server/server.cpp +I prefer to explicitly initialize suspicious pointers. Related to CORE-4300 (although there's no crash here). + 2013-12-17 16:24 alexpeshkoff M doc/sql.extensions/README.user_management M src/dsql/DdlNodes.epp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-19 18:55:12 UTC (rev 58955) +++ firebird/trunk/src/jrd/build_no.h 2013-12-20 00:37:06 UTC (rev 58956) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30800 + FORMAL BUILD NUMBER:30802 */ -#define PRODUCT_VER_STRING "3.0.0.30800" -#define FILE_VER_STRING "WI-T3.0.0.30800" -#define LICENSE_VER_STRING "WI-T3.0.0.30800" -#define FILE_VER_NUMBER 3, 0, 0, 30800 +#define PRODUCT_VER_STRING "3.0.0.30802" +#define FILE_VER_STRING "WI-T3.0.0.30802" +#define LICENSE_VER_STRING "WI-T3.0.0.30802" +#define FILE_VER_NUMBER 3, 0, 0, 30802 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30800" +#define FB_BUILD_NO "30802" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-19 18:55:12 UTC (rev 58955) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-20 00:37:06 UTC (rev 58956) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30800 +BuildNum=30802 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-22 00:44:16
|
Revision: 58964 http://sourceforge.net/p/firebird/code/58964 Author: firebirds Date: 2013-12-22 00:44:13 +0000 (Sun, 22 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-21 19:13:14 UTC (rev 58963) +++ firebird/trunk/ChangeLog 2013-12-22 00:44:13 UTC (rev 58964) @@ -1,3 +1,8 @@ + 2013-12-21 18:46 hvlad + M src/jrd/btr.cpp + M src/jrd/recsrc/IndexTableScan.cpp +Fixed bug CORE-4302 : Descending index could be very inefficient for some keys + 2013-12-19 13:48 alexpeshkoff M src/common/classes/ClumpletReader.cpp M src/include/consts_pub.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-21 19:13:14 UTC (rev 58963) +++ firebird/trunk/src/jrd/build_no.h 2013-12-22 00:44:13 UTC (rev 58964) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30802 + FORMAL BUILD NUMBER:30803 */ -#define PRODUCT_VER_STRING "3.0.0.30802" -#define FILE_VER_STRING "WI-T3.0.0.30802" -#define LICENSE_VER_STRING "WI-T3.0.0.30802" -#define FILE_VER_NUMBER 3, 0, 0, 30802 +#define PRODUCT_VER_STRING "3.0.0.30803" +#define FILE_VER_STRING "WI-T3.0.0.30803" +#define LICENSE_VER_STRING "WI-T3.0.0.30803" +#define FILE_VER_NUMBER 3, 0, 0, 30803 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30802" +#define FB_BUILD_NO "30803" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-21 19:13:14 UTC (rev 58963) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-22 00:44:13 UTC (rev 58964) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30802 +BuildNum=30803 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-24 00:29:32
|
Revision: 58971 http://sourceforge.net/p/firebird/code/58971 Author: firebirds Date: 2013-12-24 00:29:28 +0000 (Tue, 24 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-23 11:57:49 UTC (rev 58970) +++ firebird/trunk/ChangeLog 2013-12-24 00:29:28 UTC (rev 58971) @@ -1,3 +1,11 @@ + 2013-12-23 11:57 dimitr + M doc/WhatsNew +Updated docs. + + 2013-12-23 10:55 alexpeshkoff + M src/remote/client/interface.cpp +Removed wrong assert + 2013-12-21 18:46 hvlad M src/jrd/btr.cpp M src/jrd/recsrc/IndexTableScan.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-23 11:57:49 UTC (rev 58970) +++ firebird/trunk/src/jrd/build_no.h 2013-12-24 00:29:28 UTC (rev 58971) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30803 + FORMAL BUILD NUMBER:30805 */ -#define PRODUCT_VER_STRING "3.0.0.30803" -#define FILE_VER_STRING "WI-T3.0.0.30803" -#define LICENSE_VER_STRING "WI-T3.0.0.30803" -#define FILE_VER_NUMBER 3, 0, 0, 30803 +#define PRODUCT_VER_STRING "3.0.0.30805" +#define FILE_VER_STRING "WI-T3.0.0.30805" +#define LICENSE_VER_STRING "WI-T3.0.0.30805" +#define FILE_VER_NUMBER 3, 0, 0, 30805 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30803" +#define FB_BUILD_NO "30805" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-23 11:57:49 UTC (rev 58970) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-24 00:29:28 UTC (rev 58971) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30803 +BuildNum=30805 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-26 00:42:37
|
Revision: 58975 http://sourceforge.net/p/firebird/code/58975 Author: firebirds Date: 2013-12-26 00:42:33 +0000 (Thu, 26 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-25 23:36:56 UTC (rev 58974) +++ firebird/trunk/ChangeLog 2013-12-26 00:42:33 UTC (rev 58975) @@ -1,3 +1,19 @@ + 2013-12-25 23:36 asfernandes + M src/dsql/DdlNodes.epp + M src/jrd/UserManagement.cpp + M src/jrd/btr.cpp + M src/jrd/recsrc/IndexTableScan.cpp + M src/utilities/fbsvcmgr/fbsvcmgr.cpp +Misc. + + 2013-12-25 10:59 hvlad + M src/jrd/btr.cpp +Fixed bug CORE-2165 : Unnecessary 1 index read may occur when using strict inequality condition + + 2013-12-25 10:57 hvlad + M src/jrd/btr.cpp +Additional fix for bug CORE-4302 : Lookup (or scan) in descending index could be very inefficient for some keys + 2013-12-23 11:57 dimitr M doc/WhatsNew Updated docs. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-25 23:36:56 UTC (rev 58974) +++ firebird/trunk/src/jrd/build_no.h 2013-12-26 00:42:33 UTC (rev 58975) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30805 + FORMAL BUILD NUMBER:30808 */ -#define PRODUCT_VER_STRING "3.0.0.30805" -#define FILE_VER_STRING "WI-T3.0.0.30805" -#define LICENSE_VER_STRING "WI-T3.0.0.30805" -#define FILE_VER_NUMBER 3, 0, 0, 30805 +#define PRODUCT_VER_STRING "3.0.0.30808" +#define FILE_VER_STRING "WI-T3.0.0.30808" +#define LICENSE_VER_STRING "WI-T3.0.0.30808" +#define FILE_VER_NUMBER 3, 0, 0, 30808 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30805" +#define FB_BUILD_NO "30808" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-25 23:36:56 UTC (rev 58974) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-26 00:42:33 UTC (rev 58975) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30805 +BuildNum=30808 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-27 00:27:43
|
Revision: 58978 http://sourceforge.net/p/firebird/code/58978 Author: firebirds Date: 2013-12-27 00:27:39 +0000 (Fri, 27 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-26 11:58:04 UTC (rev 58977) +++ firebird/trunk/ChangeLog 2013-12-27 00:27:39 UTC (rev 58978) @@ -1,3 +1,10 @@ + 2013-12-26 10:59 alexpeshkoff + M src/auth/SecureRemotePassword/Message.h + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/dsql/DdlNodes.h + M src/dsql/parse.y +Misc enhancements in user management - thanks to Adriano + 2013-12-25 23:36 asfernandes M src/dsql/DdlNodes.epp M src/jrd/UserManagement.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-26 11:58:04 UTC (rev 58977) +++ firebird/trunk/src/jrd/build_no.h 2013-12-27 00:27:39 UTC (rev 58978) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30808 + FORMAL BUILD NUMBER:30809 */ -#define PRODUCT_VER_STRING "3.0.0.30808" -#define FILE_VER_STRING "WI-T3.0.0.30808" -#define LICENSE_VER_STRING "WI-T3.0.0.30808" -#define FILE_VER_NUMBER 3, 0, 0, 30808 +#define PRODUCT_VER_STRING "3.0.0.30809" +#define FILE_VER_STRING "WI-T3.0.0.30809" +#define LICENSE_VER_STRING "WI-T3.0.0.30809" +#define FILE_VER_NUMBER 3, 0, 0, 30809 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30808" +#define FB_BUILD_NO "30809" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-26 11:58:04 UTC (rev 58977) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-27 00:27:39 UTC (rev 58978) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30808 +BuildNum=30809 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-28 00:28:47
|
Revision: 58983 http://sourceforge.net/p/firebird/code/58983 Author: firebirds Date: 2013-12-28 00:28:43 +0000 (Sat, 28 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-27 11:43:34 UTC (rev 58982) +++ firebird/trunk/ChangeLog 2013-12-28 00:28:43 UTC (rev 58983) @@ -1,3 +1,11 @@ + 2013-12-27 11:27 dimitr + M doc/WhatsNew +Updated docs. + + 2013-12-27 07:52 dimitr + M src/misc/writeBuildNum.sh +Bump the version suffix. + 2013-12-26 10:59 alexpeshkoff M src/auth/SecureRemotePassword/Message.h M src/auth/SecureRemotePassword/manage/SrpManagement.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-27 11:43:34 UTC (rev 58982) +++ firebird/trunk/src/jrd/build_no.h 2013-12-28 00:28:43 UTC (rev 58983) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30809 + FORMAL BUILD NUMBER:30811 */ -#define PRODUCT_VER_STRING "3.0.0.30809" -#define FILE_VER_STRING "WI-T3.0.0.30809" -#define LICENSE_VER_STRING "WI-T3.0.0.30809" -#define FILE_VER_NUMBER 3, 0, 0, 30809 +#define PRODUCT_VER_STRING "3.0.0.30811" +#define FILE_VER_STRING "WI-T3.0.0.30811" +#define LICENSE_VER_STRING "WI-T3.0.0.30811" +#define FILE_VER_NUMBER 3, 0, 0, 30811 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30809" +#define FB_BUILD_NO "30811" #define FB_BUILD_TYPE "T" -#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" +#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-27 11:43:34 UTC (rev 58982) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-28 00:28:43 UTC (rev 58983) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30809 +BuildNum=30811 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ro...@us...> - 2013-12-29 00:35:54
|
Revision: 58985 http://sourceforge.net/p/firebird/code/58985 Author: robocop Date: 2013-12-29 00:35:50 +0000 (Sun, 29 Dec 2013) Log Message: ----------- Misc and warnings. Modified Paths: -------------- firebird/trunk/builds/install/arch-specific/linux/README firebird/trunk/examples/interfaces/01.create.cpp firebird/trunk/src/burp/burp.cpp firebird/trunk/src/common/MsgMetadata.h firebird/trunk/src/common/StatementMetadata.h firebird/trunk/src/common/classes/array.h firebird/trunk/src/common/config/config.cpp firebird/trunk/src/dsql/DdlNodes.h firebird/trunk/src/dsql/Parser.h firebird/trunk/src/iscguard/iscguard.cpp firebird/trunk/src/isql/extract.epp firebird/trunk/src/jrd/Attachment.cpp firebird/trunk/src/jrd/Database.h firebird/trunk/src/jrd/EngineInterface.h firebird/trunk/src/jrd/ExtEngineManager.cpp firebird/trunk/src/jrd/RecordSourceNodes.cpp firebird/trunk/src/jrd/Routine.cpp firebird/trunk/src/jrd/cch.cpp firebird/trunk/src/jrd/jrd.cpp firebird/trunk/src/jrd/met.epp firebird/trunk/src/jrd/trace/TraceConfigStorage.h firebird/trunk/src/utilities/gsec/gsec.cpp firebird/trunk/src/yvalve/YObjects.h Modified: firebird/trunk/builds/install/arch-specific/linux/README =================================================================== --- firebird/trunk/builds/install/arch-specific/linux/README 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/builds/install/arch-specific/linux/README 2013-12-29 00:35:50 UTC (rev 58985) @@ -1,4 +1,4 @@ -Firebird 2 Server for Linux +Firebird 3 Server for Linux More information can be found about the Firebird Modified: firebird/trunk/examples/interfaces/01.create.cpp =================================================================== --- firebird/trunk/examples/interfaces/01.create.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/examples/interfaces/01.create.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -76,7 +76,7 @@ try { // status vector and main dispatcher are returned by calls to IMaster functions - // no error return may happen - this functions always succeed + // no error return may happen - these functions always succeed st = master->getStatus(); prov = master->getDispatcher(); Modified: firebird/trunk/src/burp/burp.cpp =================================================================== --- firebird/trunk/src/burp/burp.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/burp/burp.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -255,7 +255,7 @@ } } - Firebird::string* dbName = flag_restore ? &files[1] : &files[0]; + const Firebird::string* dbName = flag_restore ? &files[1] : &files[0]; ISC_STATUS_ARRAY status; FB_API_HANDLE svc_handle = 0; Modified: firebird/trunk/src/common/MsgMetadata.h =================================================================== --- firebird/trunk/src/common/MsgMetadata.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/common/MsgMetadata.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -96,7 +96,7 @@ { } - MsgMetadata(IMessageMetadata* from) + explicit MsgMetadata(IMessageMetadata* from) : items(getPool()), length(0) { @@ -246,7 +246,7 @@ class AttMetadata : public MsgMetadata { public: - AttMetadata(IAttachment* att) + explicit AttMetadata(IAttachment* att) : MsgMetadata(), attachment(att) { } Modified: firebird/trunk/src/common/StatementMetadata.h =================================================================== --- firebird/trunk/src/common/StatementMetadata.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/common/StatementMetadata.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -43,7 +43,7 @@ class Parameters : public AttMetadata { public: - Parameters(IAttachment* att) + explicit Parameters(IAttachment* att) : AttMetadata(att), fetched(false) { Modified: firebird/trunk/src/common/classes/array.h =================================================================== --- firebird/trunk/src/common/classes/array.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/common/classes/array.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -559,15 +559,15 @@ static int compare(const void* a, const void* b) { - const Key& first(KeyOfValue::generate(*reinterpret_cast<const Value*>(a))); - const Key& second(KeyOfValue::generate(*reinterpret_cast<const Value*>(b))); + const Key& first(KeyOfValue::generate(*static_cast<const Value*>(a))); + const Key& second(KeyOfValue::generate(*static_cast<const Value*>(b))); if (Cmp::greaterThan(first, second)) return 1; - else if (Cmp::greaterThan(second, first)) + if (Cmp::greaterThan(second, first)) return -1; - else - return 0; + + return 0; } }; Modified: firebird/trunk/src/common/config/config.cpp =================================================================== --- firebird/trunk/src/common/config/config.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/common/config/config.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -716,10 +716,11 @@ Firebird::NoCaseString wireCrypt(wc); if (wireCrypt == "DISABLED") return WIRE_CRYPT_DISABLED; - else if (wireCrypt == "ENABLED") + if (wireCrypt == "ENABLED") return WIRE_CRYPT_ENABLED; - else // the safest choice - return WIRE_CRYPT_REQUIRED; + + // the safest choice + return WIRE_CRYPT_REQUIRED; } bool Config::getRemoteAccess() const Modified: firebird/trunk/src/dsql/DdlNodes.h =================================================================== --- firebird/trunk/src/dsql/DdlNodes.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/dsql/DdlNodes.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -1830,7 +1830,7 @@ class Property : public PermanentStorage { public: - Property(MemoryPool& p) + explicit Property(MemoryPool& p) : PermanentStorage(p), value(p) { } Modified: firebird/trunk/src/dsql/Parser.h =================================================================== --- firebird/trunk/src/dsql/Parser.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/dsql/Parser.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -210,13 +210,11 @@ BoolAsValueNode* node = value->as<BoolAsValueNode>(); if (node) return node->boolean; - else - { - ComparativeBoolNode* cmpNode = newNode<ComparativeBoolNode>( - blr_eql, value, MAKE_constant("1", CONSTANT_BOOLEAN)); - cmpNode->dsqlWasValue = true; - return cmpNode; - } + + ComparativeBoolNode* cmpNode = newNode<ComparativeBoolNode>( + blr_eql, value, MAKE_constant("1", CONSTANT_BOOLEAN)); + cmpNode->dsqlWasValue = true; + return cmpNode; } void yyReducePosn(YYPOSN& ret, YYPOSN* termPosns, YYSTYPE* termVals, Modified: firebird/trunk/src/iscguard/iscguard.cpp =================================================================== --- firebird/trunk/src/iscguard/iscguard.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/iscguard/iscguard.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -1152,7 +1152,7 @@ tmp_buff, 0, 0, (LPTSTR) &lpMsgBuf, 0, reinterpret_cast<va_list*>(act_buff)); - const int len = MIN(BUFF_SIZE-1, strlen(lpMsgBuf) - 1); + const int len = MIN(BUFF_SIZE - 1, strlen(lpMsgBuf) - 1); strncpy(act_buff[0], lpMsgBuf, len); act_buff[0][len] = 0; LocalFree(lpMsgBuf); Modified: firebird/trunk/src/isql/extract.epp =================================================================== --- firebird/trunk/src/isql/extract.epp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/isql/extract.epp 2013-12-29 00:35:50 UTC (rev 58985) @@ -2549,8 +2549,8 @@ bool firstarg = true; FOR FNA IN RDB$FUNCTION_ARGUMENTS WITH - FUN.RDB$FUNCTION_NAME EQ FNA.RDB$FUNCTION_NAME AND - FUN.RDB$PACKAGE_NAME MISSING + FUN.RDB$FUNCTION_NAME EQ FNA.RDB$FUNCTION_NAME + AND FUN.RDB$PACKAGE_NAME MISSING SORTED BY FNA.RDB$ARGUMENT_POSITION // Find parameter type Modified: firebird/trunk/src/jrd/Attachment.cpp =================================================================== --- firebird/trunk/src/jrd/Attachment.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/Attachment.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -560,7 +560,11 @@ } } -void Jrd::Attachment::SyncGuard::init(const char* f, bool optional) +void Jrd::Attachment::SyncGuard::init(const char* f, bool +#ifdef DEV_BUILD + optional +#endif + ) { fb_assert(optional || jAtt); Modified: firebird/trunk/src/jrd/Database.h =================================================================== --- firebird/trunk/src/jrd/Database.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/Database.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -304,7 +304,7 @@ class Linger FB_FINAL : public Firebird::RefCntIface<Firebird::ITimer, FB_TIMER_VERSION> { public: - Linger(Database* a_dbb) + explicit Linger(Database* a_dbb) : dbb(a_dbb), active(false) { } Modified: firebird/trunk/src/jrd/EngineInterface.h =================================================================== --- firebird/trunk/src/jrd/EngineInterface.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/EngineInterface.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -392,7 +392,7 @@ private: Attachment* att; - // This mutexes guarantee attachment existence. After releasing both of them with possibly + // These mutexes guarantee attachment existence. After releasing both of them with possibly // zero att_use_count one should check does attachment still exists calling getHandle(). Firebird::Mutex mainMutex, asyncMutex; Modified: firebird/trunk/src/jrd/ExtEngineManager.cpp =================================================================== --- firebird/trunk/src/jrd/ExtEngineManager.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/ExtEngineManager.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -80,7 +80,7 @@ { *desc = format->fmt_desc[index]; - if (index % 2 == 0 && index / 2 < parameters.getCount()) + if (index % 2 == 0 && index / 2u < parameters.getCount()) { const Parameter* param = parameters[index / 2]; @@ -234,7 +234,7 @@ : CompoundStmtNode(pool) { // Iterate over the format items, except the EOF item. - for (USHORT i = 0; i < message->format->fmt_count / 2 * 2; i += 2) + for (USHORT i = 0; i < (message->format->fmt_count / 2) * 2; i += 2) { ExtInitParameterNode* init = FB_NEW(pool) ExtInitParameterNode( tdbb, pool, csb, message, i); @@ -251,7 +251,7 @@ : CompoundStmtNode(pool) { // Iterate over the format items, except the EOF item. - for (USHORT i = 0; i < message->format->fmt_count / 2 * 2; i += 2) + for (USHORT i = 0; i < (message->format->fmt_count / 2) * 2; i += 2) { if (!message->isSpecial[i / 2]) continue; @@ -908,7 +908,7 @@ Record* record = newRpb->rpb_record; UCHAR* p = newMsg.begin(); - for (unsigned i = 0; i < format->fmt_count / 2; ++i) + for (unsigned i = 0; i < format->fmt_count / 2u; ++i) { USHORT fieldPos = fieldsPos[i]; @@ -944,7 +944,7 @@ UCHAR* p = msgBuffer.getBuffer(format->fmt_length); memset(p, 0, format->fmt_length); - for (unsigned i = 0; i < format->fmt_count / 2; ++i) + for (unsigned i = 0; i < format->fmt_count / 2u; ++i) { USHORT fieldPos = fieldsPos[i]; Modified: firebird/trunk/src/jrd/RecordSourceNodes.cpp =================================================================== --- firebird/trunk/src/jrd/RecordSourceNodes.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/RecordSourceNodes.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -1668,7 +1668,8 @@ DsqlMapNode* mapNode = mapItem->as<DsqlMapNode>(); fb_assert(mapNode); - if (!mapNode) { + if (!mapNode) + { ERRD_post(Arg::Gds(isc_sqlerr) << Arg::Num(-901) << Arg::Gds(isc_dsql_internal_err) << Arg::Gds(isc_random) << Arg::Str("UnionSourceNode::genBlr: expected DsqlMapNode") ); Modified: firebird/trunk/src/jrd/Routine.cpp =================================================================== --- firebird/trunk/src/jrd/Routine.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/Routine.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -264,7 +264,7 @@ // Routine that is being altered may have references // to it by other routines via pointer to current meta - // data structure, so don't loose the structure or the pointer. + // data structure, so don't lose the structure or the pointer. if (checkCache(tdbb) && !(flags & Routine::FLAG_BEING_ALTERED)) clearCache(tdbb); Modified: firebird/trunk/src/jrd/cch.cpp =================================================================== --- firebird/trunk/src/jrd/cch.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/cch.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -2416,7 +2416,7 @@ if (window->win_flags & WIN_large_scan) { - if (mustRead || bdb->bdb_flags & BDB_prefetch || bdb->bdb_scan_count < 0) + if (mustRead || (bdb->bdb_flags & BDB_prefetch) || bdb->bdb_scan_count < 0) bdb->bdb_scan_count = window->win_scans; } else if (window->win_flags & WIN_garbage_collector) @@ -2758,7 +2758,7 @@ } } - // release lock before loosing control over bdb, it prevents + // release lock before losing control over bdb, it prevents // concurrent operations on released lock if (release_flag) { Modified: firebird/trunk/src/jrd/jrd.cpp =================================================================== --- firebird/trunk/src/jrd/jrd.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/jrd.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -494,7 +494,7 @@ class OverwriteHolder : public MutexLockGuard { public: - OverwriteHolder(Database* to_remove) + explicit OverwriteHolder(Database* to_remove) : MutexLockGuard(databases_mutex, FB_FUNCTION), dbb(to_remove) { for (Database** d_ptr = &databases; *d_ptr; d_ptr = &(*d_ptr)->dbb_next) Modified: firebird/trunk/src/jrd/met.epp =================================================================== --- firebird/trunk/src/jrd/met.epp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/met.epp 2013-12-29 00:35:50 UTC (rev 58985) @@ -2633,7 +2633,7 @@ jrd_prc* procedure; - if (id < (SSHORT) attachment->att_procedures.getCount() && (procedure = attachment->att_procedures[id]) && + if (id < (USHORT) attachment->att_procedures.getCount() && (procedure = attachment->att_procedures[id]) && procedure->getId() == id && !(procedure->flags & Routine::FLAG_BEING_SCANNED) && ((procedure->flags & Routine::FLAG_SCANNED) || noscan) && Modified: firebird/trunk/src/jrd/trace/TraceConfigStorage.h =================================================================== --- firebird/trunk/src/jrd/trace/TraceConfigStorage.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/jrd/trace/TraceConfigStorage.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -132,7 +132,7 @@ ConfigStorage* storage; public: - StorageInstance(Firebird::MemoryPool&) : + explicit StorageInstance(Firebird::MemoryPool&) : storage(NULL) {} Modified: firebird/trunk/src/utilities/gsec/gsec.cpp =================================================================== --- firebird/trunk/src/utilities/gsec/gsec.cpp 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/utilities/gsec/gsec.cpp 2013-12-29 00:35:50 UTC (rev 58985) @@ -392,7 +392,7 @@ class Attributes : public ConfigFile { public: - Attributes(IUser* data) + explicit Attributes(IUser* data) : ConfigFile(USE_TEXT, data->attributes()->entered() ? data->attributes()->get() : "") { } Modified: firebird/trunk/src/yvalve/YObjects.h =================================================================== --- firebird/trunk/src/yvalve/YObjects.h 2013-12-28 06:55:05 UTC (rev 58984) +++ firebird/trunk/src/yvalve/YObjects.h 2013-12-29 00:35:50 UTC (rev 58985) @@ -308,7 +308,7 @@ class YMetadata { public: - YMetadata(bool in) + explicit YMetadata(bool in) : flag(false), input(in) { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2013-12-30 00:29:15
|
Revision: 58987 http://sourceforge.net/p/firebird/code/58987 Author: firebirds Date: 2013-12-30 00:29:10 +0000 (Mon, 30 Dec 2013) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2013-12-29 15:55:09 UTC (rev 58986) +++ firebird/trunk/ChangeLog 2013-12-30 00:29:10 UTC (rev 58987) @@ -1,3 +1,33 @@ + 2013-12-29 15:55 hvlad + M src/jrd/validation.cpp +One more typo in validation messages + + 2013-12-29 00:35 robocop + M builds/install/arch-specific/linux/README + M examples/interfaces/01.create.cpp + M src/burp/burp.cpp + M src/common/MsgMetadata.h + M src/common/StatementMetadata.h + M src/common/classes/array.h + M src/common/config/config.cpp + M src/dsql/DdlNodes.h + M src/dsql/Parser.h + M src/iscguard/iscguard.cpp + M src/isql/extract.epp + M src/jrd/Attachment.cpp + M src/jrd/Database.h + M src/jrd/EngineInterface.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/RecordSourceNodes.cpp + M src/jrd/Routine.cpp + M src/jrd/cch.cpp + M src/jrd/jrd.cpp + M src/jrd/met.epp + M src/jrd/trace/TraceConfigStorage.h + M src/utilities/gsec/gsec.cpp + M src/yvalve/YObjects.h +Misc and warnings. + 2013-12-27 11:27 dimitr M doc/WhatsNew Updated docs. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-12-29 15:55:09 UTC (rev 58986) +++ firebird/trunk/src/jrd/build_no.h 2013-12-30 00:29:10 UTC (rev 58987) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30811 + FORMAL BUILD NUMBER:30813 */ -#define PRODUCT_VER_STRING "3.0.0.30811" -#define FILE_VER_STRING "WI-T3.0.0.30811" -#define LICENSE_VER_STRING "WI-T3.0.0.30811" -#define FILE_VER_NUMBER 3, 0, 0, 30811 +#define PRODUCT_VER_STRING "3.0.0.30813" +#define FILE_VER_STRING "WI-T3.0.0.30813" +#define LICENSE_VER_STRING "WI-T3.0.0.30813" +#define FILE_VER_NUMBER 3, 0, 0, 30813 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30811" +#define FB_BUILD_NO "30813" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-12-29 15:55:09 UTC (rev 58986) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-12-30 00:29:10 UTC (rev 58987) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30811 +BuildNum=30813 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |