summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2014-03-27 17:48:32 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2014-03-27 17:48:32 -0400
commit20be4e31ac2b317af85be4e5022f3931b229ad6e (patch)
treec9462f5bdeccda23623bffb9abba3f9873a4c659 /inxi.changelog
parentf26952b3c23fe3db26d358e8c2706e050aa07c55 (diff)
downloadinxi-20be4e31ac2b317af85be4e5022f3931b229ad6e.tar.bz2
inxi-20be4e31ac2b317af85be4e5022f3931b229ad6e.tar.xz
inxi-20be4e31ac2b317af85be4e5022f3931b229ad6e.tar.zst
Imported Upstream version 2.1.11upstream/2.1.11
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-xinxi.changelog93
1 files changed, 93 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index a20b5d8..3d5d785 100755
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,97 @@
=====================================================================================
+Version: 2.1.11
+Patch Version: 00
+Script Date: 2014-03-26
+-----------------------------------
+Changes:
+-----------------------------------
+Ignore change 2.1.12, the speed data was too inconsistent, using >>> since it's cleaner
+and seems to be faster on some cpus, slower on others.
+
+-----------------------------------
+-- Harald Hope - Wed, 26 Mar 2014 15:28:08 -0700
+
+=====================================================================================
+Version: 2.1.12
+Patch Version: 00
+Script Date: 2014-03-26
+-----------------------------------
+Changes:
+-----------------------------------
+new version: this is only an optimization release, testing some slightly more efficient
+methods:
+something <<< $variable is signficantly slower than: echo $variable | something
+so I replaced almost all instances of <<< with echo ...|
+
+I've seen speed differences of up to 10% but it's not consistent, so this is just
+something to boost performance slightly on older systems I'd guess.
+
+-----------------------------------
+-- Harald Hope - Wed, 26 Mar 2014 14:54:39 -0700
+
+=====================================================================================
+Version: 2.1.11
+Patch Version: 00
+Script Date: 2014-03-26
+-----------------------------------
+Changes:
+-----------------------------------
+New version: fixed an old bug, with -c 0, no colors, RED and NORMAL color codes were
+not set to null, which results in some cases with red output, along with turning
+terminal/console font color red.
+
+-----------------------------------
+-- Harald Hope - Wed, 26 Mar 2014 12:44:53 -0700
+
+=====================================================================================
+Version: 2.1.10
+Patch Version: 00
+Script Date: 2014-03-25
+-----------------------------------
+Changes:
+-----------------------------------
+New version; added supybot/limnoria/gribble support. This only works when the supybot
+'SHELL' command is used, 'CALL' gives the user irc client data, and supybot etc are
+not detectable.
+
+Fine tuned some error message lengths so they fit into 80 columns or so.
+
+-----------------------------------
+-- Harald Hope - Tue, 25 Mar 2014 13:55:13 -0700
+
+=====================================================================================
+Version: 2.1.9
+Patch Version: 00
+Script Date: 2014-03-24
+-----------------------------------
+Changes:
+-----------------------------------
+New version, fixed cpu core speed wrapping, improved -p and -P wrapping, though some lines
+will still be too long, but not as many.
+
+-----------------------------------
+-- Harald Hope - Mon, 24 Mar 2014 18:42:06 -0700
+
+=====================================================================================
+Version: 2.1.8
+Patch Version: 00
+Script Date: 2014-03-24
+-----------------------------------
+Changes:
+-----------------------------------
+New version. Added dynamic wrapping to -G, and also am now wrapping -C per cpu cores speeds,
+for systems with a lot of them, that will clean up the output.
+
+Added dynamic wrapping to --recommends and -c 94-99.
+
+These are the main things, there's a few smaller issues with -xx output on -N/-n/-i but
+those will noly really show with full output and it takes a while to get this stuff stable
+so maybe some other time, but it's ok for now.
+
+-----------------------------------
+-- Harald Hope - Mon, 24 Mar 2014 16:58:33 -0700
+
+=====================================================================================
Version: 2.1.7
Patch Version: 00
Script Date: 2014-03-18