]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way to display...
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 10 May 2011 22:39:33 +0000 (00:39 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 10 May 2011 22:39:33 +0000 (00:39 +0200)
r/a=mkanat

Bugzilla/Install/Requirements.pm

index 5b8f77e309d4b7d0f75ef79ba5a0b4d44c2f1d07..1f1ef436dcdaf3b2dc9e960ee8c47d7ae1329c3d 100644 (file)
@@ -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'],
     },
     {