From c6cd49e6d4fcb65be7b77629db3d542af8e7cc2f Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sat, 17 Jul 2004 05:22:14 +0000 Subject: Bug 250840: Make the minimum version numbers all agree with reality. Patch by Colin Olgilvie r=justdave, a=justdave --- checksetup.pl | 2 +- docs/rel_notes.txt | 2 +- docs/xml/Bugzilla-Guide.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/checksetup.pl b/checksetup.pl index 51a1bb2f4..5bcc28ef1 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -309,7 +309,7 @@ my $chartbase = have_vers("Chart::Base","1.0"); my $xmlparser = have_vers("XML::Parser",0); my $gdgraph = have_vers("GD::Graph",0); my $gdtextalign = have_vers("GD::Text::Align",0); -my $patchreader = have_vers("PatchReader",0); +my $patchreader = have_vers("PatchReader","0.9.4"); print "\n" unless $silent; diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt index 139df3edc..a379404fb 100644 --- a/docs/rel_notes.txt +++ b/docs/rel_notes.txt @@ -32,7 +32,7 @@ Required Perl modules: CGI v2.93 (new since 2.16) (changed from 2.17.7) Data::Dumper (any) Date::Format v2.21 (changed from 2.16) - DBI v1.32 (changed from 2.16) + DBI v1.36 (changed from 2.16) (changed from 2.17.7) DBD::mysql v2.1010 (changed from 2.16) File::Spec v0.82 File::Temp (any) diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 6a5b066f4..af7553e7f 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -51,7 +51,7 @@ - + -- cgit v1.2.3-24-g4f1b