From 948fd5beaa11faf9cead005b3dd831a85401d995 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 28 Jan 2010 21:53:56 +0000
Subject: [PATCH] Merge 5.39.1 back into trunk.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3055 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/CHANGELOG | 34 ++++++++++++++++++++++++++++++++++
 smartmontools/NEWS      |  5 +++++
 2 files changed, 39 insertions(+)

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index fe79e9014..e7fa04e1a 100644
--- a/smartmontools/CHANGELOG
+++ b/smartmontools/CHANGELOG
@@ -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.
diff --git a/smartmontools/NEWS b/smartmontools/NEWS
index 97f78521b..fd64f13f1 100644
--- a/smartmontools/NEWS
+++ b/smartmontools/NEWS
@@ -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'.
-- 
GitLab