From: <fir...@us...> - 2011-10-13 03:27:42
|
Revision: 53564 http://firebird.svn.sourceforge.net/firebird/?rev=53564&view=rev Author: firebirds Date: 2011-10-13 03:27:35 +0000 (Thu, 13 Oct 2011) 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 2011-10-13 03:19:05 UTC (rev 53563) +++ firebird/branches/B2_5_Release/ChangeLog 2011-10-13 03:27:35 UTC (rev 53564) @@ -1,3 +1,16 @@ + 2011-10-12 19:00 hvlad + M src/jrd/idx.cpp +Backported fix for bug CORE-3631 : Duplicate records with NULLs checked incorrectly + + 2011-10-12 11:58 alexpeshkoff + M builds/posix/make.defaults + M builds/posix/make.rules +Backported fixes for CORE-3605 and CORE-3606 + + 2011-10-12 09:52 alexpeshkoff + M src/common/cvt.cpp +Fixed CORE-3627: Server crashes with access violation when inserting row into table with unique index + 2011-10-11 12:00 alexpeshkoff M src/remote/inet_server.cpp Backported fix for CORE-3607: Solaris does not define the RLIMIT_NPROC limit Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-10-13 03:19:05 UTC (rev 53563) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-10-13 03:27:35 UTC (rev 53564) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26379 + FORMAL BUILD NUMBER:26382 */ -#define PRODUCT_VER_STRING "2.5.2.26379" -#define FILE_VER_STRING "WI-V2.5.2.26379" -#define LICENSE_VER_STRING "WI-V2.5.2.26379" -#define FILE_VER_NUMBER 2, 5, 2, 26379 +#define PRODUCT_VER_STRING "2.5.2.26382" +#define FILE_VER_STRING "WI-V2.5.2.26382" +#define LICENSE_VER_STRING "WI-V2.5.2.26382" +#define FILE_VER_NUMBER 2, 5, 2, 26382 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "2" -#define FB_BUILD_NO "26379" +#define FB_BUILD_NO "26382" #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 2011-10-13 03:19:05 UTC (rev 53563) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-10-13 03:27:35 UTC (rev 53564) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=2 -BuildNum=26379 +BuildNum=26382 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. |