From: <fir...@us...> - 2015-03-31 00:14:45
|
Revision: 61176 http://sourceforge.net/p/firebird/code/61176 Author: firebirds Date: 2015-03-31 00:14:42 +0000 (Tue, 31 Mar 2015) 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 2015-03-30 20:18:18 UTC (rev 61175) +++ firebird/trunk/ChangeLog 2015-03-31 00:14:42 UTC (rev 61176) @@ -1,3 +1,34 @@ + 2015-03-30 17:39 alexpeshkoff + M src/common/unicode_util.cpp +Fixed CORE-4583: FB 3 embedded tries to load ICU DLLs from PATH folders + + 2015-03-30 14:35 egorpugin + M src/jrd/jrd.cpp +[build] Fix duplicate symbol error on AppleClang while building for iOS. + + 2015-03-30 14:34 egorpugin + M builds/cmake/Configure.cmake + M src/include/gen/autoconfig.h.in +[build] [cmake] Search for accept4 and SOCK_CLOEXEC symbols during configuration step. + + 2015-03-30 13:49 alexpeshkoff + M src/auth/SecurityDatabase/LegacyServer.cpp +Fixed CORE-4712: Messages "Error in isc_release_request() ... when working with legacy security database" appear in firebird.log for CLASSIC server when connecting with legacy auth + + 2015-03-30 12:03 alexpeshkoff + M src/common/isc_s_proto.h + M src/common/isc_sync.cpp +Fixed compilation on Mac + + 2015-03-30 11:12 alexpeshkoff + M configure.ac + M src/remote/inet.cpp +Added check for SOCK_CLOEXEC + + 2015-03-30 09:34 alexpeshkoff + M src/remote/inet.cpp +Use better flag name for sockets + 2015-03-29 19:25 mapopa M builds/install/posix-common/posixLibrary.sh.in Cleanup editors battle comment Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-03-30 20:18:18 UTC (rev 61175) +++ firebird/trunk/src/jrd/build_no.h 2015-03-31 00:14:42 UTC (rev 61176) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31756 + FORMAL BUILD NUMBER:31763 */ -#define PRODUCT_VER_STRING "3.0.0.31756" -#define FILE_VER_STRING "WI-T3.0.0.31756" -#define LICENSE_VER_STRING "WI-T3.0.0.31756" -#define FILE_VER_NUMBER 3, 0, 0, 31756 +#define PRODUCT_VER_STRING "3.0.0.31763" +#define FILE_VER_STRING "WI-T3.0.0.31763" +#define LICENSE_VER_STRING "WI-T3.0.0.31763" +#define FILE_VER_NUMBER 3, 0, 0, 31763 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31756" +#define FB_BUILD_NO "31763" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-03-30 20:18:18 UTC (rev 61175) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-03-31 00:14:42 UTC (rev 61176) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31756 +BuildNum=31763 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |