From: <fir...@us...> - 2013-11-27 00:35:09
|
Revision: 58844 http://sourceforge.net/p/firebird/code/58844 Author: firebirds Date: 2013-11-27 00:35:06 +0000 (Wed, 27 Nov 2013) 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 2013-11-26 19:15:05 UTC (rev 58843) +++ firebird/trunk/ChangeLog 2013-11-27 00:35:06 UTC (rev 58844) @@ -1,3 +1,23 @@ + 2013-11-26 14:42 asfernandes + M src/jrd/dfw.epp +Fixed CORE-4281 - TYPE OF arguments of stored functions will hang firebird engine if depending domain or column is changed. + + 2013-11-26 14:35 asfernandes + M configure.ac +Enable the use of autoconf 2.67 (of Ubuntu 11.04). + + 2013-11-26 13:50 alexpeshkoff + M builds/install/posix-common/posixLibrary.sh.in +Fixed regression, reported by Philippe privately + + 2013-11-26 10:37 alexpeshkoff + M src/jrd/jrd.h +Fixed CORE-4162: Warnings are not returned from attachDatabase() call + + 2013-11-26 10:35 alexpeshkoff + M src/common/utils.cpp +Cleanup - commented code was invalid, w/o it warnigns are processed correctly + 2013-11-24 23:44 asfernandes M src/remote/remote.h M src/remote/server/server.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2013-11-26 19:15:05 UTC (rev 58843) +++ firebird/trunk/src/jrd/build_no.h 2013-11-27 00:35:06 UTC (rev 58844) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30761 + FORMAL BUILD NUMBER:30766 */ -#define PRODUCT_VER_STRING "3.0.0.30761" -#define FILE_VER_STRING "WI-T3.0.0.30761" -#define LICENSE_VER_STRING "WI-T3.0.0.30761" -#define FILE_VER_NUMBER 3, 0, 0, 30761 +#define PRODUCT_VER_STRING "3.0.0.30766" +#define FILE_VER_STRING "WI-T3.0.0.30766" +#define LICENSE_VER_STRING "WI-T3.0.0.30766" +#define FILE_VER_NUMBER 3, 0, 0, 30766 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30761" +#define FB_BUILD_NO "30766" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-26 19:15:05 UTC (rev 58843) +++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-27 00:35:06 UTC (rev 58844) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30761 +BuildNum=30766 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |