From 186aa739509b88702fa04226df2fb1118d4112fe Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 10 Mar 2008 10:44:30 +0000
Subject: [PATCH] Release 5.38 RELEASE_5_38

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2478 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/CHANGELOG    | 4 ++--
 sm5/NEWS         | 6 +++---
 sm5/configure.in | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index ab3e94b7b..dfe3dfff2 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 CHANGELOG for smartmontools
 
-$Id: CHANGELOG,v 1.660 2008/03/09 13:41:23 card_captor Exp $
+$Id: CHANGELOG,v 1.661 2008/03/10 10:44:30 ballen4705 Exp $
 
 The most recent version of this file is:
 http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
@@ -36,7 +36,7 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 
 
-SMARTMONTOOLS STABLE RELEASE 5.38 2008/03/04
+SMARTMONTOOLS STABLE RELEASE 5.38 2008/03/10
 
   [KS] Solaris/x86: modified configure.in for Sun's compiler.
 
diff --git a/sm5/NEWS b/sm5/NEWS
index 0df7b1ee7..bc3683e7d 100644
--- a/sm5/NEWS
+++ b/sm5/NEWS
@@ -1,11 +1,11 @@
 smartmontools NEWS
 ------------------
-CVS ID: $Id: NEWS,v 1.34 2008/03/04 21:24:58 ballen4705 Exp $
+CVS ID: $Id: NEWS,v 1.35 2008/03/10 10:44:30 ballen4705 Exp $
 
 The most up-to-date version of this file is:
 http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/NEWS?view=markup
 
-Date 2008-03-04
+Date 2008-03-10
 Summary: smartmontools release 5.38 (STABLE)
 --------------------------------------------
 This is a stable release of smartmontools.  In addition to changes
@@ -32,7 +32,7 @@ below, it includes:
  - Fix to scheduled tests on Highpoint RAID controllers
  - New samsung firmware bug workaround option
  - Auto-offline and Auto-save fixed in Linux + libata
- - Solaris: better SCSI support
+ - Solaris: better SCSI support and support for Sun compilers AND gcc
  - Fixed and improvements to CCISS support
  - More options for SCSI temperature monitoring and history
  - Additional command line options for selective self-tests
diff --git a/sm5/configure.in b/sm5/configure.in
index 918660304..60caaf106 100644
--- a/sm5/configure.in
+++ b/sm5/configure.in
@@ -1,5 +1,5 @@
 #
-# $Id: configure.in,v 1.134 2008/03/09 13:41:23 card_captor Exp $
+# $Id: configure.in,v 1.135 2008/03/10 10:44:30 ballen4705 Exp $
 #
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.50)
@@ -7,9 +7,9 @@ AC_INIT(smartmontools, 5.38, smartmontools-support@lists.sourceforge.net)
 AC_CONFIG_SRCDIR(smartctl.cpp)
 
 smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"`
-smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.134 2008/03/09 13:41:23 card_captor Exp $'`
-smartmontools_release_date=2008/03/04
-smartmontools_release_time="22:28:04 GMT"
+smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.135 2008/03/10 10:44:30 ballen4705 Exp $'`
+smartmontools_release_date=2008/03/10
+smartmontools_release_time="10:44:07 GMT"
 
 AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args",            [smartmontools Configure Arguments])
 AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date])
-- 
GitLab