From a6d4ab83fba7093a380137d737590fa44c4b15c6 Mon Sep 17 00:00:00 2001 From: robocop Date: Tue, 22 Jan 2008 11:08:20 +0000 Subject: [PATCH] Misc. --- builds/install/arch-specific/win32/FirebirdInstall_20.iss | 2 +- builds/install/arch-specific/win32/Readme.txt | 6 +++--- builds/posix/prefix.darwin_x86_64 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/builds/install/arch-specific/win32/FirebirdInstall_20.iss b/builds/install/arch-specific/win32/FirebirdInstall_20.iss index 9c73d6c8aa..eeadaaddf0 100644 --- a/builds/install/arch-specific/win32/FirebirdInstall_20.iss +++ b/builds/install/arch-specific/win32/FirebirdInstall_20.iss @@ -378,7 +378,7 @@ Name: {group}\Firebird Server; Filename: {app}\bin\fb_inet_server.exe; Parameter Name: {group}\Firebird Server; Filename: {app}\bin\fbserver.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallServerIcon; IconIndex: 0; Components: ServerComponent\SuperServerComponent; Comment: Run Firebird Superserver (without guardian) Name: {group}\Firebird Guardian; Filename: {app}\bin\fbguard.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallGuardianIcon; IconIndex: 1; Components: ServerComponent\SuperServerComponent; Comment: Run Firebird Super Server (with guardian) Name: {group}\Firebird ISQL Tool; Filename: {app}\bin\isql.exe; WorkingDir: {app}; MinVersion: 4.0,4.0; Comment: {cm:RunISQL} -Name: {group}\Firebird 2.1.0 Release Notes; Filename: {app}\doc\Firebird_v2.1.0.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes} +Name: {group}\Firebird 2.5.0 Release Notes; Filename: {app}\doc\Firebird_v2.5.0.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes} Name: {group}\Firebird 2.0.3 Release Notes; Filename: {app}\doc\Firebird_v2.0.1.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes} Name: {group}\Firebird 1.5.4 Release Notes; Filename: {app}\doc\Firebird_v1.5.4.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} {cm:ReleaseNotes} Name: {group}\Firebird 2.0 Quick Start Guide; Filename: {app}\doc\Firebird-2.0-QuickStart.pdf; MinVersion: 4.0,4.0; Comment: {#MyAppName} diff --git a/builds/install/arch-specific/win32/Readme.txt b/builds/install/arch-specific/win32/Readme.txt index b18de9644c..a6a597860f 100644 --- a/builds/install/arch-specific/win32/Readme.txt +++ b/builds/install/arch-specific/win32/Readme.txt @@ -1,6 +1,6 @@ ==================================== -Firebird 2.1.0 (Windows Build) +Firebird 2.5.0 (Windows Build) ==================================== *** Beta 2 *** @@ -16,7 +16,7 @@ o Reporting Bugs Introduction ============ -Welcome to the second beta release of Firebird 2.1 +Welcome to the ... release of Firebird 2.5 Intended Users @@ -74,7 +74,7 @@ Before you report a bug: Please don't use the Firebird-devel list for technical support unless the question specifically relates to a -new feature in Firebird 2.1 +new feature in Firebird 2.5 Happy Testing! diff --git a/builds/posix/prefix.darwin_x86_64 b/builds/posix/prefix.darwin_x86_64 index d8a7dddb0a..8d6a531d2b 100644 --- a/builds/posix/prefix.darwin_x86_64 +++ b/builds/posix/prefix.darwin_x86_64 @@ -15,7 +15,7 @@ # All Rights Reserved. # Contributor(s): ______________________________________. # Start of file prefix.darwin: $(VERSION) @PLATFORM@ -#$Id: prefix.darwin_x86_64,v 1.3 2008-01-18 15:13:39 paulbeach Exp $ + # 2 Oct 2002, Nickolay Samofatov - Major Cleanup # To use this file to build 64bit version of Firebird for MacOS 10.5 (Leopard) @@ -46,7 +46,7 @@ LINK_OPTS:=-arch x86_64 LD_FLAGS+=-arch x86_64 LIB_BUNDLE_OPTIONS:=$(LD_FLAGS) -bundle -flat_namespace -undefined suppress LIB_LINK_OPTIONS:=$(LD_FLAGS) -dynamiclib -flat_namespace -LIB_LINK_SONAME:=-current_version 2.1.0 -compatibility_version 2.1.0 -seg1addr 0x30000000 +LIB_LINK_SONAME:=-current_version 2.5.0 -compatibility_version 2.5.0 -seg1addr 0x30000000 LIB_LINK_MAPFILE:=-Wl,-exported_symbols_list, LINK_FIREBIRD_EMBED_SYMBOLS=$(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/firebird.darwin.embed.vers LINK_FIREBIRD_CLIENT_SYMBOLS=$(LIB_LINK_MAPFILE)$(ROOT)/builds/posix/firebird.darwin.client.vers