]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - debian/changelog
Merge branch 'upstream'
[mirror_smartmontools-debian.git] / debian / changelog
1 smartmontools (5.36-8) unstable; urgency=low
2
3 * 60_cciss (smartd.c): make sure we pass the correct mode and device
4 parameters to the lower level functions (the code assumed "SCSI" in those
5 places although it was "CCISS"). Patch by Frédéric BOITEUX
6 <fboiteux@calistel.com>, thanks a lot! (Closes: #36802)
7
8 -- Guido Guenther <agx@sigxcpu.org> Fri, 29 Sep 2006 15:22:19 +0200
9
10 smartmontools (5.36-7) unstable; urgency=low
11
12 * README.Debian: actually mention the term "smartd-runner" in README.Debian
13 instead of only explaining what it does
14 * /etc/init.d/smartmontools: use LSB logging, patch by David Härdeman
15 <david@hardeman.nu> (Closes: #385903)
16 * Bump standards version to 3.7.2 (no other changes necessary)
17
18 -- Guido Guenther <agx@sigxcpu.org> Mon, 25 Sep 2006 11:41:21 +0200
19
20 smartmontools (5.36-6) unstable; urgency=low
21
22 * Explicitly discourage using enable_smart with SATA disks in README.Debian
23 (Closes: #365027) - many thanks to Francois Marier and Doug Gilbert for
24 their feedback and help.
25 * Document what smartd-runner really does (Closes: #352244)
26
27 -- Guido Guenther <agx@sigxcpu.org> Wed, 3 May 2006 21:44:01 +0200
28
29 smartmontools (5.36-5) unstable; urgency=low
30
31 * apply current version of the cciss patch, updated to be less intrusive
32 by Douglas Gilbert
33
34 -- Guido Guenther <agx@sigxcpu.org> Wed, 26 Apr 2006 23:10:07 +0200
35
36 smartmontools (5.36-4) unstable; urgency=low
37
38 * really apply the cciss patch, thanks again to Frederic Boiteux
39 * adjust the cciss patch to include <linux/cciss.h> instead of
40 "cciss.h", we don't ship a local copy.
41
42 -- Guido Guenther <agx@sigxcpu.org> Tue, 25 Apr 2006 13:54:17 +0200
43
44 smartmontools (5.36-3) unstable; urgency=low
45
46 * depend on debianutils (>= 2.2) for run-parts --lsbsysinit, thanks to
47 Frederic Boiteux (Closes: #364713)
48
49 -- Guido Guenther <agx@sigxcpu.org> Tue, 25 Apr 2006 10:59:37 +0200
50
51 smartmontools (5.36-2) unstable; urgency=low
52
53 * Build depend on automake/autoconf since we run autogen.sh
54 from debian/rules
55
56 -- Guido Guenther <agx@sigxcpu.org> Mon, 24 Apr 2006 16:02:42 +0200
57
58 smartmontools (5.36-1) unstable; urgency=low
59
60 * new upstream version (Closes: #363087)
61 * use dpatch
62 * bump standards version
63 * update cciss patch
64
65 -- Guido Guenther <agx@sigxcpu.org> Mon, 24 Apr 2006 14:39:19 +0200
66
67 smartmontools (5.33+5.34cvs20050802-6) experimental; urgency=low
68
69 * update cciss patch to also support smartd not only smartctl
70
71 -- Guido Guenther <agx@debian.org> Thu, 13 Apr 2006 09:34:39 +0200
72
73 smartmontools (5.33+5.34cvs20050802-5) experimental; urgency=low
74
75 * add (experimental) cciss patch by Praveen Chidambaram
76 <bunchofmails@gmail.com>, with slight modfifications to apply and work
77 with current CVS
78 * Build depend on libcam-dev for kfreebsd-amd64 too (Closes: #361478)
79 * Remove $Id$ from smartd.conf (Closes: #324703)
80
81 -- Guido Guenther <agx@debian.org> Mon, 10 Apr 2006 17:33:18 +0200
82
83 smartmontools (5.33+5.34cvs20050802-4) unstable; urgency=low
84
85 * avoid usage of cat in 10mail (Closes: #327338)
86 * add patch by Aurelin Jano to build on kfreebsd (Closes: #327642)
87
88 -- Guido Guenther <agx@debian.org> Tue, 24 Jan 2006 09:56:28 +0100
89
90 smartmontools (5.33+5.34cvs20050802-3) unstable; urgency=low
91
92 * add note about 3ware raid controlers to NEWS.Debian (Closes: #322265)
93
94 -- Guido Guenther <agx@debian.org> Thu, 11 Aug 2005 11:04:56 +0200
95
96 smartmontools (5.33+5.34cvs20050802-2) unstable; urgency=low
97
98 * rules: make ./configure executable (Closes: #321060)
99 * smartd.conf: add smartd-runner to the default DEVICESCAN directive
100 * README.Debian: mention smartd-runner
101 * control: remove debianutils, it's an essential package
102
103 -- Guido Guenther <agx@debian.org> Wed, 3 Aug 2005 11:32:53 +0200
104
105 smartmontools (5.33+5.34cvs20050802-1) unstable; urgency=low
106
107 * New CVS snapshot as of 2005-08-02 (Closes: #269051)
108
109 * added smartd-runner which runs scripts in /etc/smartmontools/run.d
110 * added /etc/smartmontools/run.d/10mail to emulate smartd's -m option
111 * add a comment on howto use this to /etc/smartd.conf
112 * Many thanks for this go to Brian Sutherland <jinty@web.de>
113
114 -- Guido Guenther <agx@debian.org> Tue, 2 Aug 2005 20:58:47 +0200
115
116 smartmontools (5.33-1) experimental; urgency=low
117
118 * new upstream version
119 * upload to experimental since we want 5.32 in sarge for now
120
121 -- Guido Guenther <agx@debian.org> Sat, 20 Nov 2004 19:52:39 +0100
122
123 smartmontools (5.32-2) unstable; urgency=medium
124
125 * urgency medium since the sarge version is unusable on arm
126 * use __attribute__((packed)) instead of #pragma(packed) since the later
127 causes alignment problems on arm - based on a patch by armcc@lycos.com,
128 many thanks! (Closes: #278459)
129 * simplify /usr/share/bug/smartmontools a bit (Closes: #262055)
130
131 -- Guido Guenther <agx@debian.org> Thu, 28 Oct 2004 09:20:57 +0200
132
133 smartmontools (5.32-1) unstable; urgency=low
134
135 * new upstream version
136
137 -- Guido Guenther <agx@debian.org> Mon, 19 Jul 2004 10:57:53 +0200
138
139 smartmontools (5.30-6) unstable; urgency=low
140
141 * be more verbose in /etc/init.d/smartmontools iff smartd has been disabled
142 via /etc/default/smartmontools (Closes: #246615)
143 * explain removal of cron selftests in NEWS.Debian (Closes: #247622)
144
145 -- Guido Guenther <agx@debian.org> Thu, 6 May 2004 09:05:40 +0200
146
147 smartmontools (5.30-5) unstable; urgency=low
148
149 * rm selftests from CVS, so they don't get picked up by cvs-buildpackage
150 (Closes: #242580), sigh
151 * thanks again to Jean-Luc Coulon and Bruce Allen for resolving #208964
152
153 -- Guido Guenther <agx@debian.org> Wed, 7 Apr 2004 19:07:58 +0200
154
155 smartmontools (5.30-4) unstable; urgency=low
156
157 * improve restart in init.d script so that smartd can shut down
158 properly (Closes: #242344)
159 * remove cron selftests at all, use smartd's -s option instead
160
161 -- Guido Guenther <agx@debian.org> Tue, 6 Apr 2004 12:18:52 +0200
162
163 smartmontools (5.30-3) unstable; urgency=low
164
165 * deprecated cron selftests, this is now better handled by smartd's "-s"
166 option
167 * check for existence of smartmontools-selftests in cron.d snippet
168 * in accordance with upstream (who adopted our naming scheme) use smartd's
169 compiled in default values in /etc/default/smartmontools
170
171 -- Guido Guenther <agx@debian.org> Sat, 27 Mar 2004 07:11:12 +0100
172
173 smartmontools (5.30-2) unstable; urgency=low
174
175 * clarify usage of enable_smart in (Closes: #239737)
176 * add reload to /etc/init.d/smartmontools
177
178 -- Guido Guenther <agx@debian.org> Thu, 25 Mar 2004 14:43:33 +0100
179
180 smartmontools (5.30-1) unstable; urgency=low
181
182 * new upstream version (Closes: #238790)
183 * logging severity fixed upstream (Closes: #234519)
184
185 -- Guido Guenther <agx@debian.org> Tue, 23 Mar 2004 00:40:25 +0100
186
187 smartmontools (5.26-5) unstable; urgency=low
188
189 * install /u/s/bug/smartmontools as reportbug helper
190 * use install instead of cp/chmod
191 * remove no longer needed debian/dirs
192
193 -- Guido Guenther <agx@debian.org> Wed, 11 Feb 2004 19:08:49 +0100
194
195 smartmontools (5.26-4) unstable; urgency=low
196
197 * remove sections not relevant on debian systems from smartd.8.in manpage
198 * include /etc/smartd.conf again, thanks Wolfram Quester.
199 * change smartd.conf to only use DEVICESCAN
200
201 -- Guido Guenther <agx@debian.org> Tue, 3 Feb 2004 15:25:32 +0100
202
203 smartmontools (5.26-3) unstable; urgency=low
204
205 * The "where did the chmod go" release
206 * make sure selftests is executable (Closes: #223627)
207
208 -- Guido Guenther <agx@debian.org> Thu, 11 Dec 2003 12:33:56 +0100
209
210 smartmontools (5.26-2) unstable; urgency=low
211
212 * actually include /usr/share/smartmontools/selftests again
213
214 -- Guido Guenther <agx@debian.org> Tue, 9 Dec 2003 12:45:22 +0100
215
216 smartmontools (5.26-1) unstable; urgency=low
217
218 * new upstream version
219
220 -- Guido Guenther <agx@debian.org> Fri, 5 Dec 2003 22:12:33 +0100
221
222 smartmontools (5.1.18-3) unstable; urgency=low
223
224 * make sure /usr/share/smartmontools/selftests is executable
225
226 -- Guido Guenther <agx@debian.org> Wed, 12 Nov 2003 01:08:20 +0100
227
228 smartmontools (5.1.18-2) unstable; urgency=low
229
230 * Conflict: ucsc-smartsuite (Closes: #218573)
231 * introduce run_cron_selftests in /etc/defaults/smartmontools which
232 contains a list of devices to run regular selftests on via cron
233
234 -- Guido Guenther <agx@debian.org> Mon, 3 Nov 2003 22:36:34 +0100
235
236 smartmontools (5.1.18-1) unstable; urgency=low
237
238 * new upstream version
239 * bump Standards-Version to 3.6.1
240
241 -- Guido Guenther <agx@debian.org> Thu, 28 Aug 2003 21:54:06 +0200
242
243 smartmontools (5.1.16-1) unstable; urgency=low
244
245 * new upstream version
246 - log normal exit at LOG_INFO, not LOG_CRIT (Closes: #201173)
247 - allows to acces disks behind 3ware RAID controllers, maybe
248 closes: #188515, the submitter never specified any details.
249 * bump Standards-Version to 3.6.0
250 * add NEWS.Debian file
251
252 -- Guido Guenther <agx@debian.org> Thu, 7 Aug 2003 13:54:26 +0200
253
254 smartmontools (5.1.14-1) unstable; urgency=low
255
256 * new upstream version
257 * fix the regexp in smartmontools-cron matching the first disk only
258 * bump Standards-Version to 3.5.10
259
260 -- Guido Guenther <agx@debian.org> Sun, 22 Jun 2003 14:07:11 +0200
261
262 smartmontools (5.1.11-1) unstable; urgency=low
263
264 * new upstream version (Closes: #191831)
265 * rework debian/rules since we can now pass most of the
266 needed options to the Makefile
267
268 -- Guido Guenther <agx@debian.org> Wed, 7 May 2003 21:43:53 +0200
269
270 smartmontools (5.1.10-1) unstable; urgency=low
271
272 * new upstream version (Closes: #186213)
273 * add ${misc:Depends} to control file
274 * bump debhelper Build-Depends to >=4
275 * bump Standards-Version to 3.5.9
276 * smartd now writes a pidfile, use it in the init script
277 * add smartd_opts to /etc/defaults/smartmontools
278 * add cron.daily example
279
280 -- Guido Guenther <agx@debian.org> Mon, 21 Apr 2003 19:32:46 +0200
281
282 smartmontools (5.1.9-3) unstable; urgency=low
283
284 * init.d script prints more sensible error messages (Closes: #187697)
285
286 -- Guido Guenther <agx@debian.org> Sat, 5 Apr 2003 19:17:43 +0200
287
288 smartmontools (5.1.9-2) unstable; urgency=low
289
290 * /etc/init.d/smartmontools cleanup:
291 - Don't fail when the package was removed but not purged
292 (Closes: #186091).
293 - sleep 1 second on restart
294 - fix wrong scriptname in usage output
295 * install smartd.conf to /etc
296 * adjust README.Debian
297 * don't install CHANGELOG, dh_installchangelogs handles this for us
298
299 -- Guido Guenther <agx@debian.org> Mon, 24 Mar 2003 19:24:53 +0100
300
301 smartmontools (5.1.9-1) unstable; urgency=low
302
303 * new upstream version (Closes: #178151)
304 * Recommends: mailx | mailutils (Closes: #184890)
305 * add '-e' to shebang line of init script
306 * use debian/compat not DH_COMPAT
307
308 -- Guido Guenther <agx@debian.org> Sat, 15 Mar 2003 12:40:04 +0100
309
310 smartmontools (5.1.4-2) unstable; urgency=low
311
312 * remove 'function' bashism from initscript (Closes: #178411),
313 Thanks Martin Waitz.
314
315 -- Guido Guenther <agx@debian.org> Sun, 26 Jan 2003 00:52:49 +0100
316
317 smartmontools (5.1.4-1) unstable; urgency=low
318
319 * new upstream version
320 * turn on S.M.A.R.T. for devices listed in enable_smart
321 * honor DEB_BUILD_OPTIONS
322 * bump standards version to 3.5.8
323
324 -- Guido Guenther <agx@debian.org> Sat, 25 Jan 2003 19:40:14 +0100
325
326 smartmontools (5.1.1-3) unstable; urgency=low
327
328 * conflict with smartsuite (Closes: #178010)
329 * remove superflous whitespaces in description
330 * remove usr/bin from debian/dirs
331
332 -- Guido Guenther <agx@debian.org> Fri, 24 Jan 2003 00:51:26 +0100
333
334 smartmontools (5.1.1-2) unstable; urgency=low
335
336 * only start smartd if start_smartd=yes in /etc/default/smartmontools.
337 * initial upload (Closes: #174828).
338
339 -- Guido Guenther <agx@debian.org> Fri, 17 Jan 2003 23:04:50 +0000
340
341 smartmontools (5.1.1-1) unstable; urgency=low
342
343 * Initial Release.
344
345 -- Guido Guenther <agx@debian.org> Tue, 14 Jan 2003 12:58:00 +0000
346