diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index b6e6aced636421f5791359857cab61bbd6785d04..462ec54bbcf710c8593b503df405f52c2f01020f 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 237e325e48d120dbfd4922a5d887f78b6b57740f..491a9ba0903bdde0da94f3766dd93517f5ed147b 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