From: <fir...@us...> - 2011-10-13 03:19:12
|
Revision: 53563 http://firebird.svn.sourceforge.net/firebird/?rev=53563&view=rev Author: firebirds Date: 2011-10-13 03:19:05 +0000 (Thu, 13 Oct 2011) 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 2011-10-12 23:17:45 UTC (rev 53562) +++ firebird/trunk/ChangeLog 2011-10-13 03:19:05 UTC (rev 53563) @@ -1,3 +1,23 @@ + 2011-10-12 23:17 asfernandes + M src/remote/client/interface.cpp +Avoid exception in successfull attachments. + + 2011-10-12 18:59 hvlad + M src/jrd/idx.cpp +Fixed bug CORE-3631 : Duplicate records with NULLs checked incorrectly + + 2011-10-12 11:55 alexpeshkoff + M builds/posix/make.defaults +Fixed CORE-3606: Linker commands that use c or c++ compiler should apply CFLAGS and CXXFLAGS respectively + + 2011-10-12 11:24 alexpeshkoff + M builds/posix/Makefile.in +Fixed non-root build + + 2011-10-12 09:57 alexpeshkoff + M src/common/cvt.cpp +Frontported fix for CORE-3627: Server crashes with access violation when inserting row into table with unique index + 2011-10-12 02:06 asfernandes M src/common/unicode_util.cpp Avoid thrown exceptions in normal operation when loading non-existent ICU versions. This was a pain in the debugger. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-10-12 23:17:45 UTC (rev 53562) +++ firebird/trunk/src/jrd/build_no.h 2011-10-13 03:19:05 UTC (rev 53563) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29580 + FORMAL BUILD NUMBER:29585 */ -#define PRODUCT_VER_STRING "3.0.0.29580" -#define FILE_VER_STRING "WI-T3.0.0.29580" -#define LICENSE_VER_STRING "WI-T3.0.0.29580" -#define FILE_VER_NUMBER 3, 0, 0, 29580 +#define PRODUCT_VER_STRING "3.0.0.29585" +#define FILE_VER_STRING "WI-T3.0.0.29585" +#define LICENSE_VER_STRING "WI-T3.0.0.29585" +#define FILE_VER_NUMBER 3, 0, 0, 29585 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29580" +#define FB_BUILD_NO "29585" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2011-10-12 23:17:45 UTC (rev 53562) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-10-13 03:19:05 UTC (rev 53563) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29580 +BuildNum=29585 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |