From: Frédéric Buclin Date: Tue, 10 May 2011 22:39:33 +0000 (+0200) Subject: Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way to display... X-Git-Tag: bugzilla-4.1.3~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39f635e0dc10c3f1084f762341ea91efd0ae21e;p=thirdparty%2Fbugzilla.git Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way to display patches r/a=mkanat --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 5b8f77e309..1f1ef436dc 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'], }, {