diff options
author | justdave%bugzilla.org <> | 2005-08-06 06:47:26 +0000 |
---|---|---|
committer | justdave%bugzilla.org <> | 2005-08-06 06:47:26 +0000 |
commit | 51f0717b4285af69f22b635751b6f4a62d1f7da8 (patch) | |
tree | e8d106b301f6ffe06cbec9e521e040e721e2da83 /docs | |
parent | Bug 301261: uninitialized value in Search.pm when querying by date - Patch by... (diff) | |
download | bugzilla-51f0717b4285af69f22b635751b6f4a62d1f7da8.tar.gz bugzilla-51f0717b4285af69f22b635751b6f4a62d1f7da8.tar.bz2 bugzilla-51f0717b4285af69f22b635751b6f4a62d1f7da8.zip |
Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
r= LpSolit, 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 120ee819d..aad77d701 100644 --- a/docs/rel_notes.txt +++ b/docs/rel_notes.txt @@ -98,7 +98,7 @@ Required Perl Modules Data::Dumper (any) Date::Format v2.21 DBI v1.38 (changed from 2.18) - File::Spec v0.82 + File::Spec v0.84 (changed from 2.18) File::Temp (any) Template Toolkit v2.08 Text::Wrap v2001.0131 diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 720240552..9ef9bae23 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -50,7 +50,7 @@ <!ENTITY min-file-temp-ver "any"> <!ENTITY min-appconfig-ver "1.52"> <!ENTITY min-text-wrap-ver "2001.0131"> -<!ENTITY min-file-spec-ver "0.82"> +<!ENTITY min-file-spec-ver "0.84"> <!ENTITY min-data-dumper-ver "any"> <!ENTITY min-dbd-mysql-ver "2.9003"> <!ENTITY min-dbd-pg-ver "1.31"> |