From: Aaron van Geffen Date: Tue, 27 Sep 2022 12:41:54 +0000 (+0200) Subject: operating_systems.pm: add Windows 11 X-Git-Tag: AWSTATS_7_9~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a71c3e84bd67cb237cf0067e583e2c09da130293;p=thirdparty%2FAWStats.git operating_systems.pm: add Windows 11 --- diff --git a/wwwroot/cgi-bin/lib/operating_systems.pm b/wwwroot/cgi-bin/lib/operating_systems.pm index e970613f..9576547b 100644 --- a/wwwroot/cgi-bin/lib/operating_systems.pm +++ b/wwwroot/cgi-bin/lib/operating_systems.pm @@ -36,6 +36,7 @@ 'windows[_+ ]?2008', 'windows[_+ ]nt[_+ ]6\.1', # Must be before windows_nt_6 'windows[_+ ]?2012', 'windows[_+ ]nt[_+ ]6\.2', # Must be before windows_nt_6 = windows 8 'windows[_+ ]nt[_+ ]6\.3', # Must be before windows_nt_6 = windows 8.1 +'windows[_+ ]nt[_+ ]11', # Windows 11 'windows[_+ ]nt[_+ ]10', # Windows 10 'windows[_+ ]?vista', 'windows[_+ ]nt[_+ ]6', 'windows[_+ ]?2003','windows[_+ ]nt[_+ ]5\.2', # Must be before windows_nt_5 @@ -182,6 +183,7 @@ 'windows[_+ ]?2008','win2008','windows[_+ ]nt[_+ ]6\.1','win7', 'windows[_+ ]?2012','win2012','windows[_+ ]nt[_+ ]6\.2','win8', 'windows[_+ ]nt[_+ ]6\.3','win8.1', +'windows[_+ ]nt[_+ ]11','win11', 'windows[_+ ]nt[_+ ]10','win10', 'windows[_+ ]?vista','winvista','windows[_+ ]nt[_+ ]6','winvista', 'windows[_+ ]?2003','win2003','windows[_+ ]nt[_+ ]5\.2','win2003', @@ -315,6 +317,7 @@ #----------------------------------------------------------- %OSHashLib = ( # Windows family OS +'win11','Windows 11', 'win10','Windows 10', 'win8.1','Windows 8.1', 'win8','Windows 8', diff --git a/wwwroot/icon/os/win11.png b/wwwroot/icon/os/win11.png new file mode 100644 index 00000000..8ebeb7b1 Binary files /dev/null and b/wwwroot/icon/os/win11.png differ