Skip to content
Snippets Groups Projects
Commit 9c5e5247 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@2461 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent aad4a85c
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.654 2008/02/23 06:41:59 ballen4705 Exp $
$Id: CHANGELOG,v 1.655 2008/02/24 20:16:31 ballen4705 Exp $
The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
......@@ -34,6 +34,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
SMARTMONTOOLS STABLE RELEASE 5.38 2008/02/24
[BA] Fix auto-offline support in FreeBSD. Thanks to
Cyrus Rahman <crahman@gmail.com> for the patch, and
Eduard Martinescu for blessing it.
......
smartmontools NEWS
------------------
CVS ID: $Id: NEWS,v 1.32 2006/12/20 20:39:25 chrfranke Exp $
CVS ID: $Id: NEWS,v 1.33 2008/02/24 20:16:31 ballen4705 Exp $
The most up-to-date version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/NEWS?view=markup
Date 2008-02-24
Summary: smartmontools release 5.38 (STABLE)
--------------------------------------------
This is a stable release of smartmontools. In addition to changes
below, it includes:
- Fixed auto-offline support in FreeBSD
- SAT device type + SCSI generic devices work properly with smartd under Linux
- Many additions to drive database
- More portable autogen/autoconf/automake script set
- Additional Windows IOCTL route to access SMART data
- Some ATA-8 updates
- Smoother CCISS compilation support in Linux
- Dragonfly support
- Fixed some ATA identity byte swap problems on big endian CPUs
- Added support for the QNX operating system
- No-fork option added to smartd
- Improved device scanning and drive type recognition in Windows
- 3ware support for controllers with more disks (32 max)
- Improved Windows installer
- Improved SMART Attribute list and descriptions
- Fix to smartctl return codes
- 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
- Fixed and improvements to CCISS support
- More options for SCSI temperature monitoring and history
- Additional command line options for selective self-tests
- Compilation fixes for various platforms.
See CHANGELOG for more details, or smartmontools CVS for still further
details.
Date 2006-12-20
Summary: smartmontools release 5.37 (UNSTABLE/EXPERIMENTAL)
-----------------------------------------------------------
......
#
# $Id: configure.in,v 1.129 2007/12/20 17:34:18 chrfranke Exp $
# $Id: configure.in,v 1.130 2008/02/24 20:16:31 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.129 2007/12/20 17:34:18 chrfranke Exp $'`
smartmontools_release_date=2006/12/20
smartmontools_release_time="20:37:59 UTC"
smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.130 2008/02/24 20:16:31 ballen4705 Exp $'`
smartmontools_release_date=2008/02/24
smartmontools_release_time="20:16:09 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