summaryrefslogtreecommitdiffstats
path: root/inxi.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'inxi.changelog')
-rw-r--r--inxi.changelog64
1 files changed, 64 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog
index b7ca3d0..ebad4f7 100644
--- a/inxi.changelog
+++ b/inxi.changelog
@@ -1,4 +1,68 @@
=====================================================================================
+Version: 2.3.37
+Patch Version: 00
+Script Date: 2017-08-23
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball, new man page. Deprecated xiin uploader, which completes the deprecation
+of the xiin.py tool, which is going to become obsolete when python 3 fully replaces python 2.
+
+Since the odds of perl being around and stable are far higher than the odds of xiin.py
+even working on python 3, I'm getting ahead of the race. Plus Perl is nicer to work with.
+
+And Perl is a lot faster. I mean, a lot. Not slightly.
+
+And it also works on much older systems, and does not have that Python version < 2.6
+failure due to changing Python syntax even between sub versions. xiin.py never ran on
+Python 2.5 even when it was relatively recent, which is one reason I'm removing all Python
+from inxi.
+
+Basically xiin.py worked only on Python 2.6 or 2.7, period.
+
+Oh, and also handled issue #115 by not making -B show -M data.
+
+-----------------------------------
+-- Harald Hope - Wed, 23 Aug 2017 15:06:22 -0700
+
+=====================================================================================
+Version: 2.3.36
+Patch Version: 00
+Script Date: 2017-08-16
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. This fixes issue #119
+
+The issue was not so much with xiin.py as with some new values in /sys that would
+hang tree traverse, however, in order to remove the python dependency (except for
+uploading -xx@ debugger data, until I can figure out how to do it with Perl), I
+rewrote the tree traverse tool into Perl, which also makes it a lot faster and
+easier to work with.
+
+This issue appeared on kernel 4.11 as far as I can tell, some new values in /sys make
+the traverse hang if it tries to read the values, **/parameters/** and **/debug/** seem
+to be the main culprits, but inxi doesn't need that data anyway for debugging purposes
+so it's just excluded.
+
+-----------------------------------
+-- Harald Hope - Wed, 16 Aug 2017 00:34:43 -0700
+
+=====================================================================================
+Version: 2.3.35
+Patch Version: 00
+Script Date: 2017-08-11
+-----------------------------------
+Changes:
+-----------------------------------
+New version, new tarball. Fixed issue #120 where -z fails to anonymize serial numbers.
+
+Also fixed a FreeBSD issue where I'd failed to update -G to show driver.
+
+-----------------------------------
+-- Harald Hope - Fri, 11 Aug 2017 12:07:17 -0700
+
+=====================================================================================
Version: 2.3.34
Patch Version: 00
Script Date: 2017-08-04