summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2017-07-08 00:20:43 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2017-07-08 00:20:43 -0400
commit4899534a5cd63704242f4703ef6f8b12f9a2b7e2 (patch)
tree73005575d3f73bd970da786b861de314fbfe9fa4 /inxi.changelog
parent052cce0c187b13923516adbdcaa7168d858fce20 (diff)
downloadinxi-4899534a5cd63704242f4703ef6f8b12f9a2b7e2.tar.bz2
inxi-4899534a5cd63704242f4703ef6f8b12f9a2b7e2.tar.xz
inxi-4899534a5cd63704242f4703ef6f8b12f9a2b7e2.tar.zst
New upstream version 2.3.23upstream/2.3.23
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog235
1 files changed, 235 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index c638198..1b2cc1c 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,239 @@
=====================================================================================
+Version: 2.3.23
+Patch Version: 00
+Script Date: 2017-06-29
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball, man page. Added support for Alpine Linux apk package manager for
+the -r option. Fixed typos and glitches in man page as well.
+
+-----------------------------------
+-- Harald Hope - Thu, 29 Jun 2017 12:54:21 -0700
+
+=====================================================================================
+Version: 2.3.22
+Patch Version: 00
+Script Date: 2017-06-24
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. Bug fix for GLX/OpenGL output. There was an unhandled case with
+core profile data being null, which in turn triggered a bash oddity, where if the IFS is
+\n for an array, and if the value of one element is '', then bash ignores that and does
+not simply set an empty array key as you'd expect. The correction was to change the IFS
+to ^, which worked fine for empty array values.
+
+However, since this bug will impact anyone with empty opengl core profile data, I recommend
+updating inxi.
+
+Also, added support for two smaller wm, Sawfish and Afterstep.
+
+This is a good source for lists of wm: http://www.xwinman.org/ http://www.xwinman.org/others.php
+
+However, that does not show how to ID it, so i have to do it on a case by case, but I'll
+add an issue for showing how to get your wm of choice if it's missing to inxi.
+
+Also, changed the slightly inaccurate:
+
+GLX Renderer: .....GLX Version: ....
+
+to
+
+OpenGL: renderer: ...... version: .....
+
+-----------------------------------
+-- Harald Hope - Sat, 24 Jun 2017 18:00:21 -0700
+
+=====================================================================================
+Version: 2.3.21
+Patch Version: 00
+Script Date: 2017-06-13
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. Fix for root graphics/desktop data when not available as root.
+
+Was showing in -S line N/A instead of the fallback Console: tty 1 that would match the
+-G no data for root when unavailable for root.
+
+-----------------------------------
+-- Harald Hope - Tue, 13 Jun 2017 10:59:41 -0700
+
+=====================================================================================
+Version: 2.3.20
+Patch Version: 00
+Script Date: 2017-06-12
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball, man page. Added floppy disk support, basic, for -d. Fixed a
+long-standing issue where /dev/ram.. data shows in unmounted disks output. This is
+now properly filtered out.
+
+Note that the floppy disk output has no information beyond it's /dev id, eg: /dev/fd0
+
+I could find no meaningful data in /sys related to the floppy disk, not the model, etc, so
+I'm just showing presence of disk.
+
+-----------------------------------
+-- Harald Hope - Mon, 12 Jun 2017 18:31:48 -0700
+
+=====================================================================================
+Version: 2.3.19
+Patch Version: 00
+Script Date: 2017-06-10
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. This version has some bug/edit fixes and a new distro id, mx-version.
+
+Simple.
+
+-----------------------------------
+-- Harald Hope - Sat, 10 Jun 2017 21:32:55 -0700
+
+=====================================================================================
+Version: 2.3.18
+Patch Version: 00
+Script Date: 2017-06-09
+-----------------------------------
+Changes:
+-----------------------------------
+
+New version, tarball, man page. New option -! 34 - skip SSL certificate check on
+wget/fetch/curl. This allows systems with for example out of date certificate stores
+to still download without error. Also a legacy system fix where tty size failed to show.
+
+-----------------------------------
+-- Harald Hope - Fri, 09 Jun 2017 11:52:26 -0700
+
+=====================================================================================
+Version: 2.3.17
+Patch Version: 00
+Script Date: 2017-06-09
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball, man page. Bug fix for issue #105, had core and compat versions reversed.
+
+Also cleaned up man page, slightly changed output for compat version to: (compat-v: 3.0)
+
+gfx variable name fixes to make more obvious the logic as well.
+
+-----------------------------------
+-- Harald Hope - Fri, 09 Jun 2017 10:00:48 -0700
+
+=====================================================================================
+Version: 2.3.16
+Patch Version: 00
+Script Date: 2017-06-08
+-----------------------------------
+Changes:
+-----------------------------------
+Tiny change, new version, tarball. Tumbleweed distro id fix.
+
+-----------------------------------
+-- Harald Hope - Thu, 08 Jun 2017 21:02:53 -0700
+
+=====================================================================================
+Version: 2.3.15
+Patch Version: 00
+Script Date: 2017-06-08
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball, man page. New option -! 40 which lets you get gfx information out of X.
+
+Default will get data from display :0, but if you append :[display-number] to -! 40, it will
+use that display instead, for example: inxi -! 40:1 would get information from display 1. Note
+that most multi-monitor setups use :0 for both monitors, depending on how it's setup.
+
+This will also let users see any desktop information based on xrop -root output, but it will
+depend how it works based on how environmental variables have been set. gnome and kde, which use XDG for
+primary detection would not work, for example.
+
+-----------------------------------
+-- Harald Hope - Thu, 08 Jun 2017 19:25:21 -0700
+
+=====================================================================================
+Version: 2.3.14
+Patch Version: 00
+Script Date: 2017-06-08
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. This corrects an issue I noticed a while ago, glxinfo and xpdyinfo
+used to not work as root in X, but they do now. So I've removed the root tests for graphics
+output, and now only rely on the returned data to determine the output when in X. Out of X
+behavior remains the same.
+
+Note that at some point I'll have to see if wayland systems have usable reporting tools to get
+screen resolution, opengl info, and so on, but that will have to come one step at a time.
+
+-----------------------------------
+-- Harald Hope - Thu, 08 Jun 2017 17:46:30 -0700
+
+=====================================================================================
+Version: 2.3.13
+Patch Version: 00
+Script Date: 2017-06-08
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball, man page. Shows as default OpenGL core profile version number.
+-xx option will show OpenGL compatibility version number as well, though that's largely useless
+information for most users, thus the -xx. Note that this reverses the default, which previously
+showed OpenGL version, which is actually the compatibility version.
+
+This should resolve #105 pull request, though it does it differently, by switching the default
+output to what is more relevant, and offering the compatibility version as an optional output item.
+
+Note that much of the glx information will probably change to more neutral terms once wayland support
+starts growing, and systems without xwayland etc libraries appear.
+
+Further note that non free drivers showed the OpenGL core profile version numbers all along, so really
+this simply corrects misleading output for free drivers.
+
+-----------------------------------
+-- Harald Hope - Thu, 08 Jun 2017 15:54:04 -0700
+
+=====================================================================================
+Version: 2.3.12
+Patch Version: 00
+Script Date: 2017-06-06
+-----------------------------------
+Changes:
+-----------------------------------
+New version, man page, tarball. ARM cpu core count bug fix. First attempt to add Wayland
+and compositor support.
+
+This finally implements a first try at mir/wayland detection, along with basic handling of actual
+display server type output.
+
+New output for Display Server: Display Server: x11 (X.Org 1.19.0) driver: nvidia
+
+Note that since almost all current Wayland systems will have X.org also installed, for the time
+being, the data in the parentheses will be from X.org regardless of what display server is detected running
+the actual desktop. Out of the desktop, console, the only thing that will show is x data..
+
+No other data is available to me yet until I get way more debugger data so I can see what information the various
+implementations of wayland without x tools actually makes available, my guess is it won't be much.
+
+Also experimental -xx option: -G shows compositor, but only for wayland/mir currently.
+
+I have no idea if this will work at all, but it's worth giving it a try as a rough beginning to
+start handling the wide range of wayland compositors being created.
+
+This feature will probably take several versions to get stable.
+
+Also added new debugger data collector data for wayland information, but the pickings are slim, to
+put it mildly.
+
+-----------------------------------
+-- Harald Hope - Tue, 06 Jun 2017 18:43:31 -0700
+
+=====================================================================================
Version: 2.3.11
Patch Version: 00
Script Date: 2017-05-31