Skip to content
Snippets Groups Projects
Commit 186aa739 authored by ballen4705's avatar ballen4705
Browse files

Release 5.38 RELEASE_5_38

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2478 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 3326bccb
Branches
No related tags found
No related merge requests found
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.
......
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
......
#
# $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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment