From: Matt Selsky Date: Sun, 26 Feb 2012 11:51:11 +0000 (+0100) Subject: Bug 714368: Add Windows 8 detection X-Git-Tag: bugzilla-4.2.1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c7b519fd62222b18202e93889748008e698d5c1;p=thirdparty%2Fbugzilla.git Bug 714368: Add Windows 8 detection r/a=LpSolit --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 4778e44186..ce50a2ce67 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -294,6 +294,7 @@ sub pickos { /\(.*VMS.*\)/ && do {push @os, "OpenVMS";}; /\(.*Win.*\)/ && do { /\(.*Windows XP.*\)/ && do {push @os, "Windows XP";}; + /\(.*Windows NT 6\.2.*\)/ && do {push @os, "Windows 8";}; /\(.*Windows NT 6\.1.*\)/ && do {push @os, "Windows 7";}; /\(.*Windows NT 6\.0.*\)/ && do {push @os, "Windows Vista";}; /\(.*Windows NT 5\.2.*\)/ && do {push @os, "Windows Server 2003";};