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

Release 5.39.1 RELEASE_5_39_1

parent ede49bd0
No related branches found
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>
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.
......
......@@ -5,7 +5,7 @@ $Id$
The most up-to-date version of this file is:
http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/NEWS?view=markup
Date <Not released yet, please try current SVN>
Date 2010-01-28
Summary: smartmontools release 5.39.1
-----------------------------------------------------------
- Fix crash on kFreeBSD.
......
......@@ -8,8 +8,8 @@ AC_CONFIG_SRCDIR(smartctl.cpp)
smartmontools_configure_date=`date -u +'%Y-%m-%d %T %Z'`
smartmontools_cvs_tag=`echo '$Id$'`
smartmontools_release_date=2010-01-22
smartmontools_release_time="21:40:54 UTC"
smartmontools_release_date=2010-01-28
smartmontools_release_time="20:46:44 UTC"
AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args", [smartmontools Configure Arguments])
AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment