aboutsummaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog43
1 files changed, 43 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 1b2cc1c..02c453a 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,47 @@
=====================================================================================
+Version: 2.3.25
+Patch Version: 00
+Script Date: 2017-07-24
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. This fixes a bug where if there is a remote filesystem mounted, the path
+would crash gawk when searching for unumounted file systems, eg:
+
+12.34.2.10:/remote/file/system
+
+Fix is to escape '/'.
+
+-----------------------------------
+-- Harald Hope - Mon, 24 Jul 2017 21:10:54 -0700
+
+=====================================================================================
+Version: 2.3.24
+Patch Version: 00
+Script Date: 2017-07-23
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. This corrects a case I'm seeing where wayland/mir are running desktop
+but Xorg has not started, which means inxi can't get the video driver from Xorg.0.log as with X.
+
+Added in extra data collection from lspci -v to include the driver for graphics card. this is
+only used, for now, if the initial Xorg based driver test works.
+
+Note that this may also work for systems that have not yet started X out of X, in console, I'm
+not sure about that, but the graphics driver reporting should be improved.
+
+Note that I'm not yet linking the driver to the specific card/device, it's just going to show
+in a comma separated list, I couldn't find multi card systems where the card types are different,
+like amd gpu with nvidia card, for example.
+
+But this should correct an issue, at least to start, with expanding wayland support for systems
+that don't use or have not started the desktop with Xorg/X11 etc.
+
+-----------------------------------
+-- Harald Hope - Sun, 23 Jul 2017 14:35:56 -0700
+
+=====================================================================================
Version: 2.3.23
Patch Version: 00
Script Date: 2017-06-29