summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog153
1 files changed, 153 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 02c453a..b7ca3d0 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,157 @@
=====================================================================================
+Version: 2.3.34
+Patch Version: 00
+Script Date: 2017-08-04
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. Added to cpu microarch lists.
+
+-----------------------------------
+-- Harald Hope - Fri, 04 Aug 2017 16:11:59 -0700
+
+=====================================================================================
+Version: 2.3.33
+Patch Version: 00
+Script Date: 2017-08-04
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. This should finalize the mA / Wh conversion problems highlighted
+in issue #118
+
+The data seems to suggest that using POWER_SUPPLY_VOLTAGE_MIN_DESIGN as the factor will
+be right more often than using POWER_SUPPLY_VOLTAGE_NOW.
+
+Also optimized a bit more on the desktop id logic.
+
+-----------------------------------
+-- Harald Hope - Fri, 04 Aug 2017 14:41:14 -0700
+
+=====================================================================================
+Version: 2.3.32
+Patch Version: 00
+Script Date: 2017-08-03
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. This closes issue #118, inxi had failed all along to handle
+the conversion from mA hours to Wh, and had a math glitch too for charge (ma).
+
+Not sure how this went undetected during testing, oh well. I assume that mA h is not
+as common internally as Wh or something.
+
+Anyway, it should be fixed.
+
+-----------------------------------
+-- Harald Hope - Thu, 03 Aug 2017 21:44:13 -0700
+
+=====================================================================================
+Version: 2.3.31
+Patch Version: 00
+Script Date: 2017-07-30
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball, man page. This corrects many 80 column width line wraps, including on:
+-o, -p, -l, -u, -P, -S, -G, -N, -A
+
+Now most output should tend to not wrap, though some strings are unpredictable and
+will have to be trimmed by adding them to the min size trimmers one by one.
+
+But it's much better than it was.
+
+Note the following changes required to make the wraps more consistent:
+
+-S - the gcc/bits have been made separate, like: bits: 32 gcc: 5.3
+-C - the new microarchitecture -x option now is: arch: K7 [for example]
+ cache wraps to next line with arch. with -f, bmips now shows on same line as
+ arch/cache
+
+-----------------------------------
+-- Harald Hope - Sun, 30 Jul 2017 14:02:33 -0700
+
+=====================================================================================
+Version: 2.3.30
+Patch Version: 00
+Script Date: 2017-07-29
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. More optimizations, I'm not sure these will make a big difference
+but I believe the overall collection has dropped execution time by around 10% or so.
+
+-----------------------------------
+-- Harald Hope - Sat, 29 Jul 2017 19:36:55 -0700
+
+
+=====================================================================================
+Version: 2.3.29
+Patch Version:
+Script Date: 2017-07-29
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. More optimizations, and fixed a bash 4 syntax regression that
+would have caused failure on older systems. Also added Bash version checker.
+
+Most ps aux data is now searched using bash parameter expansion, and several functions
+that were in subshells are now printing to globals instead.
+
+-----------------------------------
+-- Harald Hope - Sat, 29 Jul 2017 16:37:01 -0700
+
+=====================================================================================
+Version: 2.3.28
+Patch Version: 00
+Script Date: 2017-07-29
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. This fixes a subtle gawk issue that could in some systems make -G
+hang endlessly.
+
+Also started on more optimizing, getting rid of as many subshells as possible.
+
+-----------------------------------
+-- Harald Hope - Sat, 29 Jul 2017 12:37:27 -0700
+
+=====================================================================================
+Version: 2.3.27
+Patch Version: 00
+Script Date: 2017-07-28
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball, man page. More cpu arch fixes, and added stepping/release info
+as well so you can see which revision of the cpu microarchitecture your cpu has.
+
+Also fixed a few random vm id issues, I found cases where systemd believes it's bochs
+but it is actually kvm, so now the systemd data is not fully trusted, but is confirmed.
+
+-----------------------------------
+-- Harald Hope - Fri, 28 Jul 2017 18:39:19 -0700
+
+=====================================================================================
+Version: 2.3.26
+Patch Version: 00
+Script Date: 2017-07-28
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball, new man page. First attempt at adding cpu microarchitecture support.
+Will need some updates to bring the family/model ids to fully current, but should show data for most
+cpus. Next release will hopefully include latest model/family ids and microarchitecture names.
+
+Note that while /proc/cpuinfo has the family/model id in decimal, the values are actually generally
+found as hexadecimal, so inxi translates that interally so we can store the data the way it is presented.
+
+See issue #116 for ongoing additions to this feature.
+
+-----------------------------------
+-- Harald Hope - Fri, 28 Jul 2017 00:12:56 -0700
+
+=====================================================================================
Version: 2.3.25
Patch Version: 00
Script Date: 2017-07-24