From a4e3fd5772805b9d169b8e089449baff57ed8027 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 6 Aug 2003 08:42:08 +0000 Subject: [PATCH] Release 5.1.16 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@857 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 9 ++++++++- sm5/VERSION | 2 +- sm5/smartmontools.spec | 30 ++++++++++++++++++++++++++++-- 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index a7e71b312..5b9dc5c56 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 60d3b2f4a..b6a7d89c6 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -15 +16 diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index c8fb0e11d..bdc601d27 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 -- GitLab