diff --git a/inxi b/inxi index 75e93c4..367962b 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/usr/bin/env bash ######################################################################## #### Script Name: inxi -#### Version: 2.3.18 -#### Date: 2017-06-09 +#### Version: 2.3.19 +#### Date: 2017-06-10 #### Patch Number: 00 ######################################################################## #### SPECIAL THANKS @@ -642,7 +642,7 @@ MAGENTA,DBLUE,NORMAL ## DISTRO DATA/ID ## # 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 porteus-version sabayon-release siduction-version sidux-version slitaz-release solusos-release turbolinux-release zenwalk-version" +DISTROS_DERIVED="antix-version aptosid-version kanotix-version knoppix-version mandrake-release mx-version pardus-release porteus-version sabayon-release siduction-version sidux-version slitaz-release 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 devuan_version ubuntu_version" DISTROS_PRIMARY="arch-release gentoo-release redhat-release slackware-version SuSE-release" diff --git a/inxi.changelog b/inxi.changelog index 4af02dd..3d17a97 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,17 @@ +===================================================================================== +Version: 2.3.19 +Patch Version: 00 +Script Date: 2017-06-10 +----------------------------------- +Changes: +----------------------------------- +New version, tarball. This version has some bug/edit fixes and a new distro id, mx-version. + +Simple. + +----------------------------------- +-- Harald Hope - Sat, 10 Jun 2017 21:32:55 -0700 + ===================================================================================== Version: 2.3.18 Patch Version: 00