From 1684c6e1724c35274526114355e1cdb2c9021bf6 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Thu, 19 May 2022 16:56:28 -0700 Subject: [PATCH] changelog edits --- inxi.changelog | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/inxi.changelog b/inxi.changelog index cd55642..ab331b2 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -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.