From: <fir...@us...> - 2011-09-15 03:33:39
|
Revision: 53443 http://firebird.svn.sourceforge.net/firebird/?rev=53443&view=rev Author: firebirds Date: 2011-09-15 03:33:33 +0000 (Thu, 15 Sep 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-09-15 03:19:49 UTC (rev 53442) +++ firebird/branches/B2_5_Release/ChangeLog 2011-09-15 03:33:33 UTC (rev 53443) @@ -1,3 +1,12 @@ + 2011-09-14 13:08 paulbeach + M builds/install/arch-specific/darwin/Firebird.startupitem/Firebird + M builds/install/arch-specific/darwin/install-script +fix tmp directory ownership problem on MacOSX reboot + + 2011-09-14 09:00 paulbeach + M builds/posix/prefix.darwin_i386 +There seems to be an optimisation bug in Apple's implementation of gcc 4.2.1 on MacOSX 10.7 (Lion) when compiling in 32bit mode. The function uuid_to_char returns an error "binary UUID argument for UUID_TO_CHAR must use 16 bytes". Reducing the compiler optimisation flag from -O3 to -O1 fixes the problem. + 2011-09-11 05:24 robocop M src/jrd/isc_sync.cpp Misc. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-15 03:19:49 UTC (rev 53442) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-15 03:33:33 UTC (rev 53443) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26356 + FORMAL BUILD NUMBER:26358 */ -#define PRODUCT_VER_STRING "2.5.1.26356" -#define FILE_VER_STRING "WI-V2.5.1.26356" -#define LICENSE_VER_STRING "WI-V2.5.1.26356" -#define FILE_VER_NUMBER 2, 5, 1, 26356 +#define PRODUCT_VER_STRING "2.5.1.26358" +#define FILE_VER_STRING "WI-V2.5.1.26358" +#define LICENSE_VER_STRING "WI-V2.5.1.26358" +#define FILE_VER_NUMBER 2, 5, 1, 26358 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26356" +#define FB_BUILD_NO "26358" #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-09-15 03:19:49 UTC (rev 53442) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-09-15 03:33:33 UTC (rev 53443) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26356 +BuildNum=26358 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. |