mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
changelog edits/cleanups
This commit is contained in:
parent
84d3c866ae
commit
452a19eb41
|
@ -133,7 +133,7 @@ worth fixing all at once so it's just done where it's noticed.
|
||||||
That's using:
|
That's using:
|
||||||
if ( /test/ ){
|
if ( /test/ ){
|
||||||
rather than:
|
rather than:
|
||||||
if (/test){
|
if (/test/){
|
||||||
|
|
||||||
I believe using more white space helped with Perl comprehension in the
|
I believe using more white space helped with Perl comprehension in the
|
||||||
intermediate stages, but is not required anymore and just looks like extra
|
intermediate stages, but is not required anymore and just looks like extra
|
||||||
|
@ -621,12 +621,11 @@ content.
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
CODE CHANGES:
|
CODE CHANGES:
|
||||||
|
|
||||||
1. Complete rewrite of BSD disk/partition data tools, now there is one core
|
1. Complete rewrite of BSD disk/partition data tools, now there is one core tool
|
||||||
tool that generates a mega-disk/partition hash, which is then used for all
|
that generates a mega-disk/partition hash, which is then used for all features
|
||||||
features that need partition/disk data. This worked out super well, and allowed
|
that need partition/disk data. This worked out super well, and allowed new
|
||||||
new features like BSD Unmounted disk data to be generated for the first time
|
features like BSD Unmounted disk data to be generated for the first time ever,
|
||||||
ever, along with filling in various block device fields that were missing
|
along with filling in various block device fields that were missing before.
|
||||||
before.
|
|
||||||
|
|
||||||
2. Change 1 also went along with a refactor of dmesg data tool for BSDs, which
|
2. Change 1 also went along with a refactor of dmesg data tool for BSDs, which
|
||||||
allowed for much more granular data generation, along with a complex %dboot hash
|
allowed for much more granular data generation, along with a complex %dboot hash
|
||||||
|
|
Loading…
Reference in a new issue