mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 08:11:39 +00:00
changelog, added ubuntu noble
This commit is contained in:
parent
33a1d1ddbc
commit
59f25a43f1
3
inxi
3
inxi
|
@ -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',
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue