From: Frédéric Buclin Date: Thu, 24 Oct 2013 22:24:12 +0000 (+0200) Subject: Bug 928092: Add OS detection for Windows 8.1 X-Git-Tag: bugzilla-4.4.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85bcb2b370c2da9c8a5ef8f29c3506dbc27975a;p=thirdparty%2Fbugzilla.git Bug 928092: Add OS detection for Windows 8.1 r=justdave a=glob --- diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index a4135dd20c..9f98d597cf 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -103,6 +103,7 @@ use constant OS_MAP => ( qr/\(.*Android.*\)/ => ["Android"], # Windows qr/\(.*Windows XP.*\)/ => ["Windows XP"], + qr/\(.*Windows NT 6\.3.*\)/ => ["Windows 8.1"], qr/\(.*Windows NT 6\.2.*\)/ => ["Windows 8"], qr/\(.*Windows NT 6\.1.*\)/ => ["Windows 7"], qr/\(.*Windows NT 6\.0.*\)/ => ["Windows Vista"],