diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 31e72c48d9db555306336c0d2986e4c55be35358..3b005fe91aacf72ddd53ac4d8fa02975ce672f36 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.54 2002/11/22 13:30:54 ballen4705 Exp $ +$Id: CHANGELOG,v 1.55 2002/11/22 13:37:42 ballen4705 Exp $ Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> @@ -25,6 +25,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. CURRENT RELEASE (see VERSION file in this directory): +smartmontools-5.0.46 + Allen: smartd: added smartd.conf Directives -T and -s. The -T Directive enables/disables Automatic Offline Testing. The -s Directive enables/disables Attribute Autosave. Documentation and diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index 83f50262e9a462bccce29e7d68515377f2b76b81..4abd7b8c675226cfd8d2a5113081840599457c64 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -30,7 +30,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> # http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz # CVS ID of this file is: -# $Id: smartmontools.spec,v 1.70 2002/11/21 14:11:20 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.71 2002/11/22 13:37:42 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net/ @@ -252,6 +252,27 @@ fi %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog +* Fri Nov 22 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> +- Allen: smartd: added smartd.conf Directives -T and -s. The -T Directive + enables/disables Automatic Offline Testing. The -s Directive + enables/disables Attribute Autosave. Documentation and + example configuration file updated to agree. +- Allen: smartd: user can make smartd check the disks at any time + (ie, interrupt sleep) by sending signal SIGUSR1 to smartd. This + can be done for example with: + kill -USR1 <pid> + where <pid> is the process ID number of smartd. +- Bolso: scsi: don't trust the data we receive from the drive too + much. It very well might have errors (like zero response length). + Seen on Megaraid logical drive, and verified in the driver source. +- Allen: smartd: added Directive -m for sending test email and + for modifying email reminder behavior. Updated manual, and sample + configuration file to illustrate & explain this. +- Allen: smartd: increased size of a continued smartd.conf line to + 1023 characters. +- Allen: Simplified Directive parsers and improved warning/error + messages. + * Sun Nov 17 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> - Fixed bug in smartd where testunitready logic inverted prevented functioning on scsi devices.