From 59f25a43f1bcc27568cd8f7ccb197a19aff6c07a Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 31 Oct 2023 16:49:05 -0700 Subject: [PATCH] changelog, added ubuntu noble --- inxi | 3 ++- inxi.changelog | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index e8bb254..13909fc 100755 --- a/inxi +++ b/inxi @@ -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', diff --git a/inxi.changelog b/inxi.changelog index c54e684..57f7612 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -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: