From: <fir...@us...> - 2014-11-18 13:28:50
|
Revision: 60260 http://sourceforge.net/p/firebird/code/60260 Author: firebirds Date: 2014-11-18 13:28:42 +0000 (Tue, 18 Nov 2014) 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 2014-11-18 06:44:37 UTC (rev 60259) +++ firebird/branches/B2_5_Release/ChangeLog 2014-11-18 13:28:42 UTC (rev 60260) @@ -1,3 +1,25 @@ + 2014-11-17 11:48 mkubecek + M builds/install/arch-specific/aix/misc/aixLibrary.sh.in + M builds/install/arch-specific/freebsd/freebsdLibrary.sh.in + M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in +Fix bashism/typo in utility scripts. + + 2014-11-14 08:44 mkubecek + M builds/posix/prefix.linux_generic +fix build on architectures where char is unsigned (e.g. aarch64) + + 2014-11-14 08:42 mkubecek + M configure.in +fix libdir on 64-bit linux platforms (powerpc64(le), aarch64) + + 2014-11-14 08:39 mkubecek + M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in +minor fixes of SUSE init script + + 2014-11-14 08:37 mkubecek + M configure.in +look for sem_open also in libpthread + 2014-11-12 15:14 asfernandes M src/dsql/dsql.cpp M src/dsql/dsql.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-11-18 06:44:37 UTC (rev 60259) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-11-18 13:28:42 UTC (rev 60260) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26807 + FORMAL BUILD NUMBER:26812 */ -#define PRODUCT_VER_STRING "2.5.3.26807" -#define FILE_VER_STRING "WI-V2.5.3.26807" -#define LICENSE_VER_STRING "WI-V2.5.3.26807" -#define FILE_VER_NUMBER 2, 5, 3, 26807 +#define PRODUCT_VER_STRING "2.5.3.26812" +#define FILE_VER_STRING "WI-V2.5.3.26812" +#define LICENSE_VER_STRING "WI-V2.5.3.26812" +#define FILE_VER_NUMBER 2, 5, 3, 26812 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26807" +#define FB_BUILD_NO "26812" #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 2014-11-18 06:44:37 UTC (rev 60259) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2014-11-18 13:28:42 UTC (rev 60260) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26807 +BuildNum=26812 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. |