diff options
Diffstat (limited to 'inxi.changelog')
-rwxr-xr-x | inxi.changelog | 183 |
1 files changed, 183 insertions, 0 deletions
diff --git a/inxi.changelog b/inxi.changelog index 6b23431..9b812b9 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,4 +1,187 @@ ===================================================================================== +Version: 2.2.14 +Patch Version: 00 +Script Date: 2014-09-26 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. Bug fix for regression introduced in last versions. Double +output for apt repos. Also refactored duplicated code into a function, no other changes. + +Note that this version features the repo debugger tool as well, which is very helpful in +particularly non apt systems to fix issues with its handling of repo formats etc. + +----------------------------------- +-- Harald Hope - Sat, 27 Sep 2014 00:09:07 -0700 + +===================================================================================== +Version: 2.2.13 +Patch Version: 00 +Script Date: 2014-09-25 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. Added slackpkgplus support, added freebsd pkg servers, +added netbsd pkg servers, all to -r. + +----------------------------------- +-- Harald Hope - Thu, 25 Sep 2014 21:39:07 -0700 + +===================================================================================== +Version: 2.2.12 +Patch Version: 00 +Script Date: 2014-09-24 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. For some weird reason rpm query didn't work with gawk all +on one line, moved to separate lines. Who knows why? This only impacts rpm distros. + +----------------------------------- +-- Harald Hope - Thu, 25 Sep 2014 00:19:06 -0700 + +===================================================================================== +Version: 2.2.11 +Patch Version: 00 +Script Date: 2014-09-24 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. This fixes broken slackpkg handling in -r, and, using the same fix, +fixes a single scenario with apt, where there is only sources.list, no .d/*.list files. +I was assuming that the file name would print out in the output of single file grep, +but that only happens with multiple files. + +----------------------------------- +-- Harald Hope - Wed, 24 Sep 2014 13:18:41 -0700 + +===================================================================================== +Version: 2.2.10 +Patch Version: 00 +Script Date: 2014-09-24 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. Added slackpkg support -R; added rpm support for gtk version (-Sx). + +bsds: removed dragonly specific used mem hack, now will work for any bsd, if avm in vmstat is 0 +adds a flag to value, and removes it when used. + +Nothing else of note. + +----------------------------------- +-- Harald Hope - Wed, 24 Sep 2014 10:23:31 -0700 + +===================================================================================== +Version: 2.2.9 +Patch Version: 00 +Script Date: 2014-09-22 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. This is only for bsds. Added hack to get dragonfly used ram, +added dragonfly/freebsd repos full support. + +Added sort of drives order to get around gawk pseudo array hash issues. + +And that's that. +----------------------------------- +-- Harald Hope - Mon, 22 Sep 2014 16:06:00 -0700 + +===================================================================================== +Version: 2.2.8 +Patch Version: 00 +Script Date: 2014-09-21 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. Added lxqt desktop id that is not dependent on openbox detection. + +Fixed some bugs. Added a pciconf class for audio. Added support for bsds running lspci, which +lets openbsd show card info for -A,-G,-N + +----------------------------------- +-- Harald Hope - Sun, 21 Sep 2014 17:37:23 -0700 + +===================================================================================== +Version: 2.2.7 +Patch Version: 00 +Script Date: 2014-09-19 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. Mostly bsd fixes, a few for linux disk info. + +Added support, basic, for bsd hard disks, and optical disks. + +Added hard disk total/percent used for BSDs, sort of. + +These are mostly just hacks since the data isn't easily available from system +standard tools, though I could on freebsd use gpart I guess but that's another tool +needed, and another method, too much work imo for small results. + +----------------------------------- +-- Harald Hope - Fri, 19 Sep 2014 19:52:10 -0700 + +===================================================================================== +Version: 2.2.6 +Patch Version: 00 +Script Date: 2014-09-17 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. Cleaned up and made more consistent the cpu max/min output. + +Now the short form, the -b/-v1 form, and the -C forms are all similar. + +Also, added a few hacks to try to extract cpu max speed from cpu model string in +either sysctl -a OR /var/run/dmesg.boot data in freebsd/openbsd. Sometimes it may +work if that data was in the model string. It's a hack, but will do until we get +better data sources or they update their sources to list more data. + +----------------------------------- +-- Harald Hope - Wed, 17 Sep 2014 21:24:41 -0700 + +===================================================================================== +Version: 2.2.5 +Patch Version: 00 +Script Date: 2014-09-16 +----------------------------------- +Changes: +----------------------------------- +New tarball, same version. This adds UP support for -Cxx, showing min cpu speed as well. + +----------------------------------- +-- Harald Hope - Tue, 16 Sep 2014 21:35:06 -0700 + +===================================================================================== +Version: 2.2.5 +Patch Version: 00 +Script Date: 2014-09-16 +----------------------------------- +Changes: +----------------------------------- +New version, new tarball. This fixes a long standing weakness with min/max cpu speed +handling. Or rather, non handling, since that data only showed in rare cases on short form +(inxi no args) output. Now it uses /sys query to determine min/max speed of cpu, and uses +that data to override any other min/max data discovered. + +Still uses /proc/cpuinfo for actual speeds per core. The assumption in this is that all +cares will have the same min/max speeds, which is generally going to be a safe assumption. + +Now in short form, inxi, output, it will show actual speed then (max speed) or just (max) +if actual speed matches max speed. Same for -b short CPU output. + +For long, -C output, shows max speed before the actual cpu core speeds per core. + +With -xx, and in multi cpu/core systems only, shows if available min/max speeds. + +Note that not all /sys have this data, so it doesn't show any N/A if it's missing. + +----------------------------------- +-- Harald Hope - Tue, 16 Sep 2014 20:26:19 -0700 + +===================================================================================== Version: 2.2.4 Patch Version: 00 Script Date: 2014-09-10 |