From 7b67885e42eb1a35409b485aad2d8389d4aec149 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 10 Sep 2013 17:51:12 +0000 Subject: [PATCH] This does not have a new version number (there is a new date), and is only for solusos, so all other distro maintainer can ignore this update. New tarball. Adds support for solusos-release distro file in /etc/. --- inxi | 6 +++--- inxi.changelog | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index f391728..30eb83e 100755 --- a/inxi +++ b/inxi @@ -2,7 +2,7 @@ ######################################################################## #### Script Name: inxi #### Version: 1.9.14 -#### Date: August 20 2013 +#### Date: September 10 2013 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -544,12 +544,12 @@ CN='' ### Distro Data # In cases of derived distros where the version file of the base distro can also be found under /etc, # the derived distro's version file should go first. (Such as with Sabayon / Gentoo) -DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release sabayon-release siduction-version sidux-version turbolinux-release zenwalk-version" +DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release pardus-release sabayon-release siduction-version sidux-version solusos-release turbolinux-release zenwalk-version" # debian_version excluded from DISTROS_PRIMARY so Debian can fall through to /etc/issue detection. Same goes for Ubuntu. DISTROS_EXCLUDE_LIST="debian_version ubuntu_version" DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release" DISTROS_LSB_GOOD="mandrake-release mandriva-release mandrakelinux-release" -# this is being used both by core distros and derived distros now, eg, solusos uses it for solusos id, while +# this is being used both by core distros and derived distros now, eg, solusos 1 uses it for solusos id, while # debian, solusos base, uses it as well, so we have to know which it is. DISTROS_OS_RELEASE_GOOD="arch-release SuSE-release" ## Distros with known problems diff --git a/inxi.changelog b/inxi.changelog index e0c98cd..01ffcf5 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,17 @@ +===================================================================================== +Version: 1.9.14 +Patch Version: 00 +Script Date: September 10 2013 +----------------------------------- +Changes: +----------------------------------- +This does not have a new version number (there is a new date), and is only for solusos, +so all other distro maintainer can ignore this update. New tarball. Adds support for +solusos-release distro file in /etc/. + +----------------------------------- +-- Harald Hope - Tue, 10 Sep 2013 10:49:29 -0700 + ===================================================================================== Version: 1.9.14 Patch Version: 00