mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
nightly update
This commit is contained in:
parent
5ea6608626
commit
23bd54fb34
49
ChangeLog
49
ChangeLog
@ -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
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32157
|
||||
BuildNum=32165
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user