Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
changelog, added ubuntu noble
Browse files Browse the repository at this point in the history
  • Loading branch information
smxi committed Oct 31, 2023
1 parent 33a1d1d commit 59f25a4
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion inxi
Original file line number Diff line number Diff line change
@@ -31507,8 +31507,9 @@ sub ubuntu_id {
my ($id) = ('');
# xx.04, xx.10
my %codenames = (
# '??' => '25.04',
# '??' => '24.10',
# '??' => '24.04 LTS',
'noble' => '24.04 LTS',
'mantic' => '23.10',
'lunar' => '23.04',
'kinetic' => '22.10',
11 changes: 10 additions & 1 deletion inxi.changelog
Original file line number Diff line number Diff line change
@@ -6,6 +6,13 @@ Date: 2023-10-31
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
table updates. Also some core tools updates, which make supporting gpu devices
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,
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:

0 comments on commit 59f25a4

Please sign in to comment.