]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - debian/changelog
e5300f0877163529f943703222a252beecd5356a
[mirror_smartmontools-debian.git] / debian / changelog
1 smartmontools (6.6-1) UNRELEASED; urgency=medium
2
3 [ Jonathan Dowland ]
4 * Update Vcs-* headers in control file: replace Alioth/anonscm URIs
5 with salsa.debian.org.
6 * new upstream version. Closes: #889033.
7 Patches refreshed:
8 - 61_cciss-doc.patch
9 - 52_remove-pragma.diff
10 - 53_use-smartd-runner-by-default.diff
11 - 54_remove-Id-from-smartd.conf.diff
12 - 61_cciss-doc.patch
13 - 63_removable.patch
14 - kfreebsd.patch
15 - manpage.diff
16 - removesyslogtarget.patch
17 Patches removed:
18 - 50_manpage_improvements.diff
19 - 3w-sas (merged by upstream)
20 - 60_remove-redhatism.diff (removed by upstream)
21
22 -- SZ Lin (林上智) <szlin@debian.org> Thu, 27 Sep 2018 19:13:32 +0800
23
24 smartmontools (6.5+svn4324-1) unstable; urgency=low
25
26 * [a86ec89] Imported Upstream version 6.5+svn43204 (Closes: #831504)
27
28 -- Giuseppe Iuculano <iuculano@debian.org> Sat, 30 Jul 2016 19:10:13 +0200
29
30 smartmontools (6.4+svn4214-1) unstable; urgency=medium
31
32 [ Helmut Grohne ]
33 * Fix FTCBFS. (Closes: #794035)
34 + Pass --build and --host to configure
35
36 [ Tobias Frost ]
37 * Import patch from Helmut (see above)
38 * Remove '/var/lib/smartmontools' on purge (Closes: #766145)
39 * Fixed postinst script: Version is only valid when configuring.
40 (Closes: #766146)
41
42 [ Jonathan Dowland ]
43 * Portability improvements, thanks Robert Millan. Closes: #634506.
44 * Update debian/copyright to Format 1.0., resolve GPL-2/GPL-2+
45 ambiguity. Closes: #777583.
46 * Get rid of update-smart-drivedb. Closes: #783317, #804299, #706909.
47 * Bump standards version (no further changes required)
48 * Enhance rules clean target to make repeated builds easier
49 * Stop installing duplicate/irrelevant docs (COPYING, changelog, INSTALL)
50 * add 'set -e' to postrm.
51 * Switch to xz for orig.tar compression and update get-orig-source rule.
52 * Stop passing explicit runlevels to dh_installinit. Closes: #732045.
53 * Remove duplicate use of dh_systemd_enable: The second one should have
54 been dh_systemd_start. Closes: #813102.
55 * Various manpage improvements. Thanks Bjarni Ingi Gislason.
56 Closes: #669053.
57
58 -- Jonathan Dowland <jmtd@debian.org> Thu, 04 Feb 2016 23:21:58 +0000
59
60 smartmontools (6.4+svn4109-1) unstable; urgency=medium
61
62 * New upstream version. Closes: #789721.
63 * Add myself to uploaders.
64 * refresh 54_remove-Id-from-smartd.conf.diff and 61_cciss-doc.patch
65
66 -- Jonathan Dowland <jmtd@debian.org> Wed, 18 Nov 2015 19:52:41 +0000
67
68 smartmontools (6.3+svn4002-2) unstable; urgency=low
69
70 * [12d5f9d] Correct maintscript syntax (Closes: #766178)
71
72 -- Giuseppe Iuculano <iuculano@debian.org> Tue, 21 Oct 2014 13:30:40 +0200
73
74 smartmontools (6.3+svn4002-1) unstable; urgency=low
75
76 * [03a62f0] Set EnvironmentFile=-/etc/default/smartmontools in smartd.service
77 (Closes: #764136)
78 * [59c55ae] Remove /etc/smartd_warning.sh (Closes: #765519)
79 * [1d06b80] Imported Upstream version 6.3+svn4002
80 * [1aabc0a] Do not build-depends on hardening-wrapper,
81 instead use the new buildflags.mk file
82
83 -- Giuseppe Iuculano <iuculano@debian.org> Fri, 17 Oct 2014 15:55:45 +0200
84
85 smartmontools (6.3+svn3990-1) unstable; urgency=low
86
87 * [d2e702c] Imported Upstream version 6.3+svn3990
88 - Support for TOSHIBA STOR.E Plus 2 TB (0x0480:0xa00a) (Closes: #734395)
89 * [901fe9c] Refreshed patches
90 * [9804b75] Included systemd service file.
91 Thanks to Michael Stapelberg (Closes: #639631, #757973, #762039)
92 * [a64e022] Remove the obsolete bug helper (Closes: #757975)
93 * [3478a98] moved smartd_warning.sh in
94 /usr/share/smartmontools/smard_warning.sh (Closes: #710815)
95 * [a5a9d5b] Removed source less os_solaris_ata.s (Closes: #729842)
96 * [fb337c9] Update to Standards-Version 3.9.5, no changes need
97 * [6a8e2b9] smartd.service.in: declaring After=syslog.target is unnecessary
98 by now because syslog is socket-activated and will therefore be started
99 when needed
100
101 -- Giuseppe Iuculano <iuculano@debian.org> Sun, 05 Oct 2014 10:58:13 +0200
102
103 smartmontools (6.2+svn3841-1.2) unstable; urgency=medium
104
105 * Non-maintainer upload.
106 * debian/control: Switch to automake1.11. (Closes: #724436)
107
108 -- Eric Dorland <eric@debian.org> Sun, 16 Feb 2014 16:27:11 -0500
109
110 smartmontools (6.2+svn3841-1.1) unstable; urgency=medium
111
112 * Non-maintainer upload.
113 * Fix FTBFS on GNU/kFreeBSD. (Closes: #736660)
114
115 -- Robert Millan <rmh@debian.org> Thu, 06 Feb 2014 13:48:48 +0100
116
117 smartmontools (6.2+svn3841-1) unstable; urgency=low
118
119 * [3d17a85] Imported Upstream version 6.2+svn3841
120 * [8251afb] Fix FTBFS[kfreebsd]
121 Thanks to Christoph Egger (Closes: #717567)
122 * [e57fafb] Refreshed patches
123
124 -- Giuseppe Iuculano <iuculano@debian.org> Thu, 05 Sep 2013 14:53:36 +0200
125
126 smartmontools (6.1+svn3812-1) unstable; urgency=low
127
128 * [ee38a43] Imported Upstream version 6.1+svn3812 (Closes: #691646)
129 - Support for WD MyBook Essential 0x1058:0x0910 (Closes: #633724)
130 - Added USB bridge to known IDs (Closes: #643928)
131 - Added support for Seagate Expansion Desk external (usb) disks
132 (Closes: #621411)
133 * [1855d63] Refreshed patches and removed patches applied upstream
134 * [d3fc9d1] Remove quilt from depends
135 * [841c1a8] CHANGELOG file has been renamed, install Changelog
136 * [3502e16] Updated VCS control fields
137 * [8f14e44] debian/rules: Provide build-arch and build-indep
138 * [0f1c16c] Harden smartmontools binaries
139 * [555346e] Bump to 3.9.4 standards version
140 * [5ae3fa9] Use /var/lib/smartmontools/drivedb for drivedb.h updates
141 (Closes: #706909)
142 * [c16ffdc] Create /var/lib/smartmontools/drivedb dir
143 * [79a3dc2] Trigger the removal of /etc/init.d/smartd when upgrading
144 (Closes: #684617, #704081)
145 * [a0a5725] Also remove /etc/init.d/smartd in preinst script
146 * [a26a490] Added man page for update-smart-drivedb.
147 Thanks to Hannes von Haugwitz (Closes: #708433)
148
149 -- Giuseppe Iuculano <iuculano@debian.org> Sun, 02 Jun 2013 11:14:02 +0200
150
151 smartmontools (5.42+svn3561-3) unstable; urgency=high
152
153 * [f10872d] Really fix FTBFS on kfreebsd.
154 Thanks to Petr Salinger (Closes: #677393)
155
156 -- Giuseppe Iuculano <iuculano@debian.org> Mon, 16 Jul 2012 15:21:56 +0200
157
158 smartmontools (5.42+svn3561-2) unstable; urgency=high
159
160 * [743e0f4] Fixed FTBFS in kfreebsd.
161 Thanks to Petr Salinger (Closes: #677393)
162
163 -- Giuseppe Iuculano <iuculano@debian.org> Mon, 16 Jul 2012 12:06:15 +0200
164
165 smartmontools (5.42+svn3561-1) unstable; urgency=low
166
167 * [f4e463d] Imported Upstream version 5.42+svn3561
168 * [23f7a2f] Refreshed patches
169 * [16216c8] Fixed FTBFS on kfreebsd.
170 Thanks to Petr Salinger (Closes: #676142)
171 * [6652700] Fixed regression introduced in 10mail script (Closes: #649515)
172 * [fd647e5] Remove /etc/init.d/smartd (Closes: #677095)
173
174 -- Giuseppe Iuculano <iuculano@debian.org> Wed, 20 Jun 2012 16:36:24 +0200
175
176 smartmontools (5.42+svn3539-1) unstable; urgency=low
177
178 * [e165493] Imported Upstream version 5.42+svn3539
179 (Closes: #668391, #608953)
180 * [9fcd449] Refreshed patches
181 * [65c801f] Do not install upstream init (Closes: #631075)
182 * [9a19418] Fixed check for /usr/bin/mail.
183 Thanks to Martin von Gagern (Closes: #649515)
184
185 -- Giuseppe Iuculano <iuculano@debian.org> Sat, 12 May 2012 13:02:49 +0200
186
187 smartmontools (5.41+svn3365-1) unstable; urgency=low
188
189 * [a7e8ffe] Imported Upstream version 5.41+svn3365
190 * [471d14a] Refreshed patches, removed install.diff applied upstream
191 * [fae0ec9] Added a missing include for hurd-i386.
192 Thanks to Pino Toscano (Closes: #619208)
193
194 -- Giuseppe Iuculano <iuculano@debian.org> Sun, 19 Jun 2011 17:28:10 +0200
195
196 smartmontools (5.40+svn3296-1) unstable; urgency=low
197
198 * [cfbba5b] Imported Upstream version 5.40+svn3296
199 - Intel X18-M/X25-M/X25-V G2 SSDs: Add firmware bug warning
200 (Closes: #581996)
201 - handles missing attributes and prints attributes of SandForce based SSDs
202 correctly (Closes: #601258)
203 - Added a note about smartctl is unable to print a warning if autosave is
204 disabled (Closes: 570892)
205 - Print help message if no option is specified (Closes: 435579)
206 - Only some of the controller specific parts of the code may still use the
207 old ioctl (LP: #658469)
208 - New drive database entry for F4EG (LP: #684809)
209 * [b5b85ba] Refreshed patches
210 * [2b7f0f1] Update to Standards-Version 3.9.1, no changes needed
211 * [3ed7206] debian/rules: remove make -C examplescripts
212 * [f8250f3] Pass exampledir in configure
213 * [0711e68] Install examples files and update-smart-drivedb (Closes: #607689)
214 (Closes: #593502)
215 * [f36e375] Do not install CHANGELOG COPYING INSTALL and initd files
216 * [a76819a] Re-enabled capability-dropping on armel (Closes: #552044)
217
218 -- Giuseppe Iuculano <iuculano@debian.org> Sun, 20 Mar 2011 19:09:39 +0100
219
220 smartmontools (5.39.1+svn3124-2) unstable; urgency=low
221
222 [ Florian Weimer ]
223 * [88b6d44] 3w-sas support (from upstream changeset r3128) (Closes:
224 #604016)
225
226 -- Giuseppe Iuculano <iuculano@debian.org> Sun, 26 Dec 2010 12:26:16 +0100
227
228 smartmontools (5.39.1+svn3124-1) unstable; urgency=low
229
230 * [1e46e09] Set state and attribute file directory to
231 /var/lib/smartmontools/ (Closes: #582158)
232 * [e20147c] Don't warn about being disabled unless verbose (Closes: #583386)
233 * [3390c07] Fixed example path in man pages (Closes: #588134)
234 * [e9583e0] Imported Upstream version 5.39.1+svn3124
235 * [789e123] Refreshed patches
236 * [cbecf14] Bump to Standards-Version 3.9.0, no changes needed
237
238 -- Giuseppe Iuculano <iuculano@debian.org> Tue, 13 Jul 2010 13:16:54 +0200
239
240 smartmontools (5.39.1+svn3077-1) unstable; urgency=low
241
242 * [ffe62ea] Removed powersaved from Suggests (Closes: #570956)
243 * [7f0798e] Imported Upstream version 5.39.1+svn3077 (Closes: #575435)
244 * [b1b3452] Enabled drivedb, savestates, and attributelog
245 * [9f28fd4] Switch to dpkg-source 3.0 (quilt) format
246 * [52be6ce] Updated to Standards-Version 3.8.4, no changes needed
247
248 -- Giuseppe Iuculano <iuculano@debian.org> Fri, 26 Mar 2010 22:01:58 +0100
249
250 smartmontools (5.39.1+svn3060-1) unstable; urgency=low
251
252 * [a23d511] Imported Upstream version 5.39.1+svn3060
253 - A regression caused by capabilities was fixed. (Closes: #564876)
254 * [89c9890] Removed patches merged in upstream
255
256 -- Giuseppe Iuculano <iuculano@debian.org> Thu, 04 Feb 2010 08:16:37 +0100
257
258 smartmontools (5.39-3) unstable; urgency=low
259
260 * [3d32778] Fixed quietmode option (Closes: #545784)
261 * [e66f4fd] Allow smartd 'DEVICESCAN -d sat' (Closes: #546566)
262
263 -- Giuseppe Iuculano <iuculano@debian.org> Fri, 22 Jan 2010 20:02:53 +0100
264
265 smartmontools (5.39-2) unstable; urgency=low
266
267 * [f7f4c51] Fixed crash on kfreebsd. (Closes: #561113) - thanks to
268 Petr Salinger and Axel Beckert
269
270 -- Giuseppe Iuculano <iuculano@debian.org> Sat, 26 Dec 2009 11:11:58 +0100
271
272 smartmontools (5.39-1) unstable; urgency=low
273
274 * [e9e8c2b] Imported Upstream version 5.39
275 * [b00706e] Adeed libusb2-dev for kfreebsd in Build-Depends.
276 (Closes: #560241)
277
278 -- Giuseppe Iuculano <iuculano@debian.org> Mon, 14 Dec 2009 12:24:35 +0100
279
280 smartmontools (5.38+svn2993-1) unstable; urgency=low
281
282 * [bed9426] Imported Upstream version 5.38+svn2993
283 * [4a5d1d1] Fixed status action in init script (LP: #491324)
284 * [9dd2a1d] Add selinux for avr32 in build-depends
285 * [26ec4bc] Refreshed patches
286
287 -- Giuseppe Iuculano <iuculano@debian.org> Wed, 09 Dec 2009 17:45:19 +0100
288
289 smartmontools (5.38+svn2956-1) unstable; urgency=low
290
291 * [283f281] Updated my email address and removed DM-Upload-Allowed
292 control field
293 * [eb07ddf] Imported Upstream version 5.38+svn2956
294 + Added a note in smartctl (8) about 2^16 wrap of LifeTime value in
295 Self-test log. (Closes: #535298)
296 * [ed382e8] Refreshed patches
297 * [f4ff277] Updated lowcap patch, make capabilities optional and
298 clarify that mail notification could not work when used. (Closes:
299 #544940)
300 * [a7e19a3] Do not Build-depends in libcap-ng-dev in armel, libcap-ng
301 is broken in this arch. (Closes: #548438)
302
303 -- Giuseppe Iuculano <iuculano@debian.org> Sun, 11 Oct 2009 09:42:47 +0200
304
305 smartmontools (5.38+svn2920-2) unstable; urgency=low
306
307 * [a117ede] Enable Selinux only in linux platforms
308
309 -- Giuseppe Iuculano <giuseppe@iuculano.it> Tue, 22 Sep 2009 13:22:39 +0200
310
311 smartmontools (5.38+svn2920-1) unstable; urgency=low
312
313 * [a94eb83] run.d/10mail: Do not exit silently if /usr/bin/mail is
314 missing (Closes: #541192) - thanks to Francesco Potorti`
315 * [0197215] Enabled SELinux support
316 * [091eb3a] debian/smartmontools-bug: Fixed a spelling error (Closes:
317 #547197) - thanks to Sandro Tosi
318 * [5496574] Imported Upstream version 5.38+svn2920
319 * [5d593fa] Removed patches merged in upstream: 64_r2898.patch,
320 65_freebsd.patch
321
322 -- Giuseppe Iuculano <giuseppe@iuculano.it> Sun, 20 Sep 2009 14:51:52 +0200
323
324 smartmontools (5.38+svn2879-4) unstable; urgency=low
325
326 * [af11f9b] debian/patches/65_freebsd.patch: The os_freebsd.cpp uses
327 reallocf(), which is specific for *BSD libc. Added an implementation
328 directly into os_freebsd.cpp - thanks to Petr Salinger
329 * [b2a680f] debian/watch: Removed uupdate
330 * [4fe54cf] Do not Build-depends on libcap-ng-dev on avr32
331
332 -- Giuseppe Iuculano <giuseppe@iuculano.it> Mon, 07 Sep 2009 20:55:53 +0200
333
334 smartmontools (5.38+svn2879-3) unstable; urgency=low
335
336 * [1b75411] Freebsd patch was not entirely merged in upstream. Applied
337 remaining changes and try to fix FTBFS on GNU/kFreeBSD (Closes: #537856)
338
339 -- Giuseppe Iuculano <giuseppe@iuculano.it> Mon, 07 Sep 2009 15:33:34 +0200
340
341 smartmontools (5.38+svn2879-2) unstable; urgency=low
342
343 * [51c0fd9] Build-depends on libcap-ng-dev only on linux. - thanks to
344 Petr Salinger
345 * [94843b0] Fixed Vcs-Browser field
346 * [c2d3bf4] Do not Build-depends on libcap-ng-dev on sparc
347 * [27a32a3] Dereference '/dev/disk/by-*/*' symlink before device type
348 autodetection. (Closes: #544823)
349
350 -- Giuseppe Iuculano <giuseppe@iuculano.it> Mon, 07 Sep 2009 14:24:17 +0200
351
352 smartmontools (5.38+svn2879-1) unstable; urgency=low
353
354 [ Guido Günther ]
355 * [d5c8d71] suggest graphical helpers (Closes: #524752)
356 * [b11b96e] support status action in init script (Closes: #525196) -
357 thanks to Peter Eisentraut
358 * [b092558] fix Vcs-Browser URL
359
360 [ Giuseppe Iuculano ]
361 * [101b745] New maintainers, thanks to Guido Günther for the prior
362 work on smartmontools. (Closes: #543861)
363 * [35bece3] debian/rules: Added a get-orig-source target to retrieve a
364 svn snapshot
365 * [4482c05] Bump to debhelper 7 compatibility levels
366 * [2127e19] Imported Upstream version 5.38+svn2879
367 - Fixed FTBFS (Closes: #539430)
368 - GNU/kFreeBSD patches merged in upstream (Closes: #537856)
369 - More drives recognized: Fujitsu MHW2 BJ series, WD Caviar Black family,
370 Western Digital AV-GP series, Transcend Solid-State Drive and Transcend
371 Solid-State Drive V series, Seagate Momentus 5400.5 series.
372 * [6052436] Refreshed patches
373 * [91ad575] move badblockhowto.html in debian/ (Closes: #538631)
374 * [bbdf8c9] debian/control: Depend on lsb >= 3.2-14, which has the
375 status_of_proc() function.
376 * [9afe5af] Removed stop links from rc0 and rc6 (Closes: #494951) -
377 thanks to James Westby
378 * [6dcd8ec] Updated to standards version 3.8.3 (No changes needed)
379 * [608687b] debian/rules: Use dh_prep instead of dh_clean -k
380 * [a52f90d] debian/rules: Do not ignore make clean errors
381 * [31e40f7] debian/rules: use dh_install to install files
382 * [9ca7a79] debian/control: Added Florian Maier in Uploaders, fixed
383 VCS field, added DM-Upload-Allowed field
384 * [d494f00] Updated debian/badblockhowto.html (Closes: #540359) -
385 thanks to Francesco Potorti`
386 * [3db595a] Use the `-n standby' option by default in smartd.conf
387 (Closes: #531325)
388 * [52b4501] Added /etc/smartmontools/run.d/10powersave-notify to
389 enable desktop notification over powersave-notify and added
390 powersaved in Recommends
391 * [0dcf301] debian/patches/62_lowcap.patch: Drop all unnecessary
392 capabilities
393 * [5afdd10] Added the removable option by default. This indicates to
394 smartd that it should continue if the device does not appear to be
395 present when smartd is started. (Closes: #406130)
396
397 -- Giuseppe Iuculano <giuseppe@iuculano.it> Tue, 01 Sep 2009 12:59:13 +0200
398
399 smartmontools (5.38-3) unstable; urgency=low
400
401 * [3ea288e] add Homepage, Vcs-{Git,Browser} fields (Closes: #500530)
402 * [76a9163] check if daemon is running befor starting it (Closes: #516430)
403 * [8a3e8a3] fix maintainer name
404
405 -- Guido Günther <agx@sigxcpu.org> Sat, 21 Feb 2009 17:19:19 +0100
406
407 smartmontools (5.38-2) unstable; urgency=low
408
409 * [fd9c675] add lintian override Full stop at end of synopsis is OK -
410 it doesn't end a sentence but is part of an abbreviation.
411 * [fab76b4] update copyright
412 * [1731d9e] bump standards version
413 * [d0f2f2e] add README.source
414 * [2d3e4b9] new patch 61_cciss-doc.patch update ccis examples/docs
415 (Closes: #488371) - thanks to Matt Taggart
416
417 -- Guido Guenther <agx@sigxcpu.org> Thu, 24 Jul 2008 12:15:34 -0400
418
419 smartmontools (5.38-1) unstable; urgency=low
420
421 * new upstream version
422 * drop 51_add-kfreebsd-support.diff, applied upstream
423 * add watch file from dehs.debian.org
424
425 -- Guido Guenther <agx@sigxcpu.org> Tue, 11 Mar 2008 20:54:41 +0100
426
427 smartmontools (5.38~rc0-2) unstable; urgency=low
428
429 [ Petter Reinholdtsen ]
430 * smartmontools: Problem with LSB header in init.d script (Closes:
431 Bug#469377)
432
433 -- Guido Guenther <agx@sigxcpu.org> Wed, 05 Mar 2008 08:55:46 +0100
434
435 smartmontools (5.38~rc0-1) unstable; urgency=low
436
437 * New Upstream Version release candidate
438 * detects Hitachi drives with newer kernels (Closes: #314629)
439 * updated drives table (Closes: #381251)
440 * correct logfile location (Closes: #464193)
441 * drop 01_sat-error-handling.diff - originally pulld from upstream
442 * drop 05_wait-for-daemon-startup.diff - applied upstream
443 * refresh 51_add-kfreebsd-support.diff
444 * bump standards version
445 * ship badblockshowto.html (Closes: #454565)
446
447 -- Guido Guenther <agx@sigxcpu.org> Tue, 26 Feb 2008 11:59:50 +0100
448
449 smartmontools (5.38~cvs20071118-2) experimental; urgency=low
450
451 * add LSB header (Closes: #458391)
452 * move debian specific patches to >= 50
453 * pull 01_sat-error-handling.diff from upstream CVS to improve SAT
454 handling of aborted ATA commands - thanks to Doug Gilbert!
455
456 -- Guido Guenther <agx@sigxcpu.org> Sun, 09 Dec 2007 14:51:57 +0100
457
458 smartmontools (5.38~cvs20071118-1) experimental; urgency=low
459
460 * new upstream CVS snapshot 20071118
461 * update patches:
462 * rework 01_add-kfreebsd-support.diff to apply again
463 * rework 05_wait-for-daemon-startup.diff to apply again
464 * rediff 10_remove-redhatism.diff
465 * drop 20_fix-scsi-disk-detection.diff - merged upstream
466 * drop 30_gcc4.3.diff - fixed upstream
467 * drop 40_fix-sata-hsm-violation.diff - pulled from upstream
468
469 -- Guido Guenther <agx@sigxcpu.org> Mon, 19 Nov 2007 13:54:42 +0100
470
471 smartmontools (5.37-6) unstable; urgency=low
472
473 * don't redefine CISS_MAX_LUN (Closes: #441598)
474 * Patch pulled from upstream to fix HSM violation errors on SATA systems
475 (Closes: #448781) - thanks to Sven Hartge for sorting this out
476
477 -- Guido Guenther <agx@sigxcpu.org> Thu, 01 Nov 2007 13:29:11 +0100
478
479 smartmontools (5.37-5) unstable; urgency=low
480
481 * NEWS.Debian: SCSI disks need -W for temperature logging, thanks to GSR for
482 feedback and testing. (Closes: #411932)
483
484 -- Guido Guenther <agx@sigxcpu.org> Thu, 05 Apr 2007 10:15:52 +0200
485
486 smartmontools (5.37-4) unstable; urgency=low
487
488 * 05_wait-for-daemon-startup.diff: fix startup race condition (Closes: #246032)
489 * document good testing practice (Closes: #412543)
490
491 -- Guido Guenther <agx@sigxcpu.org> Sat, 31 Mar 2007 16:01:27 +0200
492
493 smartmontools (5.37-3) unstable; urgency=low
494
495 * rebuild with pbuilder (Closes: #415950)
496
497 -- Guido Guenther <agx@sigxcpu.org> Fri, 23 Mar 2007 13:51:43 +0100
498
499 smartmontools (5.37-2) unstable; urgency=low
500
501 * switch from dpatch to quilt
502 * 20_fix-scsi-disk-detection.diff: patch from Douglas Gilbert to fix scsi
503 disk detection (Closes: #411932)
504
505 -- Guido Guenther <agx@sigxcpu.org> Mon, 19 Mar 2007 23:04:15 +0100
506
507 smartmontools (5.37-1) unstable; urgency=low
508
509 * New Upstream Version
510 * adjusted 04_remove-Id-from-smartd.conf.dpatch
511
512 -- Guido Guenther <agx@sigxcpu.org> Thu, 21 Dec 2006 13:12:26 +0100
513
514 smartmontools (5.37~cvs20061111-1) experimental; urgency=low
515
516 * The No Narro ihr Mäschkerle release
517 * New upstream cvs release candidate (Closes: #398055, #398054, #391999)
518 * dropped 60_cciss.dpatch, merged upstream
519 * adjusted 04_remove-Id-from-smartd.conf.dpatch
520
521 -- Guido Guenther <agx@sigxcpu.org> Sat, 11 Nov 2006 19:19:27 +0100
522
523 smartmontools (5.37~cvs20061002-1) experimental; urgency=low
524
525 * New upstream CVS release candidate
526 * adjusted patches: 60_cciss, 04_remove-Id-from-smartd.conf
527
528 -- Guido Guenther <agx@sigxcpu.org> Mon, 2 Oct 2006 17:45:51 +0200
529
530 smartmontools (5.36-8) unstable; urgency=low
531
532 * 60_cciss (smartd.c): make sure we pass the correct mode and device
533 parameters to the lower level functions (the code assumed "SCSI" in those
534 places although it was "CCISS"). Patch by Frédéric BOITEUX
535 <fboiteux@calistel.com>, thanks a lot! (Closes: #36802)
536
537 -- Guido Guenther <agx@sigxcpu.org> Fri, 29 Sep 2006 15:22:19 +0200
538
539 smartmontools (5.36-7) unstable; urgency=low
540
541 * README.Debian: actually mention the term "smartd-runner" in README.Debian
542 instead of only explaining what it does
543 * /etc/init.d/smartmontools: use LSB logging, patch by David Härdeman
544 <david@hardeman.nu> (Closes: #385903)
545 * Bump standards version to 3.7.2 (no other changes necessary)
546
547 -- Guido Guenther <agx@sigxcpu.org> Mon, 25 Sep 2006 11:41:21 +0200
548
549 smartmontools (5.36-6) unstable; urgency=low
550
551 * Explicitly discourage using enable_smart with SATA disks in README.Debian
552 (Closes: #365027) - many thanks to Francois Marier and Doug Gilbert for
553 their feedback and help.
554 * Document what smartd-runner really does (Closes: #352244)
555
556 -- Guido Guenther <agx@sigxcpu.org> Wed, 3 May 2006 21:44:01 +0200
557
558 smartmontools (5.36-5) unstable; urgency=low
559
560 * apply current version of the cciss patch, updated to be less intrusive
561 by Douglas Gilbert
562
563 -- Guido Guenther <agx@sigxcpu.org> Wed, 26 Apr 2006 23:10:07 +0200
564
565 smartmontools (5.36-4) unstable; urgency=low
566
567 * really apply the cciss patch, thanks again to Frederic Boiteux
568 * adjust the cciss patch to include <linux/cciss.h> instead of
569 "cciss.h", we don't ship a local copy.
570
571 -- Guido Guenther <agx@sigxcpu.org> Tue, 25 Apr 2006 13:54:17 +0200
572
573 smartmontools (5.36-3) unstable; urgency=low
574
575 * depend on debianutils (>= 2.2) for run-parts --lsbsysinit, thanks to
576 Frederic Boiteux (Closes: #364713)
577
578 -- Guido Guenther <agx@sigxcpu.org> Tue, 25 Apr 2006 10:59:37 +0200
579
580 smartmontools (5.36-2) unstable; urgency=low
581
582 * Build depend on automake/autoconf since we run autogen.sh
583 from debian/rules
584
585 -- Guido Guenther <agx@sigxcpu.org> Mon, 24 Apr 2006 16:02:42 +0200
586
587 smartmontools (5.36-1) unstable; urgency=low
588
589 * new upstream version (Closes: #363087)
590 * use dpatch
591 * bump standards version
592 * update cciss patch
593
594 -- Guido Guenther <agx@sigxcpu.org> Mon, 24 Apr 2006 14:39:19 +0200
595
596 smartmontools (5.33+5.34cvs20050802-6) experimental; urgency=low
597
598 * update cciss patch to also support smartd not only smartctl
599
600 -- Guido Guenther <agx@debian.org> Thu, 13 Apr 2006 09:34:39 +0200
601
602 smartmontools (5.33+5.34cvs20050802-5) experimental; urgency=low
603
604 * add (experimental) cciss patch by Praveen Chidambaram
605 <bunchofmails@gmail.com>, with slight modfifications to apply and work
606 with current CVS
607 * Build depend on libcam-dev for kfreebsd-amd64 too (Closes: #361478)
608 * Remove $Id$ from smartd.conf (Closes: #324703)
609
610 -- Guido Guenther <agx@debian.org> Mon, 10 Apr 2006 17:33:18 +0200
611
612 smartmontools (5.33+5.34cvs20050802-4) unstable; urgency=low
613
614 * avoid usage of cat in 10mail (Closes: #327338)
615 * add patch by Aurelin Jano to build on kfreebsd (Closes: #327642)
616
617 -- Guido Guenther <agx@debian.org> Tue, 24 Jan 2006 09:56:28 +0100
618
619 smartmontools (5.33+5.34cvs20050802-3) unstable; urgency=low
620
621 * add note about 3ware raid controlers to NEWS.Debian (Closes: #322265)
622
623 -- Guido Guenther <agx@debian.org> Thu, 11 Aug 2005 11:04:56 +0200
624
625 smartmontools (5.33+5.34cvs20050802-2) unstable; urgency=low
626
627 * rules: make ./configure executable (Closes: #321060)
628 * smartd.conf: add smartd-runner to the default DEVICESCAN directive
629 * README.Debian: mention smartd-runner
630 * control: remove debianutils, it's an essential package
631
632 -- Guido Guenther <agx@debian.org> Wed, 3 Aug 2005 11:32:53 +0200
633
634 smartmontools (5.33+5.34cvs20050802-1) unstable; urgency=low
635
636 * New CVS snapshot as of 2005-08-02 (Closes: #269051)
637
638 * added smartd-runner which runs scripts in /etc/smartmontools/run.d
639 * added /etc/smartmontools/run.d/10mail to emulate smartd's -m option
640 * add a comment on howto use this to /etc/smartd.conf
641 * Many thanks for this go to Brian Sutherland <jinty@web.de>
642
643 -- Guido Guenther <agx@debian.org> Tue, 2 Aug 2005 20:58:47 +0200
644
645 smartmontools (5.33-1) experimental; urgency=low
646
647 * new upstream version
648 * upload to experimental since we want 5.32 in sarge for now
649
650 -- Guido Guenther <agx@debian.org> Sat, 20 Nov 2004 19:52:39 +0100
651
652 smartmontools (5.32-2) unstable; urgency=medium
653
654 * urgency medium since the sarge version is unusable on arm
655 * use __attribute__((packed)) instead of #pragma(packed) since the later
656 causes alignment problems on arm - based on a patch by armcc@lycos.com,
657 many thanks! (Closes: #278459)
658 * simplify /usr/share/bug/smartmontools a bit (Closes: #262055)
659
660 -- Guido Guenther <agx@debian.org> Thu, 28 Oct 2004 09:20:57 +0200
661
662 smartmontools (5.32-1) unstable; urgency=low
663
664 * new upstream version
665
666 -- Guido Guenther <agx@debian.org> Mon, 19 Jul 2004 10:57:53 +0200
667
668 smartmontools (5.30-6) unstable; urgency=low
669
670 * be more verbose in /etc/init.d/smartmontools iff smartd has been disabled
671 via /etc/default/smartmontools (Closes: #246615)
672 * explain removal of cron selftests in NEWS.Debian (Closes: #247622)
673
674 -- Guido Guenther <agx@debian.org> Thu, 6 May 2004 09:05:40 +0200
675
676 smartmontools (5.30-5) unstable; urgency=low
677
678 * rm selftests from CVS, so they don't get picked up by cvs-buildpackage
679 (Closes: #242580), sigh
680 * thanks again to Jean-Luc Coulon and Bruce Allen for resolving #208964
681
682 -- Guido Guenther <agx@debian.org> Wed, 7 Apr 2004 19:07:58 +0200
683
684 smartmontools (5.30-4) unstable; urgency=low
685
686 * improve restart in init.d script so that smartd can shut down
687 properly (Closes: #242344)
688 * remove cron selftests at all, use smartd's -s option instead
689
690 -- Guido Guenther <agx@debian.org> Tue, 6 Apr 2004 12:18:52 +0200
691
692 smartmontools (5.30-3) unstable; urgency=low
693
694 * deprecated cron selftests, this is now better handled by smartd's "-s"
695 option
696 * check for existence of smartmontools-selftests in cron.d snippet
697 * in accordance with upstream (who adopted our naming scheme) use smartd's
698 compiled in default values in /etc/default/smartmontools
699
700 -- Guido Guenther <agx@debian.org> Sat, 27 Mar 2004 07:11:12 +0100
701
702 smartmontools (5.30-2) unstable; urgency=low
703
704 * clarify usage of enable_smart in (Closes: #239737)
705 * add reload to /etc/init.d/smartmontools
706
707 -- Guido Guenther <agx@debian.org> Thu, 25 Mar 2004 14:43:33 +0100
708
709 smartmontools (5.30-1) unstable; urgency=low
710
711 * new upstream version (Closes: #238790)
712 * logging severity fixed upstream (Closes: #234519)
713
714 -- Guido Guenther <agx@debian.org> Tue, 23 Mar 2004 00:40:25 +0100
715
716 smartmontools (5.26-5) unstable; urgency=low
717
718 * install /u/s/bug/smartmontools as reportbug helper
719 * use install instead of cp/chmod
720 * remove no longer needed debian/dirs
721
722 -- Guido Guenther <agx@debian.org> Wed, 11 Feb 2004 19:08:49 +0100
723
724 smartmontools (5.26-4) unstable; urgency=low
725
726 * remove sections not relevant on debian systems from smartd.8.in manpage
727 * include /etc/smartd.conf again, thanks Wolfram Quester.
728 * change smartd.conf to only use DEVICESCAN
729
730 -- Guido Guenther <agx@debian.org> Tue, 3 Feb 2004 15:25:32 +0100
731
732 smartmontools (5.26-3) unstable; urgency=low
733
734 * The "where did the chmod go" release
735 * make sure selftests is executable (Closes: #223627)
736
737 -- Guido Guenther <agx@debian.org> Thu, 11 Dec 2003 12:33:56 +0100
738
739 smartmontools (5.26-2) unstable; urgency=low
740
741 * actually include /usr/share/smartmontools/selftests again
742
743 -- Guido Guenther <agx@debian.org> Tue, 9 Dec 2003 12:45:22 +0100
744
745 smartmontools (5.26-1) unstable; urgency=low
746
747 * new upstream version
748
749 -- Guido Guenther <agx@debian.org> Fri, 5 Dec 2003 22:12:33 +0100
750
751 smartmontools (5.1.18-3) unstable; urgency=low
752
753 * make sure /usr/share/smartmontools/selftests is executable
754
755 -- Guido Guenther <agx@debian.org> Wed, 12 Nov 2003 01:08:20 +0100
756
757 smartmontools (5.1.18-2) unstable; urgency=low
758
759 * Conflict: ucsc-smartsuite (Closes: #218573)
760 * introduce run_cron_selftests in /etc/defaults/smartmontools which
761 contains a list of devices to run regular selftests on via cron
762
763 -- Guido Guenther <agx@debian.org> Mon, 3 Nov 2003 22:36:34 +0100
764
765 smartmontools (5.1.18-1) unstable; urgency=low
766
767 * new upstream version
768 * bump Standards-Version to 3.6.1
769
770 -- Guido Guenther <agx@debian.org> Thu, 28 Aug 2003 21:54:06 +0200
771
772 smartmontools (5.1.16-1) unstable; urgency=low
773
774 * new upstream version
775 - log normal exit at LOG_INFO, not LOG_CRIT (Closes: #201173)
776 - allows to acces disks behind 3ware RAID controllers, maybe
777 closes: #188515, the submitter never specified any details.
778 * bump Standards-Version to 3.6.0
779 * add NEWS.Debian file
780
781 -- Guido Guenther <agx@debian.org> Thu, 7 Aug 2003 13:54:26 +0200
782
783 smartmontools (5.1.14-1) unstable; urgency=low
784
785 * new upstream version
786 * fix the regexp in smartmontools-cron matching the first disk only
787 * bump Standards-Version to 3.5.10
788
789 -- Guido Guenther <agx@debian.org> Sun, 22 Jun 2003 14:07:11 +0200
790
791 smartmontools (5.1.11-1) unstable; urgency=low
792
793 * new upstream version (Closes: #191831)
794 * rework debian/rules since we can now pass most of the
795 needed options to the Makefile
796
797 -- Guido Guenther <agx@debian.org> Wed, 7 May 2003 21:43:53 +0200
798
799 smartmontools (5.1.10-1) unstable; urgency=low
800
801 * new upstream version (Closes: #186213)
802 * add ${misc:Depends} to control file
803 * bump debhelper Build-Depends to >=4
804 * bump Standards-Version to 3.5.9
805 * smartd now writes a pidfile, use it in the init script
806 * add smartd_opts to /etc/defaults/smartmontools
807 * add cron.daily example
808
809 -- Guido Guenther <agx@debian.org> Mon, 21 Apr 2003 19:32:46 +0200
810
811 smartmontools (5.1.9-3) unstable; urgency=low
812
813 * init.d script prints more sensible error messages (Closes: #187697)
814
815 -- Guido Guenther <agx@debian.org> Sat, 5 Apr 2003 19:17:43 +0200
816
817 smartmontools (5.1.9-2) unstable; urgency=low
818
819 * /etc/init.d/smartmontools cleanup:
820 - Don't fail when the package was removed but not purged
821 (Closes: #186091).
822 - sleep 1 second on restart
823 - fix wrong scriptname in usage output
824 * install smartd.conf to /etc
825 * adjust README.Debian
826 * don't install CHANGELOG, dh_installchangelogs handles this for us
827
828 -- Guido Guenther <agx@debian.org> Mon, 24 Mar 2003 19:24:53 +0100
829
830 smartmontools (5.1.9-1) unstable; urgency=low
831
832 * new upstream version (Closes: #178151)
833 * Recommends: mailx | mailutils (Closes: #184890)
834 * add '-e' to shebang line of init script
835 * use debian/compat not DH_COMPAT
836
837 -- Guido Guenther <agx@debian.org> Sat, 15 Mar 2003 12:40:04 +0100
838
839 smartmontools (5.1.4-2) unstable; urgency=low
840
841 * remove 'function' bashism from initscript (Closes: #178411),
842 Thanks Martin Waitz.
843
844 -- Guido Guenther <agx@debian.org> Sun, 26 Jan 2003 00:52:49 +0100
845
846 smartmontools (5.1.4-1) unstable; urgency=low
847
848 * new upstream version
849 * turn on S.M.A.R.T. for devices listed in enable_smart
850 * honor DEB_BUILD_OPTIONS
851 * bump standards version to 3.5.8
852
853 -- Guido Guenther <agx@debian.org> Sat, 25 Jan 2003 19:40:14 +0100
854
855 smartmontools (5.1.1-3) unstable; urgency=low
856
857 * conflict with smartsuite (Closes: #178010)
858 * remove superflous whitespaces in description
859 * remove usr/bin from debian/dirs
860
861 -- Guido Guenther <agx@debian.org> Fri, 24 Jan 2003 00:51:26 +0100
862
863 smartmontools (5.1.1-2) unstable; urgency=low
864
865 * only start smartd if start_smartd=yes in /etc/default/smartmontools.
866 * initial upload (Closes: #174828).
867
868 -- Guido Guenther <agx@debian.org> Fri, 17 Jan 2003 23:04:50 +0000
869
870 smartmontools (5.1.1-1) unstable; urgency=low
871
872 * Initial Release.
873
874 -- Guido Guenther <agx@debian.org> Tue, 14 Jan 2003 12:58:00 +0000
875