0516d78875d58b8eb9493f020d1850def115a0e7
[grml-hwinfo.git] / debian / changelog
1 grml-hwinfo (0.12.0) unstable; urgency=medium
2
3   * [fb0e356] Support options --force + --quiet for usage with cron
4   * [fc34c5d] Improve local disk detection for recent kernel changes
5   * [c5989b9] Fix shellcheck issue with quoting
6   * [5afa0d8] Don't use working directory when --output-directory option
7     is used
8
9  -- Michael Prokop <mika@grml.org>  Thu, 19 Nov 2015 15:48:55 +0100
10
11 grml-hwinfo (0.11.0) unstable; urgency=medium
12
13   * [8eca38c] ip: also store table specific route information
14   * [55629e0] Improve shell quoting (thanks to shellcheck)
15   * [87551b7] Fix shell scripting issues discovered by shellcheck
16   * [1b107c8] Save stderr of x86info and discover in *.error instead of *.2
17   * [9010e65] Bump Standards-Version to 3.9.6
18
19  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2015 23:19:35 +0200
20
21 grml-hwinfo (0.10.0) unstable; urgency=medium
22
23   * [43246c9] Support mcelog
24   * [9b0e96b] Support edac-utils
25   * [8216405] Support i2c-tools's decode-dimms
26   * [20db99b] Bump Standards-Version to 3.9.5
27
28  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2014 21:04:58 -0700
29
30 grml-hwinfo (0.9.2) unstable; urgency=medium
31
32   * [048f6e4] Support iproute2 as alternative to iproute in Recommends
33
34  -- Michael Prokop <mika@grml.org>  Mon, 03 Feb 2014 16:20:37 +0100
35
36 grml-hwinfo (0.9.1) unstable; urgency=low
37
38   * [69521ba] Use iproute's ip tool to retrieve all its output
39
40  -- Michael Prokop <mika@grml.org>  Wed, 14 Aug 2013 13:02:27 +0200
41
42 grml-hwinfo (0.9.0) unstable; urgency=low
43
44   * [11eeed7] Support lscpu, lsblk and dmsetup ls --tree
45   * [63be8b7] Add support for sg_inq from sg3-utils
46   * [3644e97] Read /proc/acpi/info only if the file exists, drop calls to
47     acpi_available
48
49  -- Michael Prokop <mika@grml.org>  Tue, 18 Jun 2013 17:21:19 +0200
50
51 grml-hwinfo (0.8.0) unstable; urgency=low
52
53   * [058f4d8] Add support retrieving iSCSI information using iscsiadm from
54     open-iscsi
55   * [211ace9] Retrieve information about SCSI devices using lsscsi. Thanks
56     to Christian Hofstaedtler for the hint
57   * [ab9a47b] lsscsi: collect transport information in lsscsi_transport
58   * [6fa93ae] Bump Standards-Version to 3.9.4
59
60  -- Michael Prokop <mika@grml.org>  Tue, 02 Oct 2012 09:57:53 +0200
61
62 grml-hwinfo (0.7.0) unstable; urgency=low
63
64   * [508ee7c] Redirect dpkg error message for running_kernel
65   * [47ade83] Rework cmdline option handling, replacing "-df" with "-b"
66     and adding new options
67   * [8c62e67] Support proxmox/libvirt/openvz/vserver information retrieval
68   * [91379ed] Fix formating of disk tools output
69   * [a04bc22] Unify indention
70   * [7e0b636] Run lspci -nn for lspci output, do not check for /proc/bus/*
71     for lspnp && lsusb commands but instead just run exectest
72   * [772dcc6] Remove only empty *.error files to see which commands have
73     been executed
74   * [0cb80d4] Improve usage text
75   * [226e977] Run tar with --auto-compress for better --output-file
76     support
77
78  -- Michael Prokop <mika@grml.org>  Thu, 16 Aug 2012 10:40:50 +0200
79
80 grml-hwinfo (0.6.0) unstable; urgency=low
81
82   * [f5c36fb] Add support for swapon, mdadm, LVM + dmsetup
83   * [f66e7d5] Bump Standards-Version to 3.9.3
84   * [8fa5a70] Apply wrap-and-sort on Debian package
85   * [4a8b026] Drop deprecated pcmcia-utils from Suggests
86   * [a5a8a78] Use Recommends for all packages instead of Suggests
87   * [f5170f3] Drop ${shlibs:Depends} from Depends
88   * [04fe9e7] List missing tools in file missing_tools
89   * [66a9dfd] Drop support for ddcprobe which is deprecated since ages
90   * [1361f33] Update Recommends and package description to reflect current
91     state of script
92   * [d61f73b] Improve check for running_kernel
93   * [3408832] Get rid of generated files which are empty
94
95  -- Michael Prokop <mika@grml.org>  Thu, 16 Aug 2012 01:32:38 +0200
96
97 grml-hwinfo (0.5.0) unstable; urgency=low
98
99   * [24ef6ad] Support numactl to retrieve NUMA information
100   * [7be0c4c] Adjust version string of script during package build-time
101   * [cdce5f7] debian/rules: provide build-arch+ build-indep
102   * [ad8c9ef] Drop deprecated Conflicts with grml-scripts <= 0.4-15
103
104  -- Michael Prokop <mika@grml.org>  Sat, 28 Jan 2012 00:04:04 +0100
105
106 grml-hwinfo (0.4.3) unstable; urgency=low
107
108   [ Christian Hofstaedtler ]
109   * [ddeae74] Add debian/control headers Origin, Bugs
110
111   [ Michael Prokop ]
112   * [e4d559c] drop .hgtags file
113
114  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2011 19:50:07 +0100
115
116 grml-hwinfo (0.4.2) unstable; urgency=low
117
118   [ Richard Hartmann ]
119   * [d833ec9] A multitude of changes
120
121   [ Christian Hofstaedtler ]
122   * [3ad1215] use empty/nonempty for flag variables
123   * [ca2c74f] correct help text for the 'both' option
124   * [ce4fb74] simplify output file/directory logic
125   * [442c6fb] cleanup output and help text
126   * [2d4ac0a] update man page with new options
127   * [9cc721d] run all commands with C locale
128   * [fb84f24] Update Standards-Version to 3.9.2 (no changes)
129   * [189d597] Update Suggests: list
130
131  -- Christian Hofstaedtler <ch@grml.org>  Mon, 09 May 2011 23:51:37 +0200
132
133 grml-hwinfo (0.4.1) unstable; urgency=low
134
135   [ Ulrich Dangel ]
136   * [1de5818] Change WORKING_DIR via external variable.
137
138   [ Michael Prokop ]
139   * [6046cf4] Bump Standards-Version to 3.9.1.
140
141  -- Michael Prokop <mika@grml.org>  Fri, 17 Sep 2010 00:23:53 +0200
142
143 grml-hwinfo (0.4.0) unstable; urgency=low
144
145   * Collect hardware information in a temporary directory.
146   * Support -h/--help option.
147   * Bump Standards-Version to 3.8.4 (no further changes).
148   * Update Homepage/VCS-* headers.
149   * Bump to compat version 5.
150
151  -- Michael Prokop <mika@grml.org>  Fri, 19 Feb 2010 21:29:27 +0100
152
153 grml-hwinfo (0.3.6) unstable; urgency=low
154
155   * Support dconf.
156
157  -- Michael Prokop <mika@grml.org>  Mon, 27 Aug 2007 18:32:32 +0200
158
159 grml-hwinfo (0.3.5) unstable; urgency=low
160
161   * Support /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl
162
163  -- Michael Prokop <mika@grml.org>  Mon, 20 Aug 2007 11:23:40 +0200
164
165 grml-hwinfo (0.3.4) unstable; urgency=low
166
167   * Support x86info.
168   * Change version schema from x.y-z to x.y.z.
169   * Change section from 'grml' to 'admin'.
170
171  -- Michael Prokop <mika@grml.org>  Tue, 12 Jun 2007 18:44:07 +0200
172
173 grml-hwinfo (0.3-3) unstable; urgency=low
174
175   [Michael Prokop]
176   * Improve code layout (like checks for binaries, portability for
177     non-grml system).
178   * Do not overwrite existing info.tar.bz2 files but use timestamp
179     in filename instead.
180
181   [Alexander Wirt]
182   * Add procinfo to suggests
183
184  -- Michael Prokop <mika@grml.org>  Mon, 11 Jun 2007 12:06:28 +0200
185
186 grml-hwinfo (0.3-2) unstable; urgency=low
187
188   * Use "Architecture: all" in debian/control to support architectures
189     not running on x86 as well.
190   * Bumb Standard Version to 3.7.2 (no further changes).
191   * Update copyright file (adjusted address of fsfs).
192   * Added manpage for sysdump.
193   * sysdump: do not exit on error opening file(s) but print warning
194     instead.
195
196  -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 19:12:39 +0100
197
198 grml-hwinfo (0.3-1) unstable; urgency=low
199
200   * Fix: append output of for-loop to files (avoids possible
201     overwriting of files).
202
203  -- Michael Prokop <mika@grml.org>  Thu, 10 Aug 2006 00:17:59 +0200
204
205 grml-hwinfo (0.2-3) unstable; urgency=low
206
207   * Send errors from sfdisk and fdisk to an error file as
208     unpartitioned disks report errors.
209   * It's linux-image-... and not kernel-image... anymore.
210
211  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 16:04:51 +0200
212
213 grml-hwinfo (0.2-2) unstable; urgency=low
214
215   * Check for existence of /proc/ide/ide?/hd?/geometry before
216     grepping.
217
218  -- Michael Prokop <mika@grml.org>  Tue,  4 Apr 2006 23:41:04 +0200
219
220 grml-hwinfo (0.2-1) unstable; urgency=low
221
222   * Fixed the "not running as root" problem.
223   * Send error/warning output of sysdump to sysdump.error.
224   * Changed pcmcia-cs in Suggested: to pcmcia-utils.
225
226  -- Michael Prokop <mika@grml.org>  Mon,  3 Apr 2006 22:23:31 +0200
227
228 grml-hwinfo (0.1-1) unstable; urgency=low
229
230   * Initial release.
231
232  -- Michael Prokop <mika@grml.org>  Thu, 28 Jul 2005 08:50:04 +0200
233