diff options
author | justdave%bugzilla.org <> | 2004-07-17 07:22:14 +0200 |
---|---|---|
committer | justdave%bugzilla.org <> | 2004-07-17 07:22:14 +0200 |
commit | c6cd49e6d4fcb65be7b77629db3d542af8e7cc2f (patch) | |
tree | fa6b15be141d3d5b2e2bafbb8cc960fe31043850 /docs | |
parent | 40bbe0c3793a2acacc3f9d73eadb738d1759d11f (diff) | |
download | bugzilla-c6cd49e6d4fcb65be7b77629db3d542af8e7cc2f.tar.gz bugzilla-c6cd49e6d4fcb65be7b77629db3d542af8e7cc2f.tar.xz |
Bug 250840: Make the minimum version numbers all agree with reality.
Patch by Colin Olgilvie <colin.ogilvie@gmail.com>
r=justdave, a=justdave
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rel_notes.txt | 2 | ||||
-rw-r--r-- | docs/xml/Bugzilla-Guide.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <!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.32"> +<!ENTITY min-dbi-ver "1.36"> <!ENTITY min-date-format-ver "2.21"> <!ENTITY min-cgi-ver "2.93"> <!-- Optional modules --> |