From 616d220bb7aa27f6f1b18b65fa293cded607ab30 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 17 Oct 2002 04:10:44 +0000
Subject: [PATCH] Update changelogs for new release

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

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index 7179776ce..33113300e 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 CHANGELOG for smartmontools
 
-$Id: CHANGELOG,v 1.7 2002/10/17 04:04:55 ballen4705 Exp $
+$Id: CHANGELOG,v 1.8 2002/10/17 04:10:44 ballen4705 Exp $
 
 Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
@@ -22,6 +22,7 @@ California, Santa Cruz. http://ssrc.soe.ucsc.edu/
 
 
 smartmontools-5.0-10
+    Removed extraneous space before printing in some error messages
     Fixed additional typos in documentation
     Fixed some character buffers that were too short for their contents.
 
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index c96887f17..13d4a93d5 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -100,6 +100,33 @@ fi
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
+* Oct 17 2002 Bruce Allen smartmontools-support@lists.sourceforge.net
+    Removed extraneous space before some error message printing.
+
+    Fixed some character buffers that were too short for contents.
+    Only used for unrecognized drives, so probably damage was minimal.
 * Oct 16 2002 Bruce Allen smartmontools-support@lists.sourceforge.net
-Initial release.  Code is derived from smartsuite, and is
-   intended to be compatible with the ATA/ATAPI-5 specifications.
+
+    Initial release.  Code is derived from smartsuite, and is
+    intended to be compatible with the ATA/ATAPI-5 specifications.
+
+    For IBM disks whose raw temp data includes three temps. print all
+    three
+
+    print timestamps for error log to msec precision
+
+    added -m option for Hitachi disks that store power on life in
+    minutes
+
+    added -L option for printing self-test error logs
+
+    in -l option, now print power on lifetime, so that one can see
+    when the error took place
+
+    updated SMART structure definitions to ATA-5 spec
+
+    added -p option
+
+    added -f and -F options to enable/disable autosave threshold
+    parameters
+
-- 
GitLab