X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=0516d78875d58b8eb9493f020d1850def115a0e7;hb=3e8d59e50ce8d91a04a0d1fc2014cf4b6d1d88d2;hp=69fef08dbbda0f557fc07d7b10e47ea948f9071a;hpb=97b4c7a3d9c2eb51e9d3768687b3ffcd4b08762e;p=grml-hwinfo.git diff --git a/debian/changelog b/debian/changelog index 69fef08..0516d78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,108 @@ +grml-hwinfo (0.12.0) unstable; urgency=medium + + * [fb0e356] Support options --force + --quiet for usage with cron + * [fc34c5d] Improve local disk detection for recent kernel changes + * [c5989b9] Fix shellcheck issue with quoting + * [5afa0d8] Don't use working directory when --output-directory option + is used + + -- Michael Prokop Thu, 19 Nov 2015 15:48:55 +0100 + +grml-hwinfo (0.11.0) unstable; urgency=medium + + * [8eca38c] ip: also store table specific route information + * [55629e0] Improve shell quoting (thanks to shellcheck) + * [87551b7] Fix shell scripting issues discovered by shellcheck + * [1b107c8] Save stderr of x86info and discover in *.error instead of *.2 + * [9010e65] Bump Standards-Version to 3.9.6 + + -- Michael Prokop Wed, 21 Oct 2015 23:19:35 +0200 + +grml-hwinfo (0.10.0) unstable; urgency=medium + + * [43246c9] Support mcelog + * [9b0e96b] Support edac-utils + * [8216405] Support i2c-tools's decode-dimms + * [20db99b] Bump Standards-Version to 3.9.5 + + -- Michael Prokop Mon, 01 Sep 2014 21:04:58 -0700 + +grml-hwinfo (0.9.2) unstable; urgency=medium + + * [048f6e4] Support iproute2 as alternative to iproute in Recommends + + -- Michael Prokop Mon, 03 Feb 2014 16:20:37 +0100 + +grml-hwinfo (0.9.1) unstable; urgency=low + + * [69521ba] Use iproute's ip tool to retrieve all its output + + -- Michael Prokop Wed, 14 Aug 2013 13:02:27 +0200 + +grml-hwinfo (0.9.0) unstable; urgency=low + + * [11eeed7] Support lscpu, lsblk and dmsetup ls --tree + * [63be8b7] Add support for sg_inq from sg3-utils + * [3644e97] Read /proc/acpi/info only if the file exists, drop calls to + acpi_available + + -- Michael Prokop Tue, 18 Jun 2013 17:21:19 +0200 + +grml-hwinfo (0.8.0) unstable; urgency=low + + * [058f4d8] Add support retrieving iSCSI information using iscsiadm from + open-iscsi + * [211ace9] Retrieve information about SCSI devices using lsscsi. Thanks + to Christian Hofstaedtler for the hint + * [ab9a47b] lsscsi: collect transport information in lsscsi_transport + * [6fa93ae] Bump Standards-Version to 3.9.4 + + -- Michael Prokop Tue, 02 Oct 2012 09:57:53 +0200 + +grml-hwinfo (0.7.0) unstable; urgency=low + + * [508ee7c] Redirect dpkg error message for running_kernel + * [47ade83] Rework cmdline option handling, replacing "-df" with "-b" + and adding new options + * [8c62e67] Support proxmox/libvirt/openvz/vserver information retrieval + * [91379ed] Fix formating of disk tools output + * [a04bc22] Unify indention + * [7e0b636] Run lspci -nn for lspci output, do not check for /proc/bus/* + for lspnp && lsusb commands but instead just run exectest + * [772dcc6] Remove only empty *.error files to see which commands have + been executed + * [0cb80d4] Improve usage text + * [226e977] Run tar with --auto-compress for better --output-file + support + + -- Michael Prokop Thu, 16 Aug 2012 10:40:50 +0200 + +grml-hwinfo (0.6.0) unstable; urgency=low + + * [f5c36fb] Add support for swapon, mdadm, LVM + dmsetup + * [f66e7d5] Bump Standards-Version to 3.9.3 + * [8fa5a70] Apply wrap-and-sort on Debian package + * [4a8b026] Drop deprecated pcmcia-utils from Suggests + * [a5a8a78] Use Recommends for all packages instead of Suggests + * [f5170f3] Drop ${shlibs:Depends} from Depends + * [04fe9e7] List missing tools in file missing_tools + * [66a9dfd] Drop support for ddcprobe which is deprecated since ages + * [1361f33] Update Recommends and package description to reflect current + state of script + * [d61f73b] Improve check for running_kernel + * [3408832] Get rid of generated files which are empty + + -- Michael Prokop Thu, 16 Aug 2012 01:32:38 +0200 + +grml-hwinfo (0.5.0) unstable; urgency=low + + * [24ef6ad] Support numactl to retrieve NUMA information + * [7be0c4c] Adjust version string of script during package build-time + * [cdce5f7] debian/rules: provide build-arch+ build-indep + * [ad8c9ef] Drop deprecated Conflicts with grml-scripts <= 0.4-15 + + -- Michael Prokop Sat, 28 Jan 2012 00:04:04 +0100 + grml-hwinfo (0.4.3) unstable; urgency=low [ Christian Hofstaedtler ]