diff --git a/inxi.changelog b/inxi.changelog index 9ef8d43..6a07097 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -19,7 +19,7 @@ to allow for smoother handling of /sys parse failures. Also added debugger filte for common items that would make the /sys parser hang, oddly, most seem to be in /sys/power for android devices. -2. Added some finetunings for possible mmcblk storage paths, in some cases, an +2. Added some fine-tunings for possible mmcblk storage paths, in some cases, an extra /block is added, which made inxi think mounted drives were unmounted. I've never seen this extra /block except on mmcblk devices on android, but you never know, it could be more widespread. @@ -40,7 +40,7 @@ https://github.com/torvalds/linux/commit/34e431b0ae398fc54ea69ff85ec700722c9da77 This commit on the kernel explains it pretty clearly. Thanks Chris for bringing this to our attention. -5. Kind of more future-proofing, got rid of a bunchy of hard-coded strings internally +5. Kind of more future-proofing, got rid of a bunch of hard-coded strings internally and switched those to use the row_defaults values, which is where string messages are supposed to go. That was mostly in the initial program check messages on start-up, but also a few other stray ones. Also consolidated them a bit to get rid of redundant