aboutsummaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog42
1 files changed, 42 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index c6828fc..1be3334 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,46 @@
=====================================================================================
+Version: 3.0.29
+Patch: 00
+Date: 2018-12-10
+-----------------------------------
+Changes:
+-----------------------------------
+New version, fixes, updates, missing specs.
+
+Bugs:
+1. See fix 4, incorrect positioning of Trinity desktop detection logic.
+
+Fixes:
+1. Vascom reports in issue #169 that some systems are making the /sys cpu
+vulnerability data root read only. Added <root required> test and output.
+2. A while back, they added several chassis types in the smbios
+specifications. I used an older specification pdf file, this is now corrected.
+Note that realworld use of the new types exists, like tablet, mini pc, and so
+on. This missing data caused Machine report to list N/A as machine type when
+it was actually known. I'd been using an older specification PDF, and had
+failed to look at the actual spec download page, where you could clearly see
+the newer spec file. Corrected this in the inxi docs as well.
+3. Made gentoo repo reader check for case insensitive values for enabled.
+Also extended that to other repo readers that use similar syntax, they are
+all now case insensitive (Yes/yes/YES, that is)
+4. Fixed incorrect handling of Trinity desktop ID, that needed to happen in
+the kde ID block, as first test, not after it. Caused failure in Q4OS trinity,
+and maybe others. I'm not sure why inxi had the detection where it was, it
+made no real sense, so that's now nicely integrated, so these types of
+failures should not happen again. Thanks Q4OS for exposing that issue.
+
+Enhancements:
+1. Added TDM and CDM display managers. Never seen either (Q4OS uses TDM), TDM
+corrected. CDM not confirmed, don't know if it's still around, but if it is
+similar to TDM re cdm.pid in /run, it should be detected fine.
+2. Added more disk vendors/ids, the list never stops!! Thanks LinuxLite
+Hardware database, your users seem to use every disk known to humanity.
+3. Added Debian derived Q4OS distro ID and system base handler.
+
+-----------------------------------
+-- Harald Hope - Mon, 10 Dec 2018 11:08:47 -0800
+
+=====================================================================================
Version: 3.0.28
Patch: 00
Date: 2018-11-28