From: <fir...@us...> - 2015-07-03 00:14:51
|
Revision: 61922 http://sourceforge.net/p/firebird/code/61922 Author: firebirds Date: 2015-07-03 00:14:48 +0000 (Fri, 03 Jul 2015) 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 2015-07-03 00:09:33 UTC (rev 61921) +++ firebird/branches/B2_5_Release/ChangeLog 2015-07-03 00:14:48 UTC (rev 61922) @@ -1,3 +1,22 @@ + 2015-07-02 11:33 paulbeach + M configure.in +Need to disable extras in ICU for successful build on HPUX ia64 + + 2015-07-02 11:15 paulbeach + M builds/posix/Makefile.in.extern.editline + M builds/posix/prefix.hpux_ia64 +Solve compilation problem on HPUX with symbols and empty.vers + + 2015-07-02 09:52 paulbeach + A builds/posix/empty.hpux.vers + M builds/posix/prefix.hpux + M builds/posix/prefix.hpux_aCC +Solve compilation problem on HPUX with symbols and empty.vers + + 2015-07-02 08:46 paulbeach + M builds/install/arch-specific/darwin/launchdss.org.firebird.gds.plist +improved plist for SuperServer on Yosemite (10.10), thanks to David Nock + 2015-07-01 09:36 hvlad M src/jrd/os/posix/unix.cpp Reworked patch for bug CORE-4615 : Classic Server could hung with (near) 100% CPU load Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-07-03 00:09:33 UTC (rev 61921) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2015-07-03 00:14:48 UTC (rev 61922) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26901 + FORMAL BUILD NUMBER:26905 */ -#define PRODUCT_VER_STRING "2.5.5.26901" -#define FILE_VER_STRING "WI-V2.5.5.26901" -#define LICENSE_VER_STRING "WI-V2.5.5.26901" -#define FILE_VER_NUMBER 2, 5, 5, 26901 +#define PRODUCT_VER_STRING "2.5.5.26905" +#define FILE_VER_STRING "WI-V2.5.5.26905" +#define LICENSE_VER_STRING "WI-V2.5.5.26905" +#define FILE_VER_NUMBER 2, 5, 5, 26905 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "5" -#define FB_BUILD_NO "26901" +#define FB_BUILD_NO "26905" #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 2015-07-03 00:09:33 UTC (rev 61921) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2015-07-03 00:14:48 UTC (rev 61922) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=5 -BuildNum=26901 +BuildNum=26905 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. |