From: <fir...@us...> - 2015-06-08 00:09:23
|
Revision: 61749 http://sourceforge.net/p/firebird/code/61749 Author: firebirds Date: 2015-06-08 00:09:20 +0000 (Mon, 08 Jun 2015) 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 2015-06-07 23:41:57 UTC (rev 61748) +++ firebird/trunk/ChangeLog 2015-06-08 00:09:20 UTC (rev 61749) @@ -1,3 +1,45 @@ + 2015-06-07 23:41 asfernandes + M src/jrd/RecordSourceNodes.cpp +Fixed CORE-4807 - Regression: List of aggregation is not checked properly. + + 2015-06-07 19:24 mapopa + M src/common/isc_sync.cpp +Create semaphores with 0660 permissions +Yes, a bit later the access mode is set to the one of the +security database, but in the mean time someone evil could +find some use of an open (0666) semaphore array +Author: Damyan Ivanov <dm...@de...> +https://anonscm.debian.org/cgit/pkg-firebird/3.0.git/plain/debian/patches/tighten-sem-perms.patch + + 2015-06-07 19:06 mapopa + M src/gpre/gpreswi.h + M src/include/gen/msgs.h + M src/msgs/history2.sql + M src/msgs/messages2.sql + M src/msgs/transmsgs.de_DE2.sql + M src/msgs/transmsgs.fr_FR2.sql +a couple of spelling corrections from debian 3.0 +supress → suppress +priviledge → privilege + + 2015-06-07 18:34 mapopa + M src/jrd/recsrc/HashJoin.cpp + USE_QSORT_CTX on Debian/kFreeBSD If qsort_r is available, use it on all platforms. Use the platform-specific + code otherwise. Patch https://anonscm.debian.org/cgit/pkg-firebird/3.0.git/commit/?id=feac4328eb7a300c59fbb57c05618d710c9981d2 + + 2015-06-07 18:11 egorpugin + M .travis.yml +[ci] Use default build system until cmake is fixed. + + 2015-06-07 17:17 asfernandes + M README.md +Correction. + + 2015-06-07 17:13 asfernandes + A .travis.yml + A README.md +Add travis files on request of Egor. + 2015-06-05 18:26 asfernandes M src/dsql/AggNodes.cpp M src/dsql/AggNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-06-07 23:41:57 UTC (rev 61748) +++ firebird/trunk/src/jrd/build_no.h 2015-06-08 00:09:20 UTC (rev 61749) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31861 + FORMAL BUILD NUMBER:31868 */ -#define PRODUCT_VER_STRING "3.0.0.31861" -#define FILE_VER_STRING "WI-T3.0.0.31861" -#define LICENSE_VER_STRING "WI-T3.0.0.31861" -#define FILE_VER_NUMBER 3, 0, 0, 31861 +#define PRODUCT_VER_STRING "3.0.0.31868" +#define FILE_VER_STRING "WI-T3.0.0.31868" +#define LICENSE_VER_STRING "WI-T3.0.0.31868" +#define FILE_VER_NUMBER 3, 0, 0, 31868 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31861" +#define FB_BUILD_NO "31868" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-06-07 23:41:57 UTC (rev 61748) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-06-08 00:09:20 UTC (rev 61749) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31861 +BuildNum=31868 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |