summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-06-01 19:09:34 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-06-01 19:09:34 -0400
commit4ac436fed8d224dc27d0650684298777ec0b9cb0 (patch)
tree8ee09c5b88287c3b708cd76b837d963cbe6ba405 /inxi.changelog
parentc4d4d23f5d0ad5db0a588cc55d971f7e60623594 (diff)
downloadinxi-4ac436fed8d224dc27d0650684298777ec0b9cb0.tar.bz2
inxi-4ac436fed8d224dc27d0650684298777ec0b9cb0.tar.xz
inxi-4ac436fed8d224dc27d0650684298777ec0b9cb0.tar.zst
New upstream version 3.1.01-1.upstream/3.1.01-1
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog48
1 files changed, 48 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index eb5a208..08e19f2 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,52 @@
=====================================================================================
+Version: 3.1.01
+Patch: 00
+Date: 2020-05-31
+-----------------------------------
+Changes:
+-----------------------------------
+
+New inxi, man. New information types, fixes, man updates.
+
+Bugs:
+No bugs of any importance fixed or found!!
+
+Fixes:
+1. Tiny fix, didn't use partition/slice assignment in help menu. BSD
+interest only since default partition is standard for Linux.
+
+Enhancements:
+1. Disc Vendors: added a large number of possible disk vendors, without having
+actual detection data available for all of them, using a different source.
+Also added, as usual, more disc vendor IDs from linux-lite hardware database,
+always ready with more vendors!
+2. Added groovy gorilla ID for ubuntu
+3. Very nice usability change, mostly for support people, now if -y without
+an integer is supplied, it will assign default column width of 80, which
+is what you usually want for forums or issue reports, otherwise the output
+can wrap outside the post or issue report, which is hard to read. Hopefully
+support people will catch onto this one.
+4. This closes issue #217 - Adds dmidecode based extra data:
+ -xxx - shows CPU voltage and external clock speeds
+ -a - shows CPU socket type and base/boost: speed items. These are --admin
+ options because neither is particularly reliable, sometimes they are right,
+ sometimes they aren't, as usual with dmi data. As far as tests show, base
+ speed, what dmidecode misleadingly calls 'Current Speed', which it isn't,
+ is the actual normal non throttled speed of the CPU / motherboard setup.
+ boost is what dmidecode calls 'Max Speed', which it also isn't, though
+ sometimes it is, as with AMD cpus with boost, and no overclocking. With
+ overclocking, sometimes base will be higher, sometimes the actual real
+ current cpu speeds will be higher than all the max/boost values.
+ Motherboard CPU socket type is likewise randomly correct, incorrect, empty,
+ misleading, depending on the age and type of the system, and the CPU
+ vendor. It appears that in general, AMD CPUs will be more or less right
+ if they have this data, and Intel CPUs will sometimes be right, sometimes
+ not, or empty. For > 1 CPU systems, the data is much less reliable.
+
+-----------------------------------
+-- Harald Hope - Sun, 31 May 2020 14:26:37 -0700
+
+=====================================================================================
Version: 3.1.00
Patch: 00
Date: 2020-04-22