forked from guzu/hddtemp
-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
131 lines (102 loc) · 4.06 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
v0.4.2
=============================
* fix daemon error
* fix tabs
v0.4.1
=============================
* fix build on systems with old glibc, fix compile warnings
v0.4
=============================
* use minimal database for drives not covered by defaults
* first try S.M.A.R.T. attribute 194, otherwise try attribute 190
* add support for NVME bus
* added ata-model patch (model is limited to 40 chars, so don't display junk after it)
* allow binding to a listen address that doesn't exist yet
* implement drives auto-detection
* add -F --foreground option: don't daemonize, stay in foreground
v0.3 beta15
=============================
* --fahrenheit option removed and replace by --unit
* Swedish translation (from Daniel Nylander)
* Portuguese translation (from the Debian Translation Team)
* When specifying --quiet and --numeric and if there's a problem hddtemp
display zero (should it be something like 999 instead of 0 ?).
* Update license informations in many files
* Fix syslog bug if clock scew
* Fix man page
* Better detection of non SMART capable ATAPI CDROM drives
* Better detection of SG_IO support.
v0.3 beta14
=============================
* add potion for reporting value in Farhenheit
* fix daemonization mode (thanks to Aurelien Jarno)
* improvements and spelling fixes for the man page.
* free database after getting useful entries (for a smaller memory footprint
in daemon mode.
* bus type can be forced by prefixing device drive path with SATA/PATA/SCSI
* update man page
v0.3 beta13
=============================
* fix backtracing
* big thanks to Aurelien Jarno, maintainer from the Debian project for all
the following contributions:
* fix SCSI with 2.6.x kernels (use the SG_IO iotcl)
* fix manpage and README files
* add syslog feature
* add SATA support via ATA pass-through API
* and some code cleanups
v0.3 beta12
=============================
* IPv6 support
* fixing backtracing : backtracing isn't available on non-x86 architecture.
* fixing manpage location from 1 to 8.
* fixing some messages that should have been printed on stderr.
* rest on kernel for SMART accessibility.
* add -w switch to force drive wake-up when necessary.
v0.3 beta11
=============================
* fix a security problem related to the generation of the backtrace/stacktrace file
(from Ville Skytta <ville.skytta@iki.fi>).
* fix a little problem about backtracing architectures different than i386.
v0.3 beta10
=============================
* fix daemon mode problem from beta 9
* correct some typo in man page and in french .po file (from Aurelien Jarno <aurelien@aurel32.net>)
* add backtracing facilities
v0.3 beta9
=============================
* remove listen function from the loop in daemon mode.
* correct some signal problems in daemon mode.
v0.3 beta8
=============================
* hddtemp.db is now back into /usr/share. By default, it is not anymore in
/etc. hddtemp.db is not a configuration file...
This can be changed with --with-db-path option of 'configure' script.
* Some informations about how to report me a new drive (main.c and hddtemp man
page).
* hddtemp.db is not loaded if drives are only SCSI drives.
* for IDE drives, check if drive is spinning/not sleeping before querying
temperature.
v0.3 beta7 (from Aurelien Jarno <aurel32@debian.org>)
=============================
* use autoconf/automake
* full internationalization support
* update fr.po
v0.3 beta6
=============================
* fix SCSI model reading
* add option -l for listening on a specific interface address
v0.3 beta5
=============================
* adding ru.po file (from Michael Shigorin <mike@altlinux.ru>)
* some fixes for internationalization (from Aurelien Jarno <aurelien@aurel32.net>)
v0.3 beta4
=============================
* correct a problem in daemon mode when hddtemp is re-launch
quickly, hddtemp wasn't able to re-open its port.
v0.3 beta3
=============================
* fix a problem with GCC 3.2
* include a patch for only displaying the temperature
* correct some messages
* start a the Changelog :o)