From e39f635e0dc10c3f1084f762341ea91efd0ae21e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 11 May 2011 00:39:33 +0200 Subject: Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way to display patches r/a=mkanat --- Bugzilla/Install/Requirements.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install') 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'], }, { -- cgit v1.2.3-24-g4f1b