From 9576a0cb2715c946862f58b77c8f972cf52b6bca Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Tue, 21 Jan 2003 14:58:36 +0000
Subject: [PATCH] Release 5.1.4

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@460 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/CHANGELOG          |  6 +++---
 sm5/smartmontools.spec | 14 +++++++++++++-
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index b6e6aced6..462ec54bb 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 CHANGELOG for smartmontools
 
-$Id: CHANGELOG,v 1.88 2003/01/21 03:22:01 ballen4705 Exp $
+$Id: CHANGELOG,v 1.89 2003/01/21 14:58:32 ballen4705 Exp $
 
 Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
@@ -36,8 +36,8 @@ CURRENT RELEASE (see VERSION file in this directory):
 smartmontools-5.1-4
 
   [BA] Fixed bug in smartctl pointed out by Pierre Gentile.
-       Tryata and tryscsi were reversed -- now works on /devfs
-       SCSI devices.
+       -d scsi didn't work because tryata and tryscsi were
+       reversed -- now works on /devfs SCSI devices.
 
   [BA] Fixed bug in smartctl pointed out by Gregory Goddard
        <ggoddard@ufl.edu>.  Manual says that bit 6 of return
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index 237e325e4..491a9ba09 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.86 2003/01/19 12:58:52 ballen4705 Exp $
+# $Id: smartmontools.spec,v 1.87 2003/01/21 14:58:36 ballen4705 Exp $
 
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # Home page: http://smartmontools.sourceforge.net/
@@ -252,6 +252,18 @@ fi
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
+* Tue Jan 21 2003 Bruce Allen <smartmontools-support@lists.sourceforge.net>
+- [BA] Fixed bug in smartctl pointed out by Pierre Gentile.
+       -d scsi didn't work because tryata and tryscsi were 
+       reversed -- now works on /devfs SCSI devices.
+- [BA] Fixed bug in smartctl pointed out by Gregory Goddard
+       <ggoddard@ufl.edu>.  Manual says that bit 6 of return
+       value turned on if errors found in smart error log.  But
+       this wasn't implemented.
+- [BA] Modified printing format for 9,minutes to read
+       Xh+Ym not X h + Y m, so that fields are fixed width.
+- [BA] Added Attribute 240 "head flying hours"
+
 * Sun Jan 12 2003 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 - [BA] As requested, local time/date now printed by smartctl -i
 
-- 
GitLab