From d3cff31ed47669b227f3457736d9560876fac804 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Wed, 30 Dec 2015 13:12:45 -0800 Subject: [PATCH] No version change til confirmed. New tarball. --- inxi | 8 +++++--- inxi.changelog | 12 ++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index b8d9ce4..f85bea6 100755 --- a/inxi +++ b/inxi @@ -2,7 +2,7 @@ ######################################################################## #### Script Name: inxi #### Version: 2.2.31 -#### Date: 2015-12-29 +#### Date: 2015-12-30 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -625,7 +625,9 @@ DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release " ## OUTPUT FILTERS/SEARCH ## # Note that \ bans only words, not parts of strings; in \ you can't use punctuation characters like . or , # we're saving about 10+% of the total script exec time by hand building the ban lists here, using hard quotes. -BAN_LIST_NORMAL='chipset|components|computing|computer|corporation|communications|electronics|electrical|electric|gmbh|group|incorporation|industrial|international|nee|revision|semiconductor|software|technologies|technology|ltd\.|\|inc\.|\|intl\.|co\.|\|corp\.|\|\(tm\)|\(r\)|®|\(rev ..\)' +# See github issue 75 for more details on value: *, triggers weird behaviors if present in value +# /sys/devices/virtual/dmi/id/product_name:['*'] +BAN_LIST_NORMAL='chipset|components|computing|computer|corporation|communications|electronics|electrical|electric|gmbh|group|incorporation|industrial|international|nee|revision|semiconductor|software|technologies|technology|ltd\.|\|inc\.|\|intl\.|co\.|\|corp\.|\|\(tm\)|\(r\)|®|*|\(rev ..\)' BAN_LIST_CPU='@||cpu |cpu deca|dual core|dual-core|tri core|tri-core|quad core|quad-core|ennea|genuine|hepta|hexa|multi|octa|penta|processor|single|triple|[0-9\.]+ *[MmGg][Hh][Zz]' SENSORS_GPU_SEARCH='intel|radeon|nouveau' @@ -6750,7 +6752,7 @@ get_machine_data() # Chassis Manufacturer|Chassis Version|Chassis Serial Number # System manufacturer|System Product Name|System Version # To Be Filled By O.E.M. - sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*/, "", $0) + sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*/, "", $0) gsub(/bios|acpi/, "", $0) sub(/http:\/\/www.abit.com.tw\//, "Abit", $0) gsub(/^ +| +$/, "", $0) diff --git a/inxi.changelog b/inxi.changelog index 43be5d6..a42a453 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,15 @@ +===================================================================================== +Version: 2.2.31 +Patch Version: 00 +Script Date: 2015-12-30 +----------------------------------- +Changes: +----------------------------------- +No version change til confirmed. New tarball. + +----------------------------------- +-- Harald Hope - Wed, 30 Dec 2015 13:11:10 -0800 + ===================================================================================== Version: 2.2.31 Patch Version: 00