From 60d652564d1ceebd92d78ad14413529f07604bbe Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 9 Dec 2009 21:01:43 +0000 Subject: [PATCH] Release 5.39 RELEASE_5_39 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2995 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 c20491932..009b49b10 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 2009-12-09 + [CF] do_release: Commit CHANGELOG and NEWS also. Allow to review changes. [CF] Linux: Add workaround for Adaptec series 2, 5 and 5Z controllers diff --git a/smartmontools/NEWS b/smartmontools/NEWS index e173f8077..072519b67 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 2009-12-09 Summary: smartmontools release 5.39 (UNSTABLE/EXPERIMENTAL) ----------------------------------------------------------- - Sourcecode repository moved from CVS to SVN diff --git a/smartmontools/configure.in b/smartmontools/configure.in index b0d9056fb..564152f9c 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=2009-11-30 -smartmontools_release_time="20:24:12 UTC" +smartmontools_release_date=2009-12-09 +smartmontools_release_time="21:00:32 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