From: Stefan Berger Date: Thu, 10 Mar 2022 12:28:04 +0000 (+0100) Subject: Update operating_systems.pm X-Git-Tag: AWSTATS_7_9~5^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da15cc41cdcaaa4bef5a0984a48dd24fe4288b7d;p=thirdparty%2FAWStats.git Update operating_systems.pm --- diff --git a/wwwroot/cgi-bin/lib/operating_systems.pm b/wwwroot/cgi-bin/lib/operating_systems.pm index 4daa9cd6..e970613f 100644 --- a/wwwroot/cgi-bin/lib/operating_systems.pm +++ b/wwwroot/cgi-bin/lib/operating_systems.pm @@ -56,6 +56,8 @@ 'ipad', 'ipod', # Macintosh OS family +'mac[_+ ]os[_+ ]x[_+ ]12', +'mac[_+ ]os[_+ ]x[_+ ]11', 'mac[_+ ]os[_+ ]x[_+ ]10[_\.]15', 'mac[_+ ]os[_+ ]x[_+ ]10[_\.]14', 'mac[_+ ]os[_+ ]x[_+ ]10[_\.]13', @@ -75,6 +77,8 @@ 'haiku', 'macintosh', # Android family +'android[_+ ]12', # Android 12 +'android[_+ ]11', # Android 11 'android[_+ ]10', # Android 10 'android[_+ ]9', # Pie 'android[_+ ]8', # Oreo @@ -201,6 +205,8 @@ 'ipad','ios_ipad', #Must be Before Mac OS Family 'ipod','ios_ipod', #Must be Before Mac OS Family # Macintosh OS family +'mac[_+ ]os[_+ ]x[_+ ]12','macos12', +'mac[_+ ]os[_+ ]x[_+ ]11','macos11', 'mac[_+ ]os[_+ ]x[_+ ]10[_\.]15','macosx15', 'mac[_+ ]os[_+ ]x[_+ ]10[_\.]14','macosx14', 'mac[_+ ]os[_+ ]x[_+ ]10[_\.]13','macosx13', @@ -217,6 +223,8 @@ 'mac[_+ ]?p','macintosh','mac[_+ ]68','macintosh','macweb','macintosh','macintosh','macintosh', 'haiku', 'haiku', # Android family (androidyyy) +'android[_+ ]12','android12', # Android 12 +'android[_+ ]11','android11', # Android 11 'android[_+ ]10','android10', # Android 10 'android[_+ ]9','androidpie', # Pie 'android[_+ ]8','androidoreo', # Oreo @@ -328,6 +336,8 @@ 'winunknown','Windows (unknown version)', 'winxbox','Microsoft XBOX', # Macintosh OS +'macos12','macOS 12 Monterey', +'macos11','macOS 11 Big Sur', 'macosx15','macOS 10.15 Catalina', 'macosx14','macOS 10.14 Mojave', 'macosx13','macOS 10.13 High Sierra', @@ -344,6 +354,8 @@ 'macintosh','Mac OS', 'Haiku', 'Haiku', # Android +'android12','Google Android 12.x', +'android11','Google Android 11.x', 'android10','Google Android 10.x', 'androidpie','Google Android 9.x Pie', 'androidoreo','Google Android 8.x Oreo',