diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 7179776ce9bc3e7f42bf48ed24d243f330e90dec..33113300edd9ab0291d4a752a2167e12587a0c3e 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.7 2002/10/17 04:04:55 ballen4705 Exp $ +$Id: CHANGELOG,v 1.8 2002/10/17 04:10:44 ballen4705 Exp $ Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> @@ -22,6 +22,7 @@ California, Santa Cruz. http://ssrc.soe.ucsc.edu/ smartmontools-5.0-10 + Removed extraneous space before printing in some error messages Fixed additional typos in documentation Fixed some character buffers that were too short for their contents. diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index c96887f17ccab57ce32ca1304ce6bbc7cccf31a0..13d4a93d5c14e348402de79fa74c6ee8c407e1d8 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -100,6 +100,33 @@ fi %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog +* Oct 17 2002 Bruce Allen smartmontools-support@lists.sourceforge.net + Removed extraneous space before some error message printing. + + Fixed some character buffers that were too short for contents. + Only used for unrecognized drives, so probably damage was minimal. * Oct 16 2002 Bruce Allen smartmontools-support@lists.sourceforge.net -Initial release. Code is derived from smartsuite, and is - intended to be compatible with the ATA/ATAPI-5 specifications. + + Initial release. Code is derived from smartsuite, and is + intended to be compatible with the ATA/ATAPI-5 specifications. + + For IBM disks whose raw temp data includes three temps. print all + three + + print timestamps for error log to msec precision + + added -m option for Hitachi disks that store power on life in + minutes + + added -L option for printing self-test error logs + + in -l option, now print power on lifetime, so that one can see + when the error took place + + updated SMART structure definitions to ATA-5 spec + + added -p option + + added -f and -F options to enable/disable autosave threshold + parameters +