diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-05-11 00:39:33 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-05-11 00:39:33 +0200 |
commit | e39f635e0dc10c3f1084f762341ea91efd0ae21e (patch) | |
tree | e69cc4fd96adbc81c94253c9d5424e44c787aab0 /Bugzilla/Install | |
parent | 804336689c430040f478520ea6655260cbd6735d (diff) | |
download | bugzilla-e39f635e0dc10c3f1084f762341ea91efd0ae21e.tar.gz bugzilla-e39f635e0dc10c3f1084f762341ea91efd0ae21e.tar.xz |
Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way to display patches
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 5b8f77e30..1f1ef436d 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -230,7 +230,8 @@ sub OPTIONAL_MODULES { { package => 'PatchReader', module => 'PatchReader', - version => '0.9.4', + # 0.9.6 fixes two notable bugs and significantly improves the UX. + version => '0.9.6', feature => ['patch_viewer'], }, { |