From: Frédéric Buclin Date: Mon, 10 Aug 2015 14:19:32 +0000 (+0200) Subject: Bug 1172333: The OS field doesn't recognize Windows 10 X-Git-Tag: release-5.1.1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b51a3012d538d90b524dead346852dbc29086cc;p=thirdparty%2Fbugzilla.git Bug 1172333: The OS field doesn't recognize Windows 10 r=gerv a=sgreen --- diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index 6ceb9d3c5c..14637038cd 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -106,6 +106,7 @@ use constant OS_MAP => ( qr/\(.*Android.*\)/ => ["Android"], # Windows qr/\(.*Windows XP.*\)/ => ["Windows XP"], + qr/\(.*Windows NT 10\.0.*\)/ => ["Windows 10"], qr/\(.*Windows NT 6\.4.*\)/ => ["Windows 10"], qr/\(.*Windows NT 6\.3.*\)/ => ["Windows 8.1"], qr/\(.*Windows NT 6\.2.*\)/ => ["Windows 8"],