Skip to content

Commit 025c66c

Browse files
committed
Misc version adjustments
1 parent 97c97fe commit 025c66c

File tree

10 files changed

+35
-45
lines changed

10 files changed

+35
-45
lines changed

builds/install/arch-specific/linux/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Firebird 3 Server for Linux
1+
Firebird 4 Server for Linux
22

33

44
More information can be found about the Firebird

builds/install/arch-specific/win32/BuildExecutableInstall.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ for /R %FB_OUTPUT_DIR%\doc %%v in (.) do (
382382
:: This requires WiX 3.0 to be installed
383383
::============
384384
:: This is only relevent if we are shipping packages built with Visual Studio 2010 (MSVC10)
385-
:: for Firebird 3.0 there are no plans to ship oficial builds with other MSVC runtimes. But we could.
385+
:: for Firebird 3.0 there are no plans to ship official builds with other MSVC runtimes. But we could.
386386
if %MSVC_VERSION% EQU 10 (
387387
if not exist %FB_OUTPUT_DIR%\system32\vccrt%MSVC_VERSION%_%FB_TARGET_PLATFORM%.msi (
388388
"%WIX%\bin\candle.exe" -v -sw1091 %FB_ROOT_PATH%\builds\win32\msvc%MSVC_VERSION%\VCCRT_%FB_TARGET_PLATFORM%.wxs -out %FB_GEN_DIR%\vccrt_%FB_TARGET_PLATFORM%.wixobj

builds/install/arch-specific/win32/FirebirdInstall_30.iss renamed to builds/install/arch-specific/win32/FirebirdInstall.iss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,7 @@ begin
666666
{ Create a page to grab the new SYSDBA password }
667667
AdminUserPage := CreateInputQueryPage(wpSelectTasks,
668668
'Create a password for the Database System Administrator'
669-
, 'Or click through to use the default password of ''masterkey''. ' + #13#10
670-
' *** Note - in Firebird 3 masterkey and masterke are different passwords. ***'
669+
, 'Or click through to use the default password of ''masterkey''. '
671670
, ''
672671
);
673672
AdminUserPage.Add('SYSDBA Name:', False);

builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Firebird Database Server $MAJOR.$MINOR.$RELEASE (Release Candidate 2)
2-
========================================================
1+
Firebird Database Server $MAJOR.$MINOR.$RELEASE
2+
===============================================
33

44
Ovaj dokument je vodic za instalaciju ovog paketa
55
Firebird-a $MAJOR.$MINOR za Windows platformu. Ovaj tekst
@@ -21,7 +21,7 @@ Sadrzaj
2121
o Prije instalacije
2222
o Deployment gds32.dll
2323
o Instalacija Guardian-a
24-
o Re-instalacija Firebird-a 3
24+
o Re-instalacija Firebird-a
2525
o Poznati problemi u vezi s instalacijom
2626
o Deinstalacija
2727
o Instalacija batch datotekom
@@ -37,8 +37,8 @@ fbclient.dll i gds32.dll uklonjeni iz <system32>.
3737
Pogledajte UNINSTALL sekciju ispod za vise informacija o ovome.
3838

3939
Ako ste instalirali beta ili alpha verziju
40-
firebird-a 3, instalacija ce preimenovati firebid.conf i
41-
security3.fdb jer ove datoteke vise nisu kompatibilne.
40+
firebird-a, instalacija ce preimenovati firebird.conf i
41+
security4.fdb jer ove datoteke vise nisu kompatibilne.
4242

4343

4444
Deployment gds32.dll
@@ -64,12 +64,12 @@ SuperServer ili SuperClassic, onda je ponudjen
6464
ali nije izabran po default-u.
6565

6666

67-
Re-instalacija Firebird-a 3
68-
-----------------------------
67+
Re-instalacija Firebird-a
68+
-------------------------
6969

7070
Instalacioni program radi sve sto moze da detektuje i
7171
sacuva prethodnu instalaciju. Ako instalacija detektuje
72-
firebird.conf ili security3.fdb onda nece ponuditi
72+
firebird.conf ili security4.fdb onda nece ponuditi
7373
opciju da instalira legacy_auth. Niti ce ponuditi
7474
opciju da postavi SYSDBA username i password.
7575

@@ -127,7 +127,7 @@ o Deinstalacija ostavlja 5 datoteka u install
127127
- firebird.conf
128128
- fbtrace.conf
129129
- firebird.log
130-
- security3.fdb
130+
- security4.fdb
131131

132132
Ovo je uradjeno namjerno. Ove datoteke su sve
133133
potencijalno modifikovane od strane korisnika i mogu

builds/install/arch-specific/win32/fr/installation_lisezmoi.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Contenu
2828
o Avant l'installation
2929
o Déployement de gds32.dll
3030
o Installation du Guardian
31-
o Réinstallation de Firebird 3
31+
o Réinstallation de Firebird
3232
o Problèmes connus d'installation
3333
o Desinstallation
3434
o Installation depuis un fichier batch
@@ -44,7 +44,7 @@ Il est particulièrement important de vérifier que
4444
fbclient.dll et gds32.dll ont été retirés de <system32>.
4545

4646
Si vous avez installé une version beta ou alpha de Firebird $MAJOR.$MINOR,
47-
l'installeur va renommer firebird.conf et security3.fdb, car ces
47+
l'installeur va renommer firebird.conf et security4.fdb, car ces
4848
fichiers ne sont plus compatibles avec la version actuelle.
4949

5050

@@ -131,7 +131,7 @@ o La désinstallation laisse cinq fichiers dans le
131131
- firebird.conf
132132
- fbtrace.conf
133133
- firebird.log
134-
- security3.fdb
134+
- security4.fdb
135135

136136
Ceci est intentionnel. Ces fichiers sont tous
137137
potentiellement modifiables par les utilisateurs et peuvent

builds/install/arch-specific/win32/i18n_readme.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ an existing translation. The steps to follow are these:
4040
o The Win32 install files are located in install\arch-specific\win32.
4141
This sub-directory is located as follows:
4242

43-
Firebird 1.5 - firebird2\src
44-
Firebird 2.n - firebird2\builds
45-
Firebird 3.n - firebird2\builds
43+
Firebird 1.5 - firebird2\src
44+
Firebird 2.n and newer - firebird2\builds
4645

4746
o You can use a tool such as TortoiseSVN to checkout the Win32 install
4847
kit. Just open the SVN checkout dialogue and enter something similar

builds/install/arch-specific/win32/installation_readme.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Firebird Database Server $MAJOR.$MINOR.$RELEASE (Release Candidate 2)
2-
========================================================
1+
Firebird Database Server $MAJOR.$MINOR.$RELEASE
2+
===============================================
33

44

55
This document is a guide to installing this package of
@@ -10,9 +10,9 @@ primarily aimed at users of the binary installer.
1010

1111
It is assumed that readers of this document are already
1212
familiar with Firebird. If you are evaluating Firebird $MAJOR.$MINOR
13-
as part of a migration from Firebird 2.5 you are advised to
14-
review the Firebird $MAJOR.$MINOR documentation to understand
15-
the changes made between 2.5 and $MAJOR.$MINOR.
13+
as part of a migration from some older Firebird version you are advised
14+
to review the Firebird $MAJOR.$MINOR documentation to understand
15+
the changes made between your version and $MAJOR.$MINOR.
1616

1717

1818
Contents
@@ -37,7 +37,7 @@ fbclient.dll and gds32.dll are removed from <system32>.
3737
See the UNINSTALL section below for more info on this.
3838

3939
If you have installed a beta or alpha version of Firebird $MAJOR.$MINOR
40-
the installer will rename firebird.conf and security3.fdb as
40+
the installer will rename firebird.conf and security4.fdb as
4141
these files are no longer compatible.
4242

4343

@@ -64,12 +64,12 @@ chosen. If SuperServer or SuperClassic are chosen
6464
it is offered but not selected by default.
6565

6666

67-
Re-installation of Firebird 3
68-
-----------------------------
67+
Re-installation of Firebird
68+
---------------------------
6969

7070
The binary installer does its best to detect and
7171
preserve a previous install. If the installer detects
72-
firebird.conf or security3.fdb it will not offer the
72+
firebird.conf or security4.fdb it will not offer the
7373
option to install legacy_auth. Neither will it offer
7474
the option to set the SYSDBA username and password.
7575

@@ -129,7 +129,7 @@ o Uninstallation leaves five files in the install
129129
- firebird.conf
130130
- fbtrace.conf
131131
- firebird.log
132-
- security3.fdb
132+
- security4.fdb
133133

134134
This is intentional. These files are all
135135
potentially modifiable by users and may be required

builds/install/arch-specific/win32/installation_scripted.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Parameters specific to Firebird uninstalls
175175
firebird.conf
176176
databases.conf
177177
firebird.log
178-
security3.fdb
178+
security4.fdb
179179
fbtrace.conf
180180

181181
The assumption is that these files will be useful to users

builds/install/arch-specific/win32/ru/installation_readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
Предполагается, что читатели данного документа уже
1111
знакомы с Firebird. Если же вы знакомитесь
12-
с Firebird $MAJOR.$MINOR в процессе миграции с версии
13-
2.5, то рекомендуем вам обратиться к документации по
14-
версии $MAJOR.$MINOR с целью ознакомиться с основными
15-
отличиями между версиями 2.5 и $MAJOR.$MINOR.
12+
с Firebird $MAJOR.$MINOR в процессе миграции с
13+
предыдущей версии, то рекомендуем вам обратиться к документации
14+
по версии $MAJOR.$MINOR с целью ознакомиться с основными
15+
отличиями между вашей версией и $MAJOR.$MINOR.
1616

1717

1818
Содержание
@@ -36,7 +36,7 @@ o Установка из пакетного (bat) файла
3636
каталога <system32>.
3737

3838
Если у вас установлена Альфа или Бета версия Firebird $MAJOR.$MINOR,
39-
то программа установки переименует файлы firebird.conf и security3.fdb
39+
то программа установки переименует файлы firebird.conf и security4.fdb
4040
из-за их несовместимости с устанавливаемой версией.
4141

4242

@@ -67,7 +67,7 @@ MS VC runtime версии 10.0 установлены в системе.
6767

6868
Программа установки пытается обнаружить и сохранить ранее установленную
6969
версию Firebird. Если программа установки обнаруживает файлы firebird.conf
70-
или security3.fdb, то некоторые настройки авторизации могут быть недоступны,
70+
или security4.fdb, то некоторые настройки авторизации могут быть недоступны,
7171
в частности возможность установить пароль пользователя SYSDBA.
7272

7373

@@ -123,7 +123,7 @@ o Деинсталлятор оставляет четыре файла в ка
123123
- firebird.conf
124124
- fbtrace.conf
125125
- firebird.log
126-
- security3.fdb
126+
- security4.fdb
127127

128128
Это происходит намеренно. Эти файлы потенциально
129129
могут быть изменены пользователем и могут

builds/posix/make.defaults

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,6 @@ SHRLIB_FOREIGN_EXT= $(SHRLIB_EXT)
194194
# Include file with version variable definitions
195195

196196
include $(ROOT)/gen/Make.Version
197-
#MajorVer = 2
198-
#MinorVer = 5
199-
#RevNo = 0
200-
#BuildNum = 28678
201-
#BuildType = T
202-
#BuildSuffix = Firebird 3.0 Unstable
203-
#PackageVersion = Unstable
204-
#FirebirdVersion = 2.5.0
205197

206198
# Add windows dll to library patterns
207199

0 commit comments

Comments
 (0)