From 160a4a33c6c5ef338ddafcf159a380b126480c68 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 29 Oct 2002 23:18:30 +0000 Subject: [PATCH] release 22 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@168 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 15 +++++++++++++-- sm5/smartmontools.spec | 11 +++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 751f81bbb..7729cc0b2 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.29 2002/10/29 17:50:58 ballen4705 Exp $ +$Id: CHANGELOG,v 1.30 2002/10/29 23:18:29 ballen4705 Exp $ Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> @@ -26,7 +26,18 @@ NOTES FOR FUTURE RELEASES: see TODO file. CURRENT RELEASE (see VERSION file in this directory): -smartmontools-5.0.VERSION + +smartmontools-5.0.21 + + smartd, smartctl now warn if they find an attribute whose ID + number does not match between Data and Threshold structures. + + Fixed nasty bug which led to wrong number of arguments for a + varargs statement, with attendent stack corruption. Sheesh! + Have added script to CVS attic to help find such nasties in the + future. + +smartmontools-5.0.21 Eliminated some global variables out of header files and other minor cleanup of smartd. diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index 34f1bfa20..4cfbdb2cd 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -1,4 +1,4 @@ -Release: 21 +Release: 22 Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Name: smartmontools Version: 5.0 @@ -18,7 +18,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> # http://telia.dl.sourceforge.net/sourceforge/smartmontools/smartmontools-%{version}-%{release}.tar.gz # CVS ID of this file is: -# $Id: smartmontools.spec,v 1.32 2002/10/29 17:50:59 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.33 2002/10/29 23:18:30 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net @@ -112,6 +112,13 @@ fi %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog +* Wed Oct 29 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> +- smartd, smartctl now warn if they find an attribute whose ID + number does not match between Data and Threshold structures. +- Fixed nasty bug which led to wrong number of arguments for a + varargs statement, with attendent stack corruption. Sheesh! + Have added script to CVS attic to help find such nasties in the + future. * Tue Oct 29 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> - Eliminated some global variables out of header files and other minor cleanup of smartd. -- GitLab