diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index a7e71b3124001a9a8c2ab98482191273310b4430..5b9dc5c56144726246574f9475bdf9eae2169370 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.170 2003/08/05 10:07:35 ballen4705 Exp $ +$Id: CHANGELOG,v 1.171 2003/08/06 08:42:08 ballen4705 Exp $ Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net> @@ -38,8 +38,13 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory): <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED HERE, PLEASE> +smartmontools-5.1-16 + [BA] smartd - can now monitor ATA drives behind 3ware controllers. + [BA] smartd - changed some FATAL out of memory error messages from + syslog level LOG_INFO to LOG_CRIT. + [BA] smartctl - added code to look at ATA drives behind 3ware RAID controllers using the 3w-xxxx driver. Note that for technical reasons related to the 3w-xxxx driver, the "Enable Autosave", @@ -66,6 +71,8 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory): one. And FAILEDopendevice might have caused a segv if -m was being used as a smartd Directive. +smartmontools-5.1-15 + [BA] Cleaned up smartmontools.spec so that upgrading, removing and other such operations correctly preserve running behavior and booting behavior of smartd. diff --git a/sm5/VERSION b/sm5/VERSION index 60d3b2f4a4cd5f1637eba020358bfe5ecb5edcf2..b6a7d89c68e0ca66e96a9a51892cc33db66fb8a3 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -15 +16 diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index c8fb0e11d05f820d7d6ac9504f5e1607cf88dac9..bdc601d27a54d10d3be83b9f0574fd489aee6510 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -1,4 +1,4 @@ -Release: 15 +Release: 16 Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Summary(cs): SMARTmontools - pro monitorov�n� S.M.A.R.T. disk� a za��zen� Summary(de): SMARTmontools - zur �berwachung von S.M.A.R.T.-Platten und-Ger�ten @@ -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.110 2003/07/23 23:15:29 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.111 2003/08/06 08:42:08 ballen4705 Exp $ # Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net/ @@ -304,6 +304,32 @@ fi # [KM] Kai M�kisarai <kai.makisara@kolumbus.fi> %changelog +* Wed Aug 06 2003 Bruce Allen <smartmontools-support@lists.sourceforge.net> +- [BA] smartd - can now monitor ATA drives behind 3ware controllers. +- [BA] smartd - changed some FATAL out of memory error messages from + syslog level LOG_INFO to LOG_CRIT. +- [BA] smartctl - added code to look at ATA drives behind 3ware RAID + controllers using the 3w-xxxx driver. Note that for technical + reasons related to the 3w-xxxx driver, the "Enable Autosave", + "Enable Automatic Offline" commands are not implemented. + I will add this to smartd shortly. +- [BA] smartd - modified sleep loop, so that smartd no longer comes + on the run queue every second. Instead, unless interrupted, + it sleeps until the next polling time, when it wakes up. Now + smartd also tries to wake up at exactly the right + intervals (nominally 30 min) even if the user has been sending + signals to it. +- [GG] add Fujitsu MHN2300AT to vendoropts_9_seconds. +- [EB] Fujitsu change in knowndrives ... match the whole MPD and + MPE series for vendoropts_9_seconds. +- [BA] smartd bug, might cause segv if a device can not be opened. Was + due to missing comma in char* list. Consequence is that email + failure messages might have had the wrong Subject: heading for + errorcount, FAILEDhealthcheck, FAILEDreadsmartdata, FAILEDreadsmarterrorlog, + FAILEDreadsmartsefltestlog, FAILEDopendevice were all displaced by + one. And FAILEDopendevice might have caused a segv if -m was being + used as a smartd Directive. + * Wed Jul 23 2003 Bruce Allen <smartmontools-support@lists.sourceforge.net> - [BA] Cleaned up smartmontools.spec so that upgrading, removing and other such operations correctly preserve running behavior