changelog edits

This commit is contained in:
Harald Hope 2022-05-19 16:56:28 -07:00
parent 2934175b34
commit 1684c6e172

View file

@ -1,3 +1,44 @@
================================================================================
Version: 3.3.17
Patch: 01
Date: 2022-??-??
--------------------------------------------------------------------------------
RELEASE NOTES:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
KNOWN ISSUES:
--------------------------------------------------------------------------------
BUGS:
--------------------------------------------------------------------------------
FIXES:
1. Fixed some vendor detection rules.
--------------------------------------------------------------------------------
ENHANCEMENTS:
--------------------------------------------------------------------------------
CHANGES:
--------------------------------------------------------------------------------
DOCUMENTATION:
--------------------------------------------------------------------------------
CODE:
--------------------------------------------------------------------------------
-- Harald Hope - Thu, 19 May 2022 14:49:17 -0700
================================================================================
Version: 3.3.16
Patch: 00
@ -104,7 +145,7 @@ nvidia driver data for legacy, and for EOL drivers, last supported kernel, xorg,
and last release version. --nvidia also adds process node if available.
More important perhaps is the fact that as of May 2022, nvidia is starting the
process of open sourcing its current latest driver (515, but Turning, Ampere
process of open sourcing its current latest driver (515, but Turing, Ampere
architectures only so far), which will only support non legacy nvidia cards,
making detection of legacy cards even more important to support people and end
users, since that will be a common question support people will have: does my
@ -134,7 +175,7 @@ incorrect hash and other internal data assignments, all updated to be current,
along with sample greps to make it easier to locate changes in the future as
well. This makes this document fairly up to date and useful again for dev
reference purposes, should such a dev ever appear, lol. Many values had not
been updated after global refactors, like switching to the %risk data for all
been updated after global refactors, like switching to the %risc data for all
arm/mips/ppc platform types, and making %load, %use, %force, %fake uses more
consistent. Doing this helped expose some subtle bugs and failure cases in
inxi as well.