From 9600c2d00212bfe7a3c5f78d2ac8f38043c1bd21 Mon Sep 17 00:00:00 2001
From: "jake%bugzilla.org" <>
Date: Wed, 1 Jan 2003 01:41:20 +0000
Subject: Bug 186962 - Update minimum versions of required software and move
those versions to be ENTITY's a=justdave
---
docs/sgml/Bugzilla-Guide.sgml | 23 +++++++++++++-
docs/sgml/installation.sgml | 74 +++++++++++++++++++++++++++----------------
docs/xml/Bugzilla-Guide.xml | 23 +++++++++++++-
docs/xml/installation.xml | 74 +++++++++++++++++++++++++++----------------
4 files changed, 138 insertions(+), 56 deletions(-)
diff --git a/docs/sgml/Bugzilla-Guide.sgml b/docs/sgml/Bugzilla-Guide.sgml
index b8868a618..a067c6328 100644
--- a/docs/sgml/Bugzilla-Guide.sgml
+++ b/docs/sgml/Bugzilla-Guide.sgml
@@ -28,7 +28,28 @@
Bugzilla">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
]>
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index 7aec021ce..a9e82bd02 100644
--- a/docs/sgml/installation.sgml
+++ b/docs/sgml/installation.sgml
@@ -38,14 +38,14 @@
MySQL database server
- (3.22.5 or greater)
+ (&min-mysql-ver; or greater)
Perl
- (5.005 or greater, 5.6.1 is recommended if you wish to
+ (&min-perl-ver;, 5.6.1 is recommended if you wish to
use Bundle::Bugzilla)
@@ -57,14 +57,15 @@
Template
- (v2.07)
+ (v&min-template-ver;)
- File::Temp (v1.804) (Prerequisite for Template)
+ File::Temp
+ (&min-file-temp-ver;) (Prerequisite for Template)
@@ -72,14 +73,14 @@
AppConfig
- (v1.52)
+ (&min-appconfig-ver;)
Text::Wrap
- (v2001.0131)
+ (&min-text-wrap-ver;)
@@ -87,7 +88,7 @@
File::Spec
- (v0.8.2)
+ (&min-file-spec-ver;)
@@ -95,7 +96,7 @@
Data::Dumper
- (any)
+ (&min-data-dumper-ver;)
@@ -103,14 +104,14 @@
DBD::mysql
- (v1.2209)
+ (&min-dbd-mysql-ver;)
DBI
- (v1.13)
+ (&min-dbi-ver;)
@@ -118,14 +119,15 @@
Date::Parse
- (any)
+ (&min-date-parse-ver;)
- CGI::Carp
- (any)
+ CGI
+
+ (&min-cgi-ver;)
@@ -135,7 +137,21 @@
GD
- (v1.19) for bug charting
+ (&min-gd-ver;) for bug charting
+
+
+
+
+
+ GD::Chart
+ (&min-gd-chart-ver;) for bug charting
+
+
+
+
+
+ GD::Text::Align
+ (&min-gd-text-align-ver;) for bug charting
@@ -143,21 +159,21 @@
Chart::Base
- (v0.99c) for bug charting
+ (&min-chart-base-ver;) for bug charting
XML::Parser
- (any) for the XML interface
+ (&min-xml-parser-ver;) for the XML interface
MIME::Parser
- (any) for the email interface
+ (&min-mime-parser-ver;) for the email interface
@@ -289,10 +305,10 @@
Perl can be got in source form from
perl.com for the rare
*nix systems which don't have it.
- Although Bugzilla runs with all post-5.005
- versions of Perl, it's a good idea to be up to the very latest version
+ Although Bugzilla runs with perl &min-perl-ver;,
+ it's a good idea to be up to the very latest version
if you can when running Bugzilla. As of this writing, that is Perl
- version &perl-ver;.
+ version &newest-perl-ver;.
@@ -500,10 +516,8 @@
When you install Template Toolkit, you'll get asked various
questions about features to enable. The defaults are fine, except
that it is recommended you use the high speed XS Stash of the Template
- Toolkit, in order to achieve best performance. However, there are
- known problems with XS Stash and Perl 5.005_02 and lower. If you
- wish to use these older versions of Perl, please use the regular
- stash.
+ Toolkit, in order to achieve best performance.
+
@@ -1178,9 +1192,15 @@ bash# perl -pi -e "s/Content-Type\: text\/html/Content-Type\: text\/html\; chars
ISO-8859-1
, above, to
UTF-8
.
- Note: using <meta> tags to set the charset is not
- recommended, as there's a bug in Netscape 4.x which causes pages
- marked up in this way to load twice.
+
+ Using <meta> tags to set the charset is not
+ recommended, as there's a bug in Netscape 4.x which causes pages
+ marked up in this way to load twice. See
+ bug
+ 126266 for more information including progress toward making
+ bugzilla charset aware by default.
+
+
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index b8868a618..a067c6328 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -28,7 +28,28 @@
Bugzilla">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
]>
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 7aec021ce..a9e82bd02 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -38,14 +38,14 @@
MySQL database server
- (3.22.5 or greater)
+ (&min-mysql-ver; or greater)
Perl
- (5.005 or greater, 5.6.1 is recommended if you wish to
+ (&min-perl-ver;, 5.6.1 is recommended if you wish to
use Bundle::Bugzilla)
@@ -57,14 +57,15 @@
Template
- (v2.07)
+ (v&min-template-ver;)
- File::Temp (v1.804) (Prerequisite for Template)
+ File::Temp
+ (&min-file-temp-ver;) (Prerequisite for Template)
@@ -72,14 +73,14 @@
AppConfig
- (v1.52)
+ (&min-appconfig-ver;)
Text::Wrap
- (v2001.0131)
+ (&min-text-wrap-ver;)
@@ -87,7 +88,7 @@
File::Spec
- (v0.8.2)
+ (&min-file-spec-ver;)
@@ -95,7 +96,7 @@
Data::Dumper
- (any)
+ (&min-data-dumper-ver;)
@@ -103,14 +104,14 @@
DBD::mysql
- (v1.2209)
+ (&min-dbd-mysql-ver;)
DBI
- (v1.13)
+ (&min-dbi-ver;)
@@ -118,14 +119,15 @@
Date::Parse
- (any)
+ (&min-date-parse-ver;)
- CGI::Carp
- (any)
+ CGI
+
+ (&min-cgi-ver;)
@@ -135,7 +137,21 @@
GD
- (v1.19) for bug charting
+ (&min-gd-ver;) for bug charting
+
+
+
+
+
+ GD::Chart
+ (&min-gd-chart-ver;) for bug charting
+
+
+
+
+
+ GD::Text::Align
+ (&min-gd-text-align-ver;) for bug charting
@@ -143,21 +159,21 @@
Chart::Base
- (v0.99c) for bug charting
+ (&min-chart-base-ver;) for bug charting
XML::Parser
- (any) for the XML interface
+ (&min-xml-parser-ver;) for the XML interface
MIME::Parser
- (any) for the email interface
+ (&min-mime-parser-ver;) for the email interface
@@ -289,10 +305,10 @@
Perl can be got in source form from
perl.com for the rare
*nix systems which don't have it.
- Although Bugzilla runs with all post-5.005
- versions of Perl, it's a good idea to be up to the very latest version
+ Although Bugzilla runs with perl &min-perl-ver;,
+ it's a good idea to be up to the very latest version
if you can when running Bugzilla. As of this writing, that is Perl
- version &perl-ver;.
+ version &newest-perl-ver;.
@@ -500,10 +516,8 @@
When you install Template Toolkit, you'll get asked various
questions about features to enable. The defaults are fine, except
that it is recommended you use the high speed XS Stash of the Template
- Toolkit, in order to achieve best performance. However, there are
- known problems with XS Stash and Perl 5.005_02 and lower. If you
- wish to use these older versions of Perl, please use the regular
- stash.
+ Toolkit, in order to achieve best performance.
+
@@ -1178,9 +1192,15 @@ bash# perl -pi -e "s/Content-Type\: text\/html/Content-Type\: text\/html\; chars
ISO-8859-1
, above, to
UTF-8
.
- Note: using <meta> tags to set the charset is not
- recommended, as there's a bug in Netscape 4.x which causes pages
- marked up in this way to load twice.
+
+ Using <meta> tags to set the charset is not
+ recommended, as there's a bug in Netscape 4.x which causes pages
+ marked up in this way to load twice. See
+ bug
+ 126266 for more information including progress toward making
+ bugzilla charset aware by default.
+
+