diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index ab3e94b7bbd068de9580da671d3972f04fdbde0b..dfe3dfff2089295ea846760e7096ac4e3db13dc9 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.660 2008/03/09 13:41:23 card_captor Exp $ +$Id: CHANGELOG,v 1.661 2008/03/10 10:44:30 ballen4705 Exp $ The most recent version of this file is: http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup @@ -36,7 +36,7 @@ NOTES FOR FUTURE RELEASES: see TODO file. -SMARTMONTOOLS STABLE RELEASE 5.38 2008/03/04 +SMARTMONTOOLS STABLE RELEASE 5.38 2008/03/10 [KS] Solaris/x86: modified configure.in for Sun's compiler. diff --git a/sm5/NEWS b/sm5/NEWS index 0df7b1ee7545d92c12efe1b7b6fed19259e4310c..bc3683e7d6f40bb8aea87af3a3cb88d6a0fae0e5 100644 --- a/sm5/NEWS +++ b/sm5/NEWS @@ -1,11 +1,11 @@ smartmontools NEWS ------------------ -CVS ID: $Id: NEWS,v 1.34 2008/03/04 21:24:58 ballen4705 Exp $ +CVS ID: $Id: NEWS,v 1.35 2008/03/10 10:44:30 ballen4705 Exp $ The most up-to-date version of this file is: http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/NEWS?view=markup -Date 2008-03-04 +Date 2008-03-10 Summary: smartmontools release 5.38 (STABLE) -------------------------------------------- This is a stable release of smartmontools. In addition to changes @@ -32,7 +32,7 @@ below, it includes: - Fix to scheduled tests on Highpoint RAID controllers - New samsung firmware bug workaround option - Auto-offline and Auto-save fixed in Linux + libata - - Solaris: better SCSI support + - Solaris: better SCSI support and support for Sun compilers AND gcc - Fixed and improvements to CCISS support - More options for SCSI temperature monitoring and history - Additional command line options for selective self-tests diff --git a/sm5/configure.in b/sm5/configure.in index 9186603040681b7afdb4c52344106855db4974f7..60caaf1067171beef5379c9e709932b243a79f66 100644 --- a/sm5/configure.in +++ b/sm5/configure.in @@ -1,5 +1,5 @@ # -# $Id: configure.in,v 1.134 2008/03/09 13:41:23 card_captor Exp $ +# $Id: configure.in,v 1.135 2008/03/10 10:44:30 ballen4705 Exp $ # dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) @@ -7,9 +7,9 @@ AC_INIT(smartmontools, 5.38, smartmontools-support@lists.sourceforge.net) AC_CONFIG_SRCDIR(smartctl.cpp) smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"` -smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.134 2008/03/09 13:41:23 card_captor Exp $'` -smartmontools_release_date=2008/03/04 -smartmontools_release_time="22:28:04 GMT" +smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.135 2008/03/10 10:44:30 ballen4705 Exp $'` +smartmontools_release_date=2008/03/10 +smartmontools_release_time="10:44:07 GMT" AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args", [smartmontools Configure Arguments]) AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date])