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