From: <fir...@us...> - 2011-05-20 03:25:33
|
Revision: 52972 http://firebird.svn.sourceforge.net/firebird/?rev=52972&view=rev Author: firebirds Date: 2011-05-20 03:25:26 +0000 (Fri, 20 May 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-05-20 03:18:11 UTC (rev 52971) +++ firebird/branches/B2_5_Release/ChangeLog 2011-05-20 03:25:26 UTC (rev 52972) @@ -1,3 +1,31 @@ + 2011-05-19 17:08 alexpeshkoff + M src/gpre/ada.cpp + M src/gpre/cob.cpp + M src/gpre/ftn.cpp + M src/gpre/pas.cpp + M src/gpre/rmc.cpp +Fixed CORE-3486: GPRE language modules can't be compiled with gcc 4.4 + + 2011-05-19 11:09 mapopa + M src/jrd/common.h +comment cleanup EKU: obsolete, replaced by _FILE_OFFSET_BITS + + 2011-05-19 09:42 mapopa + M src/jrd/ibase.h +Disabled, not found anywhere function + + 2011-05-19 09:38 mapopa + M src/jrd/inf_pub.h +eliminate unused anywere defines + + 2011-05-19 08:33 mapopa + M src/include/memory_routines.h +Fix license url for IPL 1.0 http://www.firebirdsql.org/index.php?op=doc&id=ipl + + 2011-05-19 08:31 mapopa + M src/include/consts_pub.h +License page is hosted here http://www.firebirdsql.org/index.php?op=doc&id=ipl + 2011-05-16 14:38 mapopa M src/jrd/common.h Apply Patch that fixes GNU/Hurd Debian build Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-05-20 03:18:11 UTC (rev 52971) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-05-20 03:25:26 UTC (rev 52972) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26279 + FORMAL BUILD NUMBER:26285 */ -#define PRODUCT_VER_STRING "2.5.1.26279" -#define FILE_VER_STRING "WI-V2.5.1.26279" -#define LICENSE_VER_STRING "WI-V2.5.1.26279" -#define FILE_VER_NUMBER 2, 5, 1, 26279 +#define PRODUCT_VER_STRING "2.5.1.26285" +#define FILE_VER_STRING "WI-V2.5.1.26285" +#define LICENSE_VER_STRING "WI-V2.5.1.26285" +#define FILE_VER_NUMBER 2, 5, 1, 26285 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26279" +#define FB_BUILD_NO "26285" #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-05-20 03:18:11 UTC (rev 52971) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-05-20 03:25:26 UTC (rev 52972) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26279 +BuildNum=26285 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. |