From: <fir...@us...> - 2015-10-14 00:19:53
|
Revision: 62364 http://sourceforge.net/p/firebird/code/62364 Author: firebirds Date: 2015-10-14 00:19:51 +0000 (Wed, 14 Oct 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-10-13 14:20:55 UTC (rev 62363) +++ firebird/trunk/ChangeLog 2015-10-14 00:19:51 UTC (rev 62364) @@ -1,3 +1,40 @@ + 2015-10-13 12:10 paulbeach + A builds/install/arch-specific/darwin/DistributionCS.xml + A builds/install/arch-specific/darwin/DistributionSS.xml + M builds/install/arch-specific/darwin/Info.plist + M builds/install/arch-specific/darwin/Makefile.in + M builds/install/arch-specific/darwin/install-script + M builds/install/arch-specific/darwin/preupgrade-script + M builds/posix/postfix.darwin + M builds/posix/prefix.darwin_i386 + M builds/posix/prefix.darwin_x86_64 +New installer based on pkgbuild and productbuild to replace old deprecated installer on El Capitan + + 2015-10-13 09:44 hvlad + M src/common/dllinst.cpp + M src/common/isc.cpp + M src/utilities/install/install.cpp +Corrections + + 2015-10-13 02:22 asfernandes + M doc/sql.extensions/README.ddl.txt + M src/common/classes/ImplementHelper.h + M src/common/classes/fb_atomic.il + M src/common/classes/misc/class_test.cpp + M src/common/classes/misc/lowtab.c + M src/common/classes/misc/miditab.c + M src/dsql/StmtNodes.cpp + M src/jrd/cmp.cpp + M src/jrd/ext.cpp + M src/jrd/vio.cpp + M src/utilities/fbcpl/fbdialog.cpp +Misc. + + 2015-10-13 01:49 asfernandes + M src/dsql/Parser.h + M src/dsql/btyacc_fb.ske +Use pools in the btyacc skeleton file. + 2015-10-12 14:29 alexpeshkoff M src/msgs/transmsgs.fr_FR2.sql Rolled back accidentially committed file Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-10-13 14:20:55 UTC (rev 62363) +++ firebird/trunk/src/jrd/build_no.h 2015-10-14 00:19:51 UTC (rev 62364) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32086 + FORMAL BUILD NUMBER:32090 */ -#define PRODUCT_VER_STRING "3.0.0.32086" -#define FILE_VER_STRING "WI-V3.0.0.32086" -#define LICENSE_VER_STRING "WI-V3.0.0.32086" -#define FILE_VER_NUMBER 3, 0, 0, 32086 +#define PRODUCT_VER_STRING "3.0.0.32090" +#define FILE_VER_STRING "WI-V3.0.0.32090" +#define LICENSE_VER_STRING "WI-V3.0.0.32090" +#define FILE_VER_NUMBER 3, 0, 0, 32090 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32086" +#define FB_BUILD_NO "32090" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2015-10-13 14:20:55 UTC (rev 62363) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-10-14 00:19:51 UTC (rev 62364) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32086 +BuildNum=32090 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |