aboutsummaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog153
1 files changed, 153 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index 5483e86..c638198 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,157 @@
=====================================================================================
+Version: 2.3.11
+Patch Version: 00
+Script Date: 2017-05-31
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball, new man page. This corrects several oversights of the 2.3.10 IPv6 update.
+
+Now there is an -x option for -i that will show the additioanl IPv6 address data for scope global,
+temporary, and site. Also a fallback for unhandled scope: unknown. If the tool 'ip' is used, it will
+filter out the deprecated temp site/global addresses, ifconfig tool does not appear to offer this
+option.
+
+Also changed is that now ipv6 address always shows, it's not an -x option. Probably about time to
+start rolling out ip v6 data to users now that ip v6 is starting, slowly, to be used more.
+
+Another small change, the link address for ipv6 is changed from ip-v6: to ip-v6-link so that it's
+more clear which IP v6 address it is.
+
+The last commit had a significant logic error in it that did not distinguish between the link address,
+which is what should have only shown, and the remaining possible addresses.
+
+I've tried to get a basic bsd support, but it's difficult to know the variants of ifconfig output syntax
+
+-----------------------------------
+-- Harald Hope - Wed, 31 May 2017 14:22:21 -0700
+
+=====================================================================================
+Version: 2.3.10
+Patch Version: 00
+Script Date: 2017-05-31
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. Fixes issue #78 and issue #106
+
+Shows multiple ipv6 addresses, filters out ipv6 temp addresses and ipv6 local addresses.
+
+-----------------------------------
+-- Harald Hope - Wed, 31 May 2017 10:39:00 -0700
+
+=====================================================================================
+Version: 2.3.9
+Patch Version: 00
+Script Date: 2017-05-29
+-----------------------------------
+Changes:
+-----------------------------------
+New version, tarball. Tiny fix, due to a data bug, changing ft to m in weather altitude.
+
+Note that this bug is not universal, but I believe this will make inxi more right than wrong
+as a general rule. Further note that altitude is NOT actually the altitude of the city/location
+requested, in most cases, but rather the altitude of the weather station data assigned to that
+location request.
+
+-----------------------------------
+-- Harald Hope - Mon, 29 May 2017 12:40:12 -0700
+
+=====================================================================================
+Version: 2.3.8
+Patch Version: 00
+Script Date: 2017-01-14
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. Tiny change, added sisimedia video driver to support list.
+
+-----------------------------------
+-- Harald Hope - Sat, 14 Jan 2017 12:47:31 -0800
+
+=====================================================================================
+Version: 2.3.7
+Patch Version: 00
+Script Date: 2016-12-24
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. This fixes an issue where sloppy regex was removing the BIOS
+from BIOSTAR. Also fixed a few other sloppy gsub, and fixed a few gensub errors as well.
+
+Since BIOSTAR is a fairly common mobo, I'm surprised I haven't gotten this bug report
+before.
+
+This closes issue #102.
+
+-----------------------------------
+-- Harald Hope - Sat, 24 Dec 2016 14:53:31 -0800
+
+=====================================================================================
+Version: 2.3.6
+Patch Version: 00
+Script Date: 2016-12-20
+-----------------------------------
+Changes:
+-----------------------------------
+No new version. New tarball, man. Small text changes and cleanup and updates in man page,
+but no actual meaningful changes. Feel free to ignore this one if you just did 2.3.6.
+
+-----------------------------------
+-- Harald Hope - Tue, 20 Dec 2016 19:53:54 -0800
+
+=====================================================================================
+Version: 2.3.6
+Patch Version: 00
+Script Date: 2016-12-19
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. This is a significant change, but inxi should handle it smoothly.
+
+While default configs remain in /etc/inxi.conf, the user overrides now use the following order of tests:
+
+1. XDG_CONFIG_HOME / XDG_DATA_HOME for the config and log/debugger data respectively.
+
+2. Since those will often be blank, it then uses a second priority check:
+ $HOME/.config $HOME/.local/share to place the inxi data directory, which was previously here:
+ $HOME/.inxi
+
+3. If neither of these cases are present, inxi will default to its legacy user data: $HOME/.inxi as before
+
+In order to make this switch transparent to users, inxi will move the files from .inxi to the respective
+.config/ .local/share/inxi directories, and remove the .inxi directory after to cleanup.
+
+Also, since I was fixing some path stuff, I also did issue 77, manual inxi install not putting man pages in
+/usr/local/share/man/man1, which had caused an issue with Arch linux inxi installer. Note that I can't help
+users who had a manual inxi install with their man page in /usr/share/man/man1 already, because it's too risky
+to guess about user or system intentions, this man location correction will only apply if users have never
+installed inxi before manually, and have no distro version installed, unlike the config/data directory,
+which does update neatly with output letting users know the data was moved.
+
+Note that if users have man --path set up incorrectly, it's possible that the legacy man page would show up
+instead, which isn't good, but there was no perfect fix for the man issue so I just picked the easiest way,
+ignoring all man pages installed into /usr/share/man/man1 and treating them as final location, otherwise
+using if present the /usr/local/share/man/man1 location for new manual install users.
+
+Also, for users with existing man locations and an inxi manually installed, you have to update to inxi current,
+then move your man file to /usr/local/share/man/man1, then update man with: mandb command (as root), after that
+inxi will update to the new man location.
+
+Also added some more XDG debugger data as well to cover this for future debugger data.
+
+This closes previous issue #77 (man page for manual inxi install does not go into /usr/local/share/man/man1) and
+issue 101, which I made today just to force the update.
+
+Just as a side note, I find this absurd attempt at 'simplifying by making more complex and convoluted' re the XDG
+and .config and standard nix . file to be sort of tragic, because really, they've just made it all way more complicated,
+and since all 3 methods can be present, all the stuff has to be tested for anyway, so this doesn't make matters cleaner
+at all, it's just pointless busywork that makes some people happy since now there's even more rules to follow, sigh.
+
+-----------------------------------
+-- Harald Hope - Mon, 19 Dec 2016 18:38:57 -0800
+
+=====================================================================================
Version: 2.3.5
Patch Version: 00
Script Date: 2016-12-02