summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-xinxi.changelog70
1 files changed, 70 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index fbc4786..98c042e 100755
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,74 @@
=====================================================================================
+Version: 2.2.19
+Patch Version: 00
+Script Date: 2015-02-15
+-----------------------------------
+Changes:
+-----------------------------------
+No version change, new tarball. Fixed the repo error message to be more accurate, since
+a system could be supported but have no repo data, like on some livecds etc. Also made it
+better for BSD or GNU/linux.
+
+-----------------------------------
+-- Harald Hope - Sun, 15 Feb 2015 19:13:25 -0800
+
+=====================================================================================
+Version: 2.2.19
+Patch Version: 00
+Script Date: 2015-02-14
+-----------------------------------
+Changes:
+-----------------------------------
+New version, updated man page, new tarball. Updated -r to for portage gentoo sources. This should work
+fine for all derived distros like Sabayon as well. The test looks for:
+/etc/portage/repos.conf/ and type -p emerge
+if found will then grab the repos from the source files found.
+
+Note that the logic for this was almost identical to that used for rpm so it was an
+easy addon. Please let us know if you have an issue and provide data samples of relevant
+files.
+
+-----------------------------------
+-- Harald Hope - Sun, 15 Feb 2015 18:02:16 -0800
+
+=====================================================================================
+Version: 2.2.18
+Patch Version: 00
+Script Date: 2015-01-24
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. Two great bug report, issues.
+
+1. Tightened runit init detection to use proc, note that if runit works on BSDs inxi will
+ require more data to properly detect it on BSDs..
+2. Use openrc runlevel tests natively if openrc detected.
+3. Fixed subtle issue with alias to inxi file and paths.
+4. Added rc-status data collection for debugger, improved debugger data collector handling
+ of bsd and other tests to note absent if not there in file names.
+
+-----------------------------------
+-- Harald Hope - Sat, 24 Jan 2015 10:25:43 -0800
+
+=====================================================================================
+Version: 2.2.17
+Patch Version: 00
+Script Date: 2015-01-14
+-----------------------------------
+Changes:
+-----------------------------------
+New Version, new tarball.
+
+Fixed bugs in Epoch init system detection, caused false positives in systems booted on
+SysVinit, but with Epoch installed. Epoch turns out to be in PID 1 == epoch (/proc/1/comm)
+so that's easy to fix.
+
+Also fixed spacing isxue with OpenRC output in -I line.
+
+-----------------------------------
+-- Harald Hope - Wed, 14 Jan 2015 12:28:00 -0800
+
+=====================================================================================
Version: 2.2.16
Patch Version: 00
Script Date: 2014-11-03