aboutsummaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-06-17 17:03:15 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-06-17 17:03:15 -0400
commit39fc3d353fc939e0b727ebf4247616a7f18dca35 (patch)
tree31904f7e094c8c4d142d2b44ba0aef05a38295d4 /inxi.changelog
parent13bedc7b1b9ab587e4e3ea225e2d340f09b45f5c (diff)
parenta46c4143b53331fd0a907d8e70ad1587cb2cff34 (diff)
Update upstream source from tag 'upstream/3.3.19-1'
Update to upstream version '3.3.19-1' with Debian dir d1c00d4f00f0e59ee8db3c7430c67e4e4edeb440
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog65
1 files changed, 65 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index a33b528..a4e5e56 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,69 @@
================================================================================
+Version: 3.3.19
+Patch: 00
+Date: 2022-06-16
+--------------------------------------------------------------------------------
+RELEASE NOTES:
+--------------------------------------------------------------------------------
+
+This is a quick bug fix release, and one other fix, the bug only impact Debian/
+Ubuntu distros.
+
+--------------------------------------------------------------------------------
+KNOWN ISSUES:
+
+1. Nothing new.
+
+--------------------------------------------------------------------------------
+BUGS:
+
+1. Two repo_builders could create an undefined array ref situation, one in Antix
+I have no idea was triggered since it requires an apt file be not readable but
+existing, which just isn't a normal debian/ubuntu situation. Void linux was the
+other. Since those were the only two with a -r file test, there must be some
+case where the file was not readable, though I have no idea what that case might
+be.
+
+Further examination showed this can hit all apt based systems, the cause is no
+/etc/apt/sources.list file, which is a possible scenario across all apt systems.
+
+--------------------------------------------------------------------------------
+FIXES:
+
+1. Blacklisted all apcitz sensors that are not acpitz-virtual, which is the cpu
+temp. This may help resolve issues for some users where for example using
+acpitz-acpi, which is not the cpu sensor.
+
+--------------------------------------------------------------------------------
+ENHANCEMENTS:
+
+1. A few more AMD family F empirical IDs made.
+
+--------------------------------------------------------------------------------
+CHANGES:
+
+1. None.
+
+--------------------------------------------------------------------------------
+DOCUMENTATION:
+
+1. Started to split/merge inxi-data.txt and inxi-resources.txt into topic
+specific files, like inxi-sensors.txt, inxi-graphics.txt, etc. inxi-values and
+inxi-resources have just gotten too big over the years.
+
+--------------------------------------------------------------------------------
+CODE:
+
+1. Corrected in RepoItem possible use of undefined array references.
+
+2. Finally, a full releawse tool!! inxi-perl/tools/release.pl. Validates man,
+verifies pinxi commands to avoid errors, then updates man/options/changelog
+html pages for smxi.org/docs, and then syncs pinxi* files to inxi*.
+
+--------------------------------------------------------------------------------
+-- Harald Hope - Mon, 16 Jun 2022 15:43:00 -0700
+
+================================================================================
Version: 3.3.18
Patch: 00
Date: 2022-06-13