Skip to content
Snippets Groups Projects
Commit 8e2a991b authored by ballen4705's avatar ballen4705
Browse files

Release 5.29 RELEASE_5_29

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1513 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 543b84da
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.344 2004/02/23 20:32:10 ballen4705 Exp $ $Id: CHANGELOG,v 1.345 2004/02/24 09:57:26 ballen4705 Exp $
The most recent version of this file is: The most recent version of this file is:
http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup
...@@ -25,6 +25,9 @@ Maintainers / Developers Key: ...@@ -25,6 +25,9 @@ Maintainers / Developers Key:
NOTES FOR FUTURE RELEASES: see TODO file. NOTES FOR FUTURE RELEASES: see TODO file.
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE> <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE>
smartmontools 5.29 (note: there was NO 5.28 release)
[BA] smartd: configure script did not set correct directory to search for [BA] smartd: configure script did not set correct directory to search for
smartd.conf based on --prefix argument to ./configure. Thanks to smartd.conf based on --prefix argument to ./configure. Thanks to
GG for identifying the problem and fix. GG for identifying the problem and fix.
......
smartmontools NEWS smartmontools NEWS
------------------ ------------------
CVS ID: $Id: NEWS,v 1.17 2004/02/23 20:32:12 ballen4705 Exp $ CVS ID: $Id: NEWS,v 1.18 2004/02/24 09:57:27 ballen4705 Exp $
The most up-to-date version of this file is: The most up-to-date version of this file is:
http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/NEWS?sortby=date&view=markup http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/NEWS?sortby=date&view=markup
Date: 2003-2-24
Summary: smartmontools release 5.29 (Experimental, not STABLE)
--------------------------------------------------------------
This is another experimental release, to replace the 5.27 release that
had a damaged configure script. The next stable release will be 5.30
- This release has SCSI support for NetBSD
Date:
Summary: smartmontools release 5.27 Date: 2003-2-12
----------------------------------- Summary: smartmontools release 5.27 (Experimental, not STABLE)
--------------------------------------------------------------
- WARNING: this release has a broken --prefix=/a/path option to the - WARNING: this release has a broken --prefix=/a/path option to the
configure script. The consequence is that smartd will not look for the configure script. The consequence is that smartd will not look for the
configuration file (smartd.conf) at the desired location. configuration file (smartd.conf) at the desired location.
......
# #
# $Id: configure.in,v 1.57 2004/02/23 20:32:12 ballen4705 Exp $ # $Id: configure.in,v 1.58 2004/02/24 09:57:27 ballen4705 Exp $
# #
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(smartmontools, 5.28, smartmontools-support@lists.sourceforge.net) AC_INIT(smartmontools, 5.29, smartmontools-support@lists.sourceforge.net)
AC_CONFIG_SRCDIR(smartctl.c) AC_CONFIG_SRCDIR(smartctl.c)
smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"` smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"`
smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.57 2004/02/23 20:32:12 ballen4705 Exp $'` smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.58 2004/02/24 09:57:27 ballen4705 Exp $'`
smartmontools_release_date=2004/02/12 smartmontools_release_date=2004/02/24
smartmontools_release_time="23:33:10 UTC" smartmontools_release_time="10:02:44 UTC"
AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args", [smartmontools Configure Arguments]) AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args", [smartmontools Configure Arguments])
AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date]) AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date])
......
...@@ -8,7 +8,7 @@ Summary(pt): smartmontools - para monitorar discos e dispositivos S.M.A.R.T. ...@@ -8,7 +8,7 @@ Summary(pt): smartmontools - para monitorar discos e dispositivos S.M.A.R.T.
Summary(it): smartmontools - per monitare dischi e dispositivi S.M.A.R.T. Summary(it): smartmontools - per monitare dischi e dispositivi S.M.A.R.T.
Summary(pl): Monitorowanie i kontrola dyskw uywaj S.M.A.R.T. Summary(pl): Monitorowanie i kontrola dyskw uywaj S.M.A.R.T.
Name: smartmontools Name: smartmontools
Version: 5.28 Version: 5.29
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Group(de): Applikationen/System Group(de): Applikationen/System
...@@ -30,7 +30,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> ...@@ -30,7 +30,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net>
# http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz # http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz
# CVS ID of this file is: # CVS ID of this file is:
# $Id: smartmontools.spec,v 1.149 2004/02/13 01:36:51 ballen4705 Exp $ # $Id: smartmontools.spec,v 1.150 2004/02/24 09:57:27 ballen4705 Exp $
# Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# Home page: http://smartmontools.sourceforge.net/ # Home page: http://smartmontools.sourceforge.net/
...@@ -306,6 +306,32 @@ fi ...@@ -306,6 +306,32 @@ fi
# [PW] Phil Williams # [PW] Phil Williams
%changelog %changelog
* Tue Feb 24 2004 Bruce Allen <smartmontools-support@lists.sourceforge.net>
[BA] smartd: configure script did not set correct directory to search for
smartd.conf based on --prefix argument to ./configure. Thanks to
GG for identifying the problem and fix.
[BA] make clean now removes man pages (generated from *.in) files as well
as object files.
[EM] Correct copying of sense data in FreeBSD SCSI implementation. Thanks
to Sergey Svishchev for noticing the bug.
[BA] On solaris, wrong warning message if no ATA support. Warning message
concerns 3ware controller, not ATA.
[SS] Added SCSI support for NetBSD.
[BA] on big-endian linux machines, fixed interpretation of HDIO_GET_IDENTITY
to correctly identify ATAPI bit (was byte swapped). This should
eliminate some SYSLOG noise if user queries a packet device (eg, CD
ROM or DVD reader).
[PW] Removed warning for IBM Deskstar 40GV & 75GXP series drives with
A5AA/A6AA firmware. Thanks to Gerald Schnabel.
[PW] Added Toshiba TOS MK3019GAXB SUN30G to knowndrives table
[PW] Added Western Digital Caviar AC12500, AC24300, AC25100, AC36400,
and AC38400 to knowndrives table
[BA] When printing ATA error log, print the LBA at which READ
or WRITE commands failed.
[BA] Changed syntax of error message in smartctl
[BA] Added versioning info (-V options to smartd/smartctl) for
Solaris ATA module.
* Thu Feb 12 2004 Bruce Allen <smartmontools-support@lists.sourceforge.net> * Thu Feb 12 2004 Bruce Allen <smartmontools-support@lists.sourceforge.net>
[KS] Added ATA/IDE support for Solaris/SPARC (ATA/IDE not yet for [KS] Added ATA/IDE support for Solaris/SPARC (ATA/IDE not yet for
Solaris/x86). Solaris/x86).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment