diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index c14dd068ee18fe7b60b509679299579f166893e1..7c862eb1ce0d9bd57e18cfef115491f4d8cf47bb 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 CHANGELOG for smartmontools
 
-$Id: CHANGELOG,v 1.42 2002/11/11 10:50:08 ballen4705 Exp $
+$Id: CHANGELOG,v 1.43 2002/11/11 10:55:42 ballen4705 Exp $
 
 Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
@@ -25,6 +25,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 CURRENT RELEASE (see VERSION file in this directory):
 
+smartmontools-5.0.37
+
   Modified perror() statements in atacmds.c so that printout for SMART
   commands errors is properly suppressed or queued depending upon users
   choices for error reporting modes.
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index 30c8a82ff47be88204c820297baba66a24f0a730..b0d7f54dbd8bc0ca0d6e1747eb7e87add54ee219 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -1,4 +1,4 @@
-Release:  36
+Release:  37
 Summary:	SMARTmontools - for monitoring S.M.A.R.T. disks and devices
 Summary(de):	SMARTmontools - zur �berwachung von S.M.A.R.T.-Platten und-Ger�ten
 Summary(es):	SMARTmontools - para el seguimiento de discos y dispositivos S.M.A.R.T.
@@ -29,7 +29,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.54 2002/11/11 10:50:09 ballen4705 Exp $
+# $Id: smartmontools.spec,v 1.55 2002/11/11 10:55:42 ballen4705 Exp $
 
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # Home page: http://smartmontools.sourceforge.net/
@@ -233,6 +233,13 @@ fi
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
+* Mon Nov 11, 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
+- Modified perror() statements in atacmds.c so that printout for SMART
+  commands errors is properly suppressed or queued depending upon users
+  choices for error reporting modes.
+- Added Italian descriptions to smartmontools.spec file.
+- Started impementing send-mail-on-error for smartd; not yet enabled.
+ 
 * Sun Nov 10 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 - Added -P (Permissive) Directive to smartd.conf file to allow SMART monitoring of
   pre-ATA-3 Rev 4 disks that have SMART but do not have a SMART capability bit.