Skip to content
Snippets Groups Projects
Commit 948fd5be authored by chrfranke's avatar chrfranke
Browse files

Merge 5.39.1 back into trunk.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3055 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent fd3efeca
Branches
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Bugfix release 5.39.1.
[CF] Linux: Fix spin-up of SATA drive if '-n standby' is used
(ticket #37). For some reason, this happens if the SCSI/SAT
device is opened with O_RDWR instead of O_RDONLY.
......@@ -160,6 +162,38 @@ NOTES FOR FUTURE RELEASES: see TODO file.
[CF] do_release: Add support to release from a dir below 'branches'.
Accept partial checkouts.
smartmontools 5.39.1 2010-01-28
[CF] Linux: Fix spin-up of SATA drive if '-n standby' is used
(ticket #37). For some reason, this happens if the SCSI/SAT
device is opened with O_RDWR instead of O_RDONLY.
[CF] Windows: Fix parsing of 'tw_cli' output for 3ware 9.5.x release
(ticket #43).
[CF] Linux: Allow smartd 'DEVICESCAN -d sat' (ticket #13).
Detects (S)ATA devices behind a standard SAT layer
(Vendor ID: "ATA "), but not USB bridges with SAT support.
Only added for backward compatibility with 5.38.
No longer needed as 'DEVICESCAN' without '-d' includes these devices.
[CF] smartd: Fix directive '-l selftest' (ticket #36)
Regression was introduced with r2773.
[CF] smartctl: Don't print log directory if '-q errorsonly' is specified.
[CF] smartctl: Fix option '-q, --quietmode' (ticket #11).
Regression was introduced with r2807.
[CF] Happy New Year! Update copyright year in version info.
[DL] FreeBSD: check reallocf() result for failures
[AS] FreeBSD: fixing crash on kFreeBSD (#29), patch provided by Petr Salinger
[CF] do_release: Add support to release from a dir below 'branches'.
Accept partial checkouts.
smartmontools 5.39 2009-12-09
[CF] do_release: Commit CHANGELOG and NEWS also. Allow to review changes.
......
......@@ -12,6 +12,11 @@ Summary: smartmontools release 5.40
- configure: New default value for '--with-docdir'.
- Drive database is in a separate source file 'drivedb.h'
which can be downloaded from SVN.
Date 2010-01-28
Summary: smartmontools release 5.39.1
-----------------------------------------------------------
- Fix crash on kFreeBSD.
- Fix regression in smartctl option '-q, --quietmode'.
- Fix regression in smartd directive '-l selftest'.
- Linux: Allow smartd 'DEVICESCAN -d sat'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment