summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-07-04 17:31:54 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-07-04 17:31:54 -0400
commit165e3efb98a0aabd33e6b406f3168ae2a665a036 (patch)
treec2f1b83ca0ce6bfc46e4f92223bc5219c1732618 /inxi.changelog
parentb2b760d016b72138575770e2a845c7280ceca33d (diff)
downloadinxi-165e3efb98a0aabd33e6b406f3168ae2a665a036.tar.bz2
inxi-165e3efb98a0aabd33e6b406f3168ae2a665a036.tar.xz
inxi-165e3efb98a0aabd33e6b406f3168ae2a665a036.tar.zst
New upstream version 3.0.15-1upstream/3.0.15-1
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog81
1 files changed, 81 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 7bea193..91dc64c 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,85 @@
=====================================================================================
+Version: 3.0.15
+Patch Version: 00
+Script Date: 2018-07-03
+-----------------------------------
+Changes:
+-----------------------------------
+
+New version, new man. Big bug fix, new features.
+
+Bugs:
+1. Finally tracked down and solved the Xorg drivers bug which was caused by
+Xorg checking its list of defaults 2 times, not 1, which resulted in failed
+status on second try since it was already loaded. Secondary bug was found that
+resulted in failing to show the failed, and only showing unloaded, which was also
+wrong. This finally fixes issue #134 item 5. Thanks Mint users for the help on
+that one.
+2. Small bug in Openbox version detection, typo.
+3. fixed a small glitch in the dm: detection that on systems where /var/run
+exists but is not linked to /run, the dm would fail to get detected.
+
+Fixes:
+1. Xfce when defaulting to no version found goes to 4, this is a bad idea, it's
+better to not show any version, since xfce could one day be 5.
+2. Fixed Blackbox fallback detection, there were cases where Blackbox not found
+in xprop -root, now it falls back to ps aux detection.
+3. For wm: tested all known variants, added support for things like Mutter (Marco)
+syntax. Note that bunsenlab uses XDG_CURRENT_DESKTOP=XFCE to work around some
+glitches, but it's actually Openbox. If run as root, it will show openbox correctly,
+otherwise -Sxxx will show wm: openbox, but that's due to bunsenlabs choices there.
+4. Rewrote a lot of DistroData to handle more dynamic testing of values, it's sad
+that at almost 2020 we are still stumbling around trying to find a consistent way
+to identify distros, and derived distros.
+5. Added more debugger data collectors in the logging, some data was not
+being tracked well during log process which made debugging harder.
+
+Enhancements:
+1. New feature, -Gxx now shows for Xorg drivers alternate: which are drivers that
+Xorg auto checks but which are not installed. Those were ignored in the past. This
+can be useful to see for example that there are other driver install options
+available. Thanks gm10 for that suggestion.
+2. Tested and added the following explicit handlers for Distros: and base: in
+some cases:
+grml, peppermint, kali, siduction, aptosid, arco, manjaro, chakra, antergos,
+bunsenlabs, and a few others. These are a pain to add and test, basically I have
+to boot a live cd of each one, then test the files and ID methods, but the ID
+methods must also be as dynamic as possible because you never know when a distro
+is going to change how they use os-release vs issue vs lsb-release vs <name>-release.
+I would have tested a few more but their livecds failed to properly run on vbox.
+3. Added a few more disk vendor IDs.
+4. Added some more programs to debugger data collector for future feature vdpau, but
+that needs more data because we don't really know the variants for example for
+dual card systems.
+5. Man page: changed extra options to use only one option name per list of options
+for that feature, each separate item is started as a new paragraph with -
+This makes it a bit more consistent and maybe slightly easier to read the man.
+Added -Gxx item, updated -Sx item.
+
+-----------------------------------
+-- Harald Hope - Tue, 03 Jul 2018 14:13:32 -0700
+
+=====================================================================================
+Version: 3.0.14
+Patch Version: 00
+Script Date: 2018-06-27
+-----------------------------------
+Changes:
+-----------------------------------
+New version. Tiny bug fix, Ubuntu based distros only.
+
+The 3.0.13 system base feature had a small bug in the logic that was supposed to
+get the version id from codename, the bug made it never work. This is only relevant
+for Ubuntu based distros, so if you are on some other base like Debian or Arch, you
+can ignore this one, 3.0.13 will work fine.
+
+No other changes, this was mainly for Mint, and other Ubuntu derived distros in
+the future.
+
+-----------------------------------
+-- Harald Hope - Wed, 27 Jun 2018 16:50:30 -0700
+
+=====================================================================================
Version: 3.0.13
Patch Version: 00
Script Date: 2018-06-23