changelog, added ubuntu noble

This commit is contained in:
Harald Hope 2023-10-31 16:49:05 -07:00
parent 33a1d1ddbc
commit 59f25a43f1
2 changed files with 12 additions and 2 deletions

3
inxi
View file

@ -31507,8 +31507,9 @@ sub ubuntu_id {
my ($id) = (''); my ($id) = ('');
# xx.04, xx.10 # xx.04, xx.10
my %codenames = ( my %codenames = (
# '??' => '25.04',
# '??' => '24.10', # '??' => '24.10',
# '??' => '24.04 LTS', 'noble' => '24.04 LTS',
'mantic' => '23.10', 'mantic' => '23.10',
'lunar' => '23.04', 'lunar' => '23.04',
'kinetic' => '22.10', 'kinetic' => '22.10',

View file

@ -6,6 +6,13 @@ Date: 2023-10-31
RELEASE NOTES: RELEASE NOTES:
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Packagers: remember, inxi repos and issue reports are now on codeberg.org - make
sure to change your package scripts and URLs. Github will be mirrored for inxi
for a little bit more, maybe I will extend it one more quarter depending, but
source repos should be changed.
--------------------------------------------------------------------------------
A small point release, mainly for fixes and bugs, plus a few minor matching A small point release, mainly for fixes and bugs, plus a few minor matching
table updates. Also some core tools updates, which make supporting gpu devices table updates. Also some core tools updates, which make supporting gpu devices
easier over time, particularly nvidia ones. Also some gpu data updates, new easier over time, particularly nvidia ones. Also some gpu data updates, new
@ -85,7 +92,9 @@ Code 1 for fixes to detections. Added AMD, Intel newer GPU IDs, going with Code
newer kernel/X.org last supported. Added two more memssage types for current, newer kernel/X.org last supported. Added two more memssage types for current,
legacy messages. Found a site that lists EOL for the drivers, that helps. legacy messages. Found a site that lists EOL for the drivers, that helps.
2c. GRAPHCIS: GPU_DATA: added new 545 driver IDs, updated nv current to 545 2c. GRAPHICS: GPU_DATA: added new 545 driver IDs, updated nv current to 545
3. SYSTEM: Distro: Added ubuntu noble 24.04 system base ID.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
CHANGES: CHANGES: