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

release 1

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@410 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 0c092657
Branches
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.80 2003/01/04 01:37:47 dpgilbert Exp $ $Id: CHANGELOG,v 1.81 2003/01/04 10:28:35 ballen4705 Exp $
Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
...@@ -34,8 +34,6 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -34,8 +34,6 @@ NOTES FOR FUTURE RELEASES: see TODO file.
CURRENT RELEASE (see VERSION file in this directory): CURRENT RELEASE (see VERSION file in this directory):
smartmontools-5.1.1 smartmontools-5.1.1
[DG] add '-l selftest' capability for SCSI devices (update smartctl.8) [DG] add '-l selftest' capability for SCSI devices (update smartctl.8)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# Home page: http://smartmontools.sourceforge.net # Home page: http://smartmontools.sourceforge.net
# #
# $Id: Makefile,v 1.41 2003/01/03 07:00:27 ballen4705 Exp $ # $Id: Makefile,v 1.42 2003/01/04 10:28:35 ballen4705 Exp $
# #
# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# #
...@@ -45,7 +45,7 @@ releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern. ...@@ -45,7 +45,7 @@ releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern.
counter=$(shell cat VERSION) counter=$(shell cat VERSION)
newcounter=$(shell ./add ) newcounter=$(shell ./add )
pkgname=smartmontools-5.1 pkgname=smartmontools-5.1
pkgname2=$(pkgname)-$(counter) pkgname2=$(pkgname).$(counter)
all: smartd smartctl all: smartd smartctl
@echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\n\n\tman ./smartctl.8\n\tman ./smartd.8\n\tman ./smartd.conf.5\n" @echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\n\n\tman ./smartctl.8\n\tman ./smartd.8\n\tman ./smartd.conf.5\n"
......
Release: 49 Release: 1
Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices
Summary(cs): SMARTmontools - pro monitorovn S.M.A.R.T. disk a zazen Summary(cs): SMARTmontools - pro monitorovn S.M.A.R.T. disk a zazen
Summary(de): SMARTmontools - zur berwachung von S.M.A.R.T.-Platten und-Gerten Summary(de): SMARTmontools - zur berwachung von S.M.A.R.T.-Platten und-Gerten
...@@ -27,10 +27,10 @@ Obsoletes: smartsuite ...@@ -27,10 +27,10 @@ Obsoletes: smartsuite
Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net>
# Source code can be found at: # Source code can be found at:
# 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.76 2003/01/03 07:00:27 ballen4705 Exp $ # $Id: smartmontools.spec,v 1.77 2003/01/04 10:28:35 ballen4705 Exp $
# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# Home page: http://smartmontools.sourceforge.net/ # Home page: http://smartmontools.sourceforge.net/
...@@ -252,6 +252,20 @@ fi ...@@ -252,6 +252,20 @@ fi
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog %changelog
* Sat Jan 4 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- [DG] add '-l selftest' capability for SCSI devices (update smartctl.8)
- [BA] smartd,smartctl: added additional Attribute modification option
-v 220,temp and -v 9,temp.
- [PW] Renamed smartd option -X to -d
- [PW] Changed smartd.conf Directives -- see man page
- [BA/DG] Fixed uncommented comment in smartd.conf
- [DG] Correct 'Recommended start stop count' for SCSI devices
- [PW] Replaced smartd.conf directive -C with smartd option -i
- [PW] Changed options for smartctl -- see man page.
- [BA] Use strerror() to generate system call error messages.
- [BA] smartd: fflush() all open streams before fork().
- [BA] smartctl, smartd simplified internal handling of checksums
for simpler porting and less code.
* Sun Dec 8 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> * Sun Dec 8 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- [PW] smartd --debugmode changed to --debug - [PW] smartd --debugmode changed to --debug
- [BA] smartd/smartctl added attribute 230 Head Amplitude from - [BA] smartd/smartctl added attribute 230 Head Amplitude from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment