Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
c6cd49e6
Commit
c6cd49e6
authored
Jul 17, 2004
by
justdave%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 250840: Make the minimum version numbers all agree with reality.
Patch by Colin Olgilvie <colin.ogilvie@gmail.com> r=justdave, a=justdave
parent
40bbe0c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
checksetup.pl
checksetup.pl
+1
-1
rel_notes.txt
docs/rel_notes.txt
+1
-1
Bugzilla-Guide.xml
docs/xml/Bugzilla-Guide.xml
+1
-1
No files found.
checksetup.pl
View file @
c6cd49e6
...
...
@@ -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
;
...
...
docs/rel_notes.txt
View file @
c6cd49e6
...
...
@@ -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.3
2 (changed from 2.16
)
DBI v1.3
6 (changed from 2.16) (changed from 2.17.7
)
DBD::mysql v2.1010 (changed from 2.16)
File::Spec v0.82
File::Temp (any)
...
...
docs/xml/Bugzilla-Guide.xml
View file @
c6cd49e6
...
...
@@ -51,7 +51,7 @@
<!ENTITY min-file-spec-ver "0.82">
<!ENTITY min-data-dumper-ver "any">
<!ENTITY min-dbd-mysql-ver "2.1010">
<!ENTITY min-dbi-ver "1.3
2
">
<!ENTITY min-dbi-ver "1.3
6
">
<!ENTITY min-date-format-ver "2.21">
<!ENTITY min-cgi-ver "2.93">
<!-- Optional modules -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment