From 7013cfe50844ec8a207b5d1f22920f2be9ed60aa Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 10 May 2011 22:47:14 +0000 Subject: [PATCH] Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way to display patches r/a=mkanat git-svn-id: svn://10.0.0.236/trunk@262310 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 56907318a37..d3e9ab4e940 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7811 \ No newline at end of file +7812 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm index 5b8f77e309d..1f1ef436dcd 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm +++ b/mozilla/webtools/bugzilla/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'], }, {