From de2465a9e7500ddda4d255cadefacfcb2ea0e592 Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Thu, 12 Jul 2012 22:51:40 +0000 Subject: [PATCH] Bug 772735, Don't update Mac OS X 10.5 users to Firefox 17, r=rail git-svn-id: svn://10.0.0.236/trunk@264024 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 291f3464ce8..46f2c91ad80 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -278,6 +278,10 @@ $unsupportedPlatforms = array( 'Windows_NT 5.1.0', 'Windows_NT 5.1.1', ), + // Mac 10.5 - bug 772735 + '17.0a1+' => array ( + 'Darwin 9' + ), ), 'Thunderbird' => array( // Mac 10.2/10.3, Win < 2k, GTK < 2.10 - bug 418129 @@ -320,6 +324,10 @@ $unsupportedPlatforms = array( 'Windows_NT 5.1.0', 'Windows_NT 5.1.1', ), + // Mac 10.5 - bug 772735 + '17.0a1+' => array ( + 'Darwin 9' + ), ) ); ?>