From: <fir...@us...> - 2015-11-11 00:12:45
|
Revision: 62538 http://sourceforge.net/p/firebird/code/62538 Author: firebirds Date: 2015-11-11 00:12:42 +0000 (Wed, 11 Nov 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-11-10 18:08:05 UTC (rev 62537) +++ firebird/trunk/ChangeLog 2015-11-11 00:12:42 UTC (rev 62538) @@ -1,3 +1,52 @@ + 2015-11-10 17:04 paul_reeves + M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc +Fix dumb error which has been lurking in the windows packaging code for a while. + + 2015-11-10 15:54 alexpeshkoff + M src/jrd/CryptoManager.cpp +Fixed CORE-4990: Database is not decrypted completely + + 2015-11-10 14:47 asfernandes + M src/jrd/Routine.cpp +Pass MessageMetadata with offsets to external routines make* methods. + + 2015-11-10 09:08 paul_reeves + D builds/install/arch-specific/win32/install_classic.bat + A builds/install/arch-specific/win32/install_service.bat + D builds/install/arch-specific/win32/install_super.bat + D builds/install/arch-specific/win32/uninstall.bat + A builds/install/arch-specific/win32/uninstall_service.bat +Sync RC1 windows installer changes to trunk. +Remove old manual install/uninstall scripts +Add new ones + + 2015-11-10 09:01 paul_reeves + M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc + M builds/install/arch-specific/win32/FirebirdInstallGUIFunctions.inc + M builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc + M builds/install/arch-specific/win32/FirebirdInstall_30.iss +Sync RC1 windows installer changes to trunk. + + 2015-11-10 08:52 paul_reeves + M builds/install/arch-specific/win32/Readme.txt + M builds/install/arch-specific/win32/custom_messages.inc + M builds/install/arch-specific/win32/installation_readme.txt + M builds/install/arch-specific/win32/installation_scripted.txt +Sync RC1 windows installer changes to trunk. +Misc changes + + 2015-11-10 08:50 paul_reeves + M builds/install/arch-specific/win32/BuildExecutableInstall.bat +Sync RC1 windows installer changes to trunk. +Remove references to embedded kits +Include all relevant pdb files in the pdb kits +Bring the contents of the zip kits up-to-date + + 2015-11-10 08:44 paul_reeves + M builds/win32/make_all.bat +Sync RC1 windows installer changes to trunk. +Make sure that renamed batch files to aid manual deployment get copied across at end of build. + 2015-11-09 21:39 hvlad M src/jrd/btr.cpp Correct check for maximum index depth Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2015-11-10 18:08:05 UTC (rev 62537) +++ firebird/trunk/src/jrd/build_no.h 2015-11-11 00:12:42 UTC (rev 62538) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:32157 + FORMAL BUILD NUMBER:32165 */ -#define PRODUCT_VER_STRING "3.0.0.32157" -#define FILE_VER_STRING "WI-V3.0.0.32157" -#define LICENSE_VER_STRING "WI-V3.0.0.32157" -#define FILE_VER_NUMBER 3, 0, 0, 32157 +#define PRODUCT_VER_STRING "3.0.0.32165" +#define FILE_VER_STRING "WI-V3.0.0.32165" +#define LICENSE_VER_STRING "WI-V3.0.0.32165" +#define FILE_VER_NUMBER 3, 0, 0, 32165 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "32157" +#define FB_BUILD_NO "32165" #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-11-10 18:08:05 UTC (rev 62537) +++ firebird/trunk/src/misc/writeBuildNum.sh 2015-11-11 00:12:42 UTC (rev 62538) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=32157 +BuildNum=32165 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |