mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:43:03 +01:00
Update hard-coded version number strings from 2.0.2 to 2.0.3
This commit is contained in:
parent
28cd063a75
commit
9147164572
@ -279,7 +279,7 @@ mkdir %FBBUILD_OUTPUT%\misc\upgrade\ib_udf 2>nul
|
||||
@if %ERRORLEVEL% GEQ 1 ( (call :ERROR Copying doc\sql.extensions failed ) & (goto :EOF))
|
||||
|
||||
@echo Copying pdf docs...
|
||||
@for %%v in ( Firebird-2.0-QuickStart.pdf Firebird_v1.5.4.ReleaseNotes.pdf Firebird_v2.0.2.ReleaseNotes.pdf ) do (
|
||||
@for %%v in ( Firebird-2.0-QuickStart.pdf Firebird_v1.5.4.ReleaseNotes.pdf Firebird_v2.0.3.ReleaseNotes.pdf ) do (
|
||||
@echo ... %%v
|
||||
(@copy /Y %FB_EXTERNAL_DOCS%\%%v %FBBUILD_OUTPUT%\doc\%%v > nul) || (call :WARNING Copying %FB_EXTERNAL_DOCS%\%%v failed.)
|
||||
)
|
||||
|
@ -118,7 +118,7 @@ AppName={cm:MyAppName}
|
||||
;The following is important - all ISS install packages should
|
||||
;duplicate this. See the InnoSetup help for details.
|
||||
AppID=FBDBServer_{#BaseVer}
|
||||
AppVerName=Firebird 2.0.2
|
||||
AppVerName=Firebird 2.0.3
|
||||
AppPublisher=Firebird Project
|
||||
AppPublisherURL={#FirebirdURL}
|
||||
AppSupportURL={#FirebirdURL}
|
||||
@ -266,14 +266,14 @@ Name: {group}\Firebird Server; Filename: {app}\bin\fbserver.exe; Parameters: -a;
|
||||
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}
|
||||
#define App_Name = SetupSetting("AppName")
|
||||
Name: {group}\Firebird 2.0.2 Release Notes; Filename: {app}\doc\Firebird_v2.0.2.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#App_Name} {cm:ReleaseNotes}
|
||||
Name: {group}\Firebird 2.0.3 Release Notes; Filename: {app}\doc\Firebird_v2.0.3.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#App_Name} {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: {#App_Name} {cm:ReleaseNotes}
|
||||
Name: {group}\Firebird 2.0 Quick Start Guide; Filename: {app}\doc\Firebird-2.0-QuickStart.pdf; MinVersion: 4.0,4.0; Comment: {#App_Name}
|
||||
;Name: {group}\Firebird 1.5.2 Release Notes; Filename: {app}\doc\Firebird_v1.5.2.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#App_Name} {cm:ReleaseNotes}
|
||||
;Name: {group}\Firebird 1.5.1 Release Notes; Filename: {app}\doc\Firebird_v1.5.1.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#App_Name} {cm:ReleaseNotes}
|
||||
;Name: {group}\Firebird 1.5 Release Notes; Filename: {app}\doc\Firebird_v1.5.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Comment: {#App_Name} {cm:ReleaseNotes}
|
||||
;Always install the original english version
|
||||
Name: {group}\Firebird 2.0.2 Readme; Filename: {app}\readme.txt; MinVersion: 4.0,4.0;
|
||||
Name: {group}\Firebird 2.0.3 Readme; Filename: {app}\readme.txt; MinVersion: 4.0,4.0;
|
||||
#ifdef i18n
|
||||
;And install translated readme.txt if non-default language is chosen.
|
||||
Name: {group}\{cm:IconReadme}; Filename: {app}\{cm:ReadMeFile}; MinVersion: 4.0,4.0; Components: DevAdminComponent; Check: NonDefaultLanguage;
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
|
||||
@ -17,13 +17,13 @@ o Requesting New Features
|
||||
Introduction
|
||||
============
|
||||
|
||||
Welcome to Firebird 2.0.2
|
||||
Welcome to Firebird 2.0.3
|
||||
|
||||
|
||||
Intended Users
|
||||
==============
|
||||
|
||||
Firebird 2.0.2 has undergone extensive testing and is
|
||||
Firebird 2.0.3 has undergone extensive testing and is
|
||||
intended for widespread production use. However, users
|
||||
are recommended to follow standard practices before
|
||||
deploying this release on a production server. ie:
|
||||
@ -46,14 +46,14 @@ deploying this release on a production server. ie:
|
||||
Features in this release (all platforms)
|
||||
========================================
|
||||
|
||||
See doc/Firebird_v2.0.2.ReleaseNotes.pdf for more
|
||||
See doc/Firebird_v2.0.3.ReleaseNotes.pdf for more
|
||||
information.
|
||||
|
||||
|
||||
Bugs fixed in this release (all platforms)
|
||||
==========================================
|
||||
|
||||
See doc/Firebird_v2.0.2.ReleaseNotes.pdf for more
|
||||
See doc/Firebird_v2.0.3.ReleaseNotes.pdf for more
|
||||
information.
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
==================================================
|
||||
Firebird Database Server 2.0.2
|
||||
Firebird Database Server 2.0.3
|
||||
==================================================
|
||||
|
||||
** VAZNO **
|
||||
@ -11,8 +11,8 @@ Firebird Database Server 2.0.2
|
||||
** ********* **
|
||||
|
||||
Ovaj dokument je vodic za instalaciju ovog paketa
|
||||
Firebird-a 2.0.2 za Win32 platformu. Ovaj tekst
|
||||
se odnosi na instalacioni paket, a ne na Firebird 2.0.2
|
||||
Firebird-a 2.0.3 za Win32 platformu. Ovaj tekst
|
||||
se odnosi na instalacioni paket, a ne na Firebird 2.0.3
|
||||
u generalnom smislu.
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
o Uvod
|
||||
@ -16,13 +16,13 @@ o Zahtjev novih mogucnosti
|
||||
Uvod
|
||||
============
|
||||
|
||||
Dobrodosli u Firebird 2.0.2
|
||||
Dobrodosli u Firebird 2.0.3
|
||||
|
||||
|
||||
Kome je namjenjen?
|
||||
============================
|
||||
|
||||
Firebird 2.0.2 je prosao kroz opsezan proces testiranja
|
||||
Firebird 2.0.3 je prosao kroz opsezan proces testiranja
|
||||
i namjenjen je za siroku upotrebu u produkciji. Svakako,
|
||||
korisnicima je preporuceno da prate standardne procedure
|
||||
prije deploy-a ovog release-a na produkcioni server. tj:
|
||||
@ -44,14 +44,14 @@ prije deploy-a ovog release-a na produkcioni server. tj:
|
||||
Odlike ovog release-a (sve platforme)
|
||||
========================================
|
||||
|
||||
Pogledajte doc/Firebird_v2.0.2.ReleaseNotes.pdf za vise
|
||||
Pogledajte doc/Firebird_v2.0.3.ReleaseNotes.pdf za vise
|
||||
informacija.
|
||||
|
||||
|
||||
Popravljeni bug-ovi u ovom release-u (all platforms)
|
||||
==========================================
|
||||
|
||||
Pogledajte doc/Firebird_v2.0.2.ReleaseNotes.pdf za vise
|
||||
Pogledajte doc/Firebird_v2.0.3.ReleaseNotes.pdf za vise
|
||||
informacija.
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Firebird Datenbank Server 2.0.2
|
||||
Firebird Datenbank Server 2.0.3
|
||||
==================================================
|
||||
|
||||
|
||||
@ -12,9 +12,9 @@ Firebird Datenbank Server 2.0.2
|
||||
** ******* **
|
||||
|
||||
Dieses Dokument ist eine Hilfestellung um dieses Paket
|
||||
von Firebird 2.0.2 auf einer Win32 Plattform zu installieren.
|
||||
von Firebird 2.0.3 auf einer Win32 Plattform zu installieren.
|
||||
Diese Hinweise beziehen sich ausschließlich auf das
|
||||
Installationspaket, und nicht auf Firebird 2.0.2 allgemein.
|
||||
Installationspaket, und nicht auf Firebird 2.0.3 allgemein.
|
||||
|
||||
|
||||
Inhalt
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
o Einführung
|
||||
@ -16,13 +16,13 @@ o Neue Features vorschlagen
|
||||
Einführung
|
||||
==========
|
||||
|
||||
Willkommen zu Firebird 2.0.2
|
||||
Willkommen zu Firebird 2.0.3
|
||||
|
||||
|
||||
Verwendungszweck
|
||||
================
|
||||
|
||||
Firebird 2.0.2 wurde intensiven Tests unterzogen und ist nun für
|
||||
Firebird 2.0.3 wurde intensiven Tests unterzogen und ist nun für
|
||||
die breite Verwendung in Produktionsumgebungen bestimmt. Dennoch
|
||||
wird darauf hingewiesen, dass eine Standardvorgehen eingehalten
|
||||
wird, das wie folgt aussehen kann.
|
||||
@ -47,13 +47,13 @@ wird, das wie folgt aussehen kann.
|
||||
Features in diesem Release (alle Plattformen)
|
||||
=============================================
|
||||
|
||||
Nähere Informationen finden Sie in doc/Firebird_v2.0.2.ReleaseNotes.pdf.
|
||||
Nähere Informationen finden Sie in doc/Firebird_v2.0.3.ReleaseNotes.pdf.
|
||||
|
||||
|
||||
Beseitigte Fehler in diesem Release (alle Plattformen)
|
||||
======================================================
|
||||
|
||||
Nähere Informationen finden Sie in doc/Firebird_v2.0.2.ReleaseNotes.pdf.
|
||||
Nähere Informationen finden Sie in doc/Firebird_v2.0.3.ReleaseNotes.pdf.
|
||||
|
||||
|
||||
Installation der selbst-installierenden Datei
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
o Introducción
|
||||
@ -17,13 +17,13 @@ o Solicitud de nuevas caracter
|
||||
Introducción
|
||||
============
|
||||
|
||||
Bienvenido a Firebird 2.0.2
|
||||
Bienvenido a Firebird 2.0.3
|
||||
|
||||
|
||||
A quién está destinada esta versión
|
||||
===================================
|
||||
|
||||
Firebird 2.0.2 ha sido intensivamente probado y está
|
||||
Firebird 2.0.3 ha sido intensivamente probado y está
|
||||
listo para usarse en ambientes de producción.
|
||||
De todas maneras, se recomienda a los usuarios
|
||||
que sigan los procedimientos habituales antes
|
||||
@ -50,14 +50,14 @@ Caracter
|
||||
las plataformas)
|
||||
======================================
|
||||
|
||||
Lea doc/Firebird_v2.0.2.ReleaseNotes.pdf para
|
||||
Lea doc/Firebird_v2.0.3.ReleaseNotes.pdf para
|
||||
más información.
|
||||
|
||||
|
||||
Errores corregidos en esta versión (todas las plataformas)
|
||||
==========================================
|
||||
|
||||
Lea doc/Firebird_v2.0.2.ReleaseNotes.pdf para
|
||||
Lea doc/Firebird_v2.0.3.ReleaseNotes.pdf para
|
||||
más información.
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Firebird Database Server 2.0.2
|
||||
Firebird Database Server 2.0.3
|
||||
==================================================
|
||||
|
||||
** IMPORTANTE **
|
||||
@ -12,9 +12,9 @@ Firebird Database Server 2.0.2
|
||||
** ********** **
|
||||
|
||||
Este documento es una guía para instalar este paquete
|
||||
de Firebird 2.0.2 en la plataforma Win32. Estas notas
|
||||
de Firebird 2.0.3 en la plataforma Win32. Estas notas
|
||||
hacen referencia al paquete de instalación en sí, más
|
||||
que a Firebird 2.0.2 en general.
|
||||
que a Firebird 2.0.3 en general.
|
||||
|
||||
|
||||
Contenido
|
||||
|
@ -1,4 +1,4 @@
|
||||
Firebird Serveur Bases de données 2.0.2
|
||||
Firebird Serveur Bases de données 2.0.3
|
||||
==================================================
|
||||
|
||||
** IMPORTANT **
|
||||
@ -19,9 +19,9 @@ version, seul le texte original en anglais
|
||||
** FIN **
|
||||
|
||||
Ce document est un guide pour l'insatllation de
|
||||
Firebird 2.0.2 sur une plateforme Win32. Ces notes concernent
|
||||
Firebird 2.0.3 sur une plateforme Win32. Ces notes concernent
|
||||
l'itilitaire d'installation, pas
|
||||
Firebird 2.0.2 en général.
|
||||
Firebird 2.0.3 en général.
|
||||
|
||||
|
||||
Contenu
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
o Introduction
|
||||
@ -16,13 +16,13 @@ o Demander des nouvelles fonctionnalit
|
||||
Introduction
|
||||
============
|
||||
|
||||
Bienvenue dans le monde de Firebird 2.0.2
|
||||
Bienvenue dans le monde de Firebird 2.0.3
|
||||
|
||||
|
||||
Avertissements
|
||||
==============
|
||||
|
||||
Firebird 2.0.2 a été testé intensivement
|
||||
Firebird 2.0.3 a été testé intensivement
|
||||
et peut être utiliseé en production. Toutefois, les
|
||||
utilisateurs sont invités à suivre ces prescriptions avant de
|
||||
déployer cette version en production. ie:
|
||||
@ -41,14 +41,14 @@ d
|
||||
Fonctionnalités nouvelles (toutes platformes)
|
||||
=============================================
|
||||
|
||||
Voir doc/Firebird_v2.0.2.ReleaseNotes.pdf pour plus
|
||||
Voir doc/Firebird_v2.0.3.ReleaseNotes.pdf pour plus
|
||||
d'informations.
|
||||
|
||||
|
||||
Bugs corrigés dans cette version
|
||||
================================
|
||||
|
||||
Voir doc/Firebird_v2.0.2.ReleaseNotes.pdf pour plus
|
||||
Voir doc/Firebird_v2.0.3.ReleaseNotes.pdf pour plus
|
||||
d'informations.
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
======================================
|
||||
Firebird 2.0.2 (Win32 Felépítés)
|
||||
Firebird 2.0.3 (Win32 Felépítés)
|
||||
======================================
|
||||
|
||||
o Bevezetés
|
||||
@ -17,13 +17,13 @@ o
|
||||
Bevezetés
|
||||
=========
|
||||
|
||||
Üdvözöljük a Firebird 2.0.2 világában.
|
||||
Üdvözöljük a Firebird 2.0.3 világában.
|
||||
|
||||
|
||||
Felhasználás
|
||||
============
|
||||
|
||||
A Firebird 2.0.2 alapos tesztelések során
|
||||
A Firebird 2.0.3 alapos tesztelések során
|
||||
bizonyította, hogy alkalmas kiterjedt üzemi
|
||||
- éles - környezetben történő felhasználásra. Ennek
|
||||
ellenére ajánlatos, a már ismert, általánosan
|
||||
@ -51,7 +51,7 @@ Ezen verzi
|
||||
==============================================
|
||||
|
||||
További információkért tekintse meg a:
|
||||
doc/Firebird_v2.0.2.ReleaseNotes.pdf
|
||||
doc/Firebird_v2.0.3.ReleaseNotes.pdf
|
||||
dokumentumot.
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ Ebben a verzi
|
||||
====================================================
|
||||
|
||||
További információkért tekintse meg a:
|
||||
doc/Firebird_v2.0.2.ReleaseNotes.pdf
|
||||
doc/Firebird_v2.0.3.ReleaseNotes.pdf
|
||||
dokumentumot.
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Firebird Adatbázis Szerver 2.0.2
|
||||
Firebird Adatbázis Szerver 2.0.3
|
||||
===================================================
|
||||
|
||||
** FONTOS **
|
||||
@ -11,9 +11,9 @@ Firebird Adatb
|
||||
** ****** **
|
||||
|
||||
Ez a dokumentum egy telepítési segédlet a Win32
|
||||
platformon működő Firebird 2.0.2 telepítéséhez.
|
||||
platformon működő Firebird 2.0.3 telepítéséhez.
|
||||
A telepítési segédlet elsősorban a telepítés menetét
|
||||
írja le, s nem a Firebird 2.0.2-ről szól
|
||||
írja le, s nem a Firebird 2.0.3-ről szól
|
||||
általánosságban.
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================================
|
||||
Firebird Database Server 2.0.2
|
||||
Firebird Database Server 2.0.3
|
||||
==================================================
|
||||
|
||||
** IMPORTANT **
|
||||
@ -12,9 +12,9 @@ Firebird Database Server 2.0.2
|
||||
** ********* **
|
||||
|
||||
This document is a guide to installing this package of
|
||||
Firebird 2.0.2 on the Win32 platform. These notes refer
|
||||
Firebird 2.0.3 on the Win32 platform. These notes refer
|
||||
to the installation package itself, rather than
|
||||
Firebird 2.0.2 in general.
|
||||
Firebird 2.0.3 in general.
|
||||
|
||||
|
||||
Contents
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
o Introduzione
|
||||
@ -17,13 +17,13 @@ o Richiesta di nuove funzionalit
|
||||
Introduzione
|
||||
============
|
||||
|
||||
Benvenuti in Firebird 2.0.2
|
||||
Benvenuti in Firebird 2.0.3
|
||||
|
||||
|
||||
A chi è rivolta questa versione
|
||||
===============================
|
||||
|
||||
Firebird 2.0.2 è stato estensivamente testato ed
|
||||
Firebird 2.0.3 è stato estensivamente testato ed
|
||||
è considerato pronto per l'uso in produzione.
|
||||
Tuttavia, si raccomanda di applicare le cautele
|
||||
standard per la messa in produzione di questa
|
||||
@ -49,7 +49,7 @@ Caratteristiche di questa versione
|
||||
|
||||
Fate riferimento a:
|
||||
|
||||
doc/Firebird_v2.0.2.ReleaseNotes.pdf
|
||||
doc/Firebird_v2.0.3.ReleaseNotes.pdf
|
||||
|
||||
per maggiori informazioni.
|
||||
|
||||
@ -59,7 +59,7 @@ Errori corretti in questa versione
|
||||
|
||||
Fate riferimento a:
|
||||
|
||||
doc/Firebird_v2.0.2.ReleaseNotes.pdf
|
||||
doc/Firebird_v2.0.3.ReleaseNotes.pdf
|
||||
|
||||
per maggiori informazioni.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
==============================
|
||||
Firebird Database Server 2.0.2
|
||||
Firebird Database Server 2.0.3
|
||||
==============================
|
||||
|
||||
** IMPORTANTE **
|
||||
@ -13,9 +13,9 @@ Firebird Database Server 2.0.2
|
||||
** ********** **
|
||||
|
||||
Questo documento contiene istruzioni per
|
||||
l'installazione di Firebird 2.0.2 su piattaforma
|
||||
l'installazione di Firebird 2.0.3 su piattaforma
|
||||
Win32. Questa documentazione si riferisce dunque al
|
||||
solo processo di installazione, e non a Firebird 2.0.2
|
||||
solo processo di installazione, e non a Firebird 2.0.3
|
||||
in generale.
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
=================================================
|
||||
Firebird 2.0.2 (Kompilacja do wersji Win32)
|
||||
Firebird 2.0.3 (Kompilacja do wersji Win32)
|
||||
=================================================
|
||||
|
||||
o Wprowadzenie
|
||||
@ -15,13 +15,13 @@ o Propozycje nowych funkcjonalno
|
||||
Wprowadzenie
|
||||
============
|
||||
|
||||
Witamy w Firebird 2.0.2
|
||||
Witamy w Firebird 2.0.3
|
||||
|
||||
|
||||
Docelowi użytkownicy
|
||||
====================
|
||||
|
||||
Firebird 2.0.2 przeszedł intensywne testy i jest przeznaczony
|
||||
Firebird 2.0.3 przeszedł intensywne testy i jest przeznaczony
|
||||
dla szerokiego użytku. Aczkolwiek rekomenduje się aby
|
||||
użytkownicy zachowali następujšce standardowe praktyki przed
|
||||
uruchomieniem tej emisji na serwerze produkcyjnym:
|
||||
@ -44,13 +44,13 @@ uruchomieniem tej emisji na serwerze produkcyjnym:
|
||||
Cechy tego wydania (wszystkie platformy)
|
||||
========================================
|
||||
|
||||
Zobacz doc/Firebird_v2.0.2.ReleaseNotes.pdf w celu uzyskania dodatkowych informacji.
|
||||
Zobacz doc/Firebird_v2.0.3.ReleaseNotes.pdf w celu uzyskania dodatkowych informacji.
|
||||
|
||||
|
||||
Naprawione błędy tego wydania (wszystkie platformy)
|
||||
===================================================
|
||||
|
||||
Zobacz doc/Firebird_v2.0.2.ReleaseNotes.pdf w celu uzyskania dodatkowych informacji.
|
||||
Zobacz doc/Firebird_v2.0.3.ReleaseNotes.pdf w celu uzyskania dodatkowych informacji.
|
||||
|
||||
|
||||
Instalowanie samo uruchamiajšcego się programu
|
||||
|
@ -1,5 +1,5 @@
|
||||
==================================================
|
||||
Firebird Serwer Baz Danych 2.0.2
|
||||
Firebird Serwer Baz Danych 2.0.3
|
||||
==================================================
|
||||
|
||||
** WA¯NE **
|
||||
@ -10,9 +10,9 @@ Firebird Serwer Baz Danych 2.0.2
|
||||
|
||||
** ********* **
|
||||
|
||||
Ten dokument jest przewodnikiem instalacji Firebird 2.0.2
|
||||
Ten dokument jest przewodnikiem instalacji Firebird 2.0.3
|
||||
na platformie Win32. Poni¿sze informacje dotycz¹
|
||||
raczej tego pakietu instalacyjnego niż Firebirda 2.0.2 w ogóle.
|
||||
raczej tego pakietu instalacyjnego niż Firebirda 2.0.3 w ogóle.
|
||||
|
||||
|
||||
Spis treœci
|
||||
|
@ -1,5 +1,5 @@
|
||||
==================================================
|
||||
Servidor SQL Firebird 2.0.2
|
||||
Servidor SQL Firebird 2.0.3
|
||||
==================================================
|
||||
|
||||
** IMPORTANTE **
|
||||
@ -11,9 +11,9 @@ Servidor SQL Firebird 2.0.2
|
||||
** ********* **
|
||||
|
||||
Este documento constitui um guia para instalar o kit do
|
||||
Firebird 2.0.2 na plataforma Win32. Estas notas
|
||||
Firebird 2.0.3 na plataforma Win32. Estas notas
|
||||
referem-se ao próprio kit de instalação, em vez do
|
||||
Firebird 2.0.2 em geral.
|
||||
Firebird 2.0.3 em geral.
|
||||
|
||||
|
||||
Conteúdo
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
o Introdução
|
||||
@ -16,13 +16,13 @@ o Pedido de Novas Funcionalidades
|
||||
Introdução
|
||||
==========
|
||||
|
||||
Bemvindo ao Firebird 2.0.2
|
||||
Bemvindo ao Firebird 2.0.3
|
||||
|
||||
|
||||
Utilizadores Alvo
|
||||
=================
|
||||
|
||||
O Firebird 2.0.2 passou por uma extensiva fase de testes
|
||||
O Firebird 2.0.3 passou por uma extensiva fase de testes
|
||||
e o seu objectivo é ser utilizado em produção.
|
||||
Porém, recomenda-se a todos os utilizadores que sigam
|
||||
algumas práticas padrão antes de o colocar num servidor
|
||||
@ -45,14 +45,14 @@ de produ
|
||||
Funcionalidades desta versão (todas as plataformas)
|
||||
===================================================
|
||||
|
||||
Consulte doc/Firebird_v2.0.2.ReleaseNotes.pdf para mais
|
||||
Consulte doc/Firebird_v2.0.3.ReleaseNotes.pdf para mais
|
||||
informações.
|
||||
|
||||
|
||||
Erros resolvidos nesta versão (todas as plataformas)
|
||||
==========================================
|
||||
|
||||
Consulte doc/Firebird_v2.0.2.ReleaseNotes.pdf para mais
|
||||
Consulte doc/Firebird_v2.0.3.ReleaseNotes.pdf para mais
|
||||
informações.
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
==================================
|
||||
Firebird 2.0.2 (Win32 Build)
|
||||
Firebird 2.0.3 (Win32 Build)
|
||||
==================================
|
||||
|
||||
o Введение
|
||||
@ -16,13 +16,13 @@ o
|
||||
Введение
|
||||
========
|
||||
|
||||
Добро пожаловать в мир Firebird 2.0.2
|
||||
Добро пожаловать в мир Firebird 2.0.3
|
||||
|
||||
|
||||
Обращение к пользователям
|
||||
=========================
|
||||
|
||||
Firebird 2.0.2 является хорошо проверенным, всесторонне
|
||||
Firebird 2.0.3 является хорошо проверенным, всесторонне
|
||||
протестированным и предназначается для широкого
|
||||
использования. Однако, мы рекомендуем пользователям
|
||||
следовать стандартной практике прежде, чем
|
||||
@ -49,14 +49,14 @@ Firebird 2.0.2
|
||||
========================================
|
||||
|
||||
За более подробной информацией обратитесь к файлу
|
||||
doc/Firebird_v2.0.2.ReleaseNotes.pdf.
|
||||
doc/Firebird_v2.0.3.ReleaseNotes.pdf.
|
||||
|
||||
|
||||
Ошибки, исправленные в этом релизе (все платформы)
|
||||
++++++++==========================================
|
||||
|
||||
За более подробной информацией обратитесь к файлу
|
||||
doc/Firebird_v2.0.2.ReleaseNotes.pdf.
|
||||
doc/Firebird_v2.0.3.ReleaseNotes.pdf.
|
||||
|
||||
|
||||
Установка самоустанавливающихся выполняемых файлов
|
||||
|
@ -1,5 +1,5 @@
|
||||
==================================================
|
||||
Сервер Баз Данных Firebird 2.0.2
|
||||
Сервер Баз Данных Firebird 2.0.3
|
||||
==================================================
|
||||
|
||||
** ВАЖНО **
|
||||
@ -11,9 +11,9 @@
|
||||
** ***** **
|
||||
|
||||
Этот документ является руководством по установке
|
||||
пакета Firebird 2.0.2 на платформе Win32. Эти
|
||||
пакета Firebird 2.0.3 на платформе Win32. Эти
|
||||
замечания относятся как к установке пакета, так и к
|
||||
самому Firebird 2.0.2 в целом.
|
||||
самому Firebird 2.0.3 в целом.
|
||||
|
||||
|
||||
Содержание
|
||||
|
Loading…
Reference in New Issue
Block a user