From 00117524a46751b410ebf8a8d74171792c059fbd Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 28 Jan 2010 20:48:28 +0000 Subject: [PATCH] Release 5.39.1 RELEASE_5_39_1 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/RELEASE_5_39_BRANCH@3054 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/CHANGELOG | 2 ++ smartmontools/NEWS | 2 +- smartmontools/configure.in | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG index bab751f2f..b0d3fd88d 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> +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. diff --git a/smartmontools/NEWS b/smartmontools/NEWS index ad720f2b5..ba50ef4c7 100644 --- a/smartmontools/NEWS +++ b/smartmontools/NEWS @@ -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. diff --git a/smartmontools/configure.in b/smartmontools/configure.in index 5f39d236f..78e7b5427 100644 --- a/smartmontools/configure.in +++ b/smartmontools/configure.in @@ -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]) -- GitLab