]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - NEWS
20_fix-scsi-disk-detection.diff: patch from Douglas Gilbert to fix scsi disk detection
[mirror_smartmontools-debian.git] / NEWS
CommitLineData
832b75ed
GG
1smartmontools NEWS
2------------------
9ebc753d 3CVS ID: $Id: NEWS,v 1.32 2006/12/20 20:39:25 chrfranke Exp $
832b75ed
GG
4
5The most up-to-date version of this file is:
4d59bff9 6http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/NEWS?view=markup
832b75ed 7
9ebc753d
GG
8Date 2006-12-20
9Summary: smartmontools release 5.37 (UNSTABLE/EXPERIMENTAL)
10-----------------------------------------------------------
11This is an unstable/experimental release of smartmontools.
12It includes:
13
14- Many additions to the table of known drives
15- SAT (SCSI/ATA Translation) support
16- SCSI background scan results log
17- smartd -W directive for temperature tracking and warning
18- smartctl -n option to check power state
19- improved smartd power state logging
20- CCISS support under Linux
21- HighPoint RocketRAID support under Linux
22- 3ware RAID support under Windows
23- SPT interface for SCSI devices under Windows
24- ATA selective self test under Windows XP/2003
25- NSIS installer support for Windows version
26- Started move from C to C++
27- Various other improvements
28
29
832b75ed
GG
30Date 2006-04-12
31Summary: smartmontools release 5.36 (STABLE)
32-----------------------------------------------------------
33This is a stable smartmontools release. The 5.34 version
34described just below was never officially released because
35Bruce Allen decided to wait until Linux support for
36accessing SATA devices through libata was in the official
37kernel.org sources. Changes include:
38
39- Win 2000/XP:ability to cancel drive self-tests
40- Additions to the table of known drives
41- FreeBSD support for 3ware char device interface and
42 multiple 3ware cards
43- Various cygwin improvements for running as service
44- Works 'out of the box' with Linux SATA libata
45- smartd option added to list test schedules
46- smartctl option added to list part of drive database
47- various improvements for SCSI disks and logs
48
49
50Date 2005-04-19
51Summary: smartmontools release 5.34 (STABLE)
52-----------------------------------------------------------
53This is a stable smartmontools release. It includes:
54- OS/2 and eComStation support
55All Platforms:
56 - Printing of drive family info
57 - SCSI disks: output size of grown defect list
58 - Added info about drive family to 'smartctl -i' output.
59 - Added option ',q' for smartd '-n' directive to suppress
60 'skipping checks' message which may spin up laptop disk.
61 - Added message if smartd '-n' check power mode spins up disk.
62Cygwin and Windows:
63 - Added info about Windows version and service pack to banner line.
64 - Added support for smartd '-n' directive for Win2000/XP.
65 - Added support for READ_LOG for WinNT4 also.
66 - Fixed bug that prevents display of empty logs on Win2000/XP
67 - Fixed use of cached smart enabled state in 'smartctl -i' output.
68Windows:
69 - Fixed bug that prevents running smartd as service on WinNT4.
70
71
72Date 2004-9-5
73Summary: smartmontools release 5.33 (UNSTABLE/EXPERIMENTAL)
74-----------------------------------------------------------
75This is an unstable/experimental release of smartmontools. It includes
76 - support for Darwin/Mac OSX
77 - support for OpenBSD
78 - support for 3ware ATA RAID controllers under FreeBSD
79 - support for 3ware 9500 series SATA RAID controllers under
80 Linux. Use /dev/twa[0-15] devices to access these.
81 - support for 3ware character device interfaces /dev/twe[0-15]
82 under Linux. This allows (for example) Selective Self-tests.
83 - support for Marvell chip-set based SATA controllers under Linux.
84 - smartd mail now works also under Windows (using "Blat" mailer).
85 - smartd can now be run as a Windows service.
86Please report sucess/failure with these items to the
87smartmontools-support mailing list.
88
89
90Date 2004-7-5
91Summary: smartmontools release 5.32 (STABLE)
92-----------------------------------------------------------
93This is an stable release of smartmontools.
94Note added 2004/7/7: users building a Solaris/Intel version of the code should
95modify the 'configure' file, changing "pc-*-solaris*" on line 106
96to read "*-pc-solaris*". Reference:
4d59bff9 97http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/configure.in?r1=1.83&r2=1.84
832b75ed
GG
98
99
100Date: 2004-5-4
101Summary: smartmontools release 5.31 (UNSTABLE/EXPERIMENTAL)
102-----------------------------------------------------------
103This is an unstable/experimental release of smartmontools. It includes
104several new features:
105- Windows smartd daemon
106- smartd now monitors current and pending sector counts
107- Support for ATA-7 selective self-test features (Linux/NetBSD only)
108 Please report sucess/failure with this option to the smartmontools-support
109 mailing list.
110
111Date: 2004-3-6
112Summary: smartmontools release 5.30 (STABLE)
113--------------------------------------------
114This is a stable release of smartmontools: the first stable release
115since 5.26.
116- KNOWN BUG (identified/fixed by CF): smartd will segv and crash if
117 the configuration file /etc/smartd.conf contains NO valid entries.
118 This bug was introduced in version 1.259 of smartd.c by BA and
119 is present in smartmontools releases 5.27-5.30 inclusive. This can
120 be fixed by editing line 3165 of smartd.c, and changing:
121 "else if (cfgentries[0]) {"
122 to read:
123 "else if (cfgentries && cfgentries[0]) {"
124
125
126Date: 2004-2-24
127Summary: smartmontools release 5.29 (Experimental, not STABLE)
128--------------------------------------------------------------
129This is another experimental release, to replace the 5.27 release that
130had a damaged configure script. The next stable release will be 5.30
131- This release has SCSI support for NetBSD
132
133
134Date: 2004-2-12
135Summary: smartmontools release 5.27 (Experimental, not STABLE)
136--------------------------------------------------------------
137- WARNING: this release has a broken --prefix=/a/path option to the
138 configure script. The consequence is that smartd will not look for the
139 configuration file (smartd.conf) at the desired location.
140- NetBSD support added
141- A new Directive (-s) for smartd.conf now enables flexible automatic
142 scheduled self-testing for both ATA and SCSI devices.
143- Solaris now has ATA device support (SPARC only)
144- A new Directive (-n) for smartd.conf to avoid spinning up disks
145- Errors when smartd sends mail are now logged to SYSLOG
146- Solaris smartd mail now works correctly (uses mailx not mail)
147
148
149Date: 2003-11-29
150Summary: smartmontools release 5.26
151-----------------------------------
152This is a stable smartmontools release. The only known problem is
153that under Solaris, the email features of smartd do not work 'out of
154the box'. Three workarounds are:
155 [1] use '-M exec mailx' in /etc/smartd.conf
156 [2] in the start script for smartd, put /usr/ucb into PATH before
157 /bin
158 [3] upgrade to release 5.27 or later, or the latest CVS snapshot
159
160
161Date: 2003-11-19
162Summary: smartmontools release 5.25
163-----------------------------------
164This release should not hang when accessing USB devices. It provides
165smartd SCSI self-test log monitoring for self-test errors, and a
166larger table of known ATA drives. DEVICESCAN should work correctly
167even on file systems containing XFS or JFS partitions, and on machines
168that use devfs, even without traditional links.
169
170From this time on, even numbered releases will be 'stable' ones and
171odd numbered releases (like 5.25) will be unstable/testing/development
172releases.
173
174
175Date: 2003-10-30
176Summary: smartmontools release 5.23
177-----------------------------------
178This release has one known problem: DEVICESCAN device scanning does
179not work correctly if the disk with the /dev directory also has XFS
180or JFS file systems on it.
181
182
183Date: 2003-10-28
184Summary: smartmontools release 5.22
185-----------------------------------
186Replaces flawed 5.21 release: the -T verypermissive option had to be
187entered as -T verpermissive. First experimental solaris support (SCSI
188only). This release had a serious flaw: smartd left open file descriptors
189for devices that it couldn't monitor.
190
191
192Date: 2003-10-14
193Summary: smartmontools release 5.21
194-----------------------------------
195Preliminary support for FreeBSD added to smartmontools. For FreeBSD,
196ATA support requires a 5.1-CURRENT kernel while SCSI support should
197work across multiple versions (any that support CAM).
198
199
200Date: 2003-10-04
201Summary: smartmontools release 5.20
202-----------------------------------
203Replaces flawed 5.19 release (which had a zero-length man page
204smartd.conf.5).
205
206
207Date: 2003-10-03
208Summary: smartmontools release 5.19
209-----------------------------------
210This is the first release of smartmontools based on autoconf/automake.
211For this reason, it is a very experimental release. Please let us
212know in particular about documenation errors/omissions, missing or
213unneccesary files, and similar oversights. The major changes are:
214 [1] installation scripts based on autoconfig/automake
215 [2] ./configure [options] lets you set arbitrary paths
216 [3] supports FHS with ./configure --prefix=/usr/local
217 [4] correct paths are inserted into all man pages, binaries, etc.
218 [5] tarballs and RPMs are now GPG-signed
219
220
221Date: 2003-10-02 11:35
222Summary: smartd SEGV
223--------------------
224Some versions of smartd, including smartmontools release 5.1-18, will
225SEGV if the combination of Directives in /etc/smartd.conf contains
226-l error
227AND/OR
228-l selftest
229without any Attribute monitoring Directives. This is fixed in 5.19
230and above.
231
232A good workaround is to add:
233-o on
234OR
235-o off
236to enable or disable automatic offline data collection.
237
238
239Date: 2002-11-17 07:41
240Summary: testunitready bug in smartd
241------------------------------------
242A bug in smartd prevented functioning on scsi devices.
243The bug in question only affects smartd users with scsi devices.
244To see if your version of smartd has the testunitready() bug, do
245smartd -V
246If the version of the module smartd.c in a line like:
247Module: smartd.c revision: 1.66 date: 2002/11/17
248has a revision greater than or equal to 1.30, and less than or
249equal to 1.64, then your version of the code has this problem.
250
251This problem affected releases starting with RELEASE_5_0_16 up to and
252including RELEASE_5_0_43.