summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-xinxi.changelog71
1 files changed, 71 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 95cdb62..c50b99f 100755
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,75 @@
=====================================================================================
+Version: 2.1.16
+Patch Version: 00
+Script Date: 2014-04-02
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. This fix only impacts bsd sed, but it fixes the line length failure
+issue because bsd sed doesn't work with \x1b, but it does when you do:
+ESC=$(echo | tr '\n' '\033' )
+I found this trick on:
+http://unix.stackexchange.com/questions/42321/how-can-i-instruct-bsd-sed-to-interpret-escape-sequences-like-n-and-t
+
+No other changes. Non bsd users, you can ignore this.
+
+-----------------------------------
+-- Harald Hope - Wed, 02 Apr 2014 21:24:52 -0700
+
+=====================================================================================
+Version: 2.1.15
+Patch Version: 00
+Script Date: 2014-04-01
+-----------------------------------
+Changes:
+-----------------------------------
+new version/tarball. This corrects some subtle issues with line wraps:
+
+Audio -A - now wrap is fully dynamic down to 80 characters, and also the expansion of ALSA
+to Advanced Linux Sound System only happens if that fits in the display width.
+
+-N/-n/-i - Most networking/ip address stuff wraps now.
+
+-d - optical drive data wraps better now too.
+
+This more or less completes the line wrap redo.
+
+-----------------------------------
+-- Harald Hope - Tue, 01 Apr 2014 12:39:44 -0700
+
+=====================================================================================
+Version: 2.1.14
+Patch Version: 00
+Script Date: 2014-03-31
+-----------------------------------
+Changes:
+-----------------------------------
+Forgot, added slitaz-release to distros derived. that's as slackware derived one.
+
+-----------------------------------
+-- Harald Hope - Mon, 31 Mar 2014 18:10:02 -0700
+
+=====================================================================================
+Version: 2.1.14
+Patch Version: 00
+Script Date: 2014-03-31
+-----------------------------------
+Changes:
+-----------------------------------
+new version/tarball. Tiny fix in debugger, it turns out that in some systems, the command:
+strings --version used in the debugger results in a hang, which you can duplicate with:
+strings
+alone, without any argument or info, that will hang too, so I assume if the system doesn't
+have the --version parameter, strings ignores that, and basically just does what it would do
+with no option, hang.
+
+Thanks for user ypharis persistence in tracking down this issue. So far only appeared on slackware
+based distros, but since the debugger should 'just work', removing the version test.
+
+-----------------------------------
+-- Harald Hope - Mon, 31 Mar 2014 17:49:48 -0700
+
+=====================================================================================
Version: 2.1.13
Patch Version: 00
Script Date: 2014-03-30