root/lm-sensors/branches/lm-sensors-3.0.0/CHANGES @ 5327

Revision 5327, 6.5 KB (checked in by khali, 5 years ago)

Determine MINSTOP automatically.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1lm-sensors CHANGES file
2-----------------------
3
4SVN-HEAD
5  libsensors: Avoid namespace pollution
6  fancontrol: Don't use named pipes when we don't need them (#2319)
7  pwmconfig: Tell the user about gnuplot if isn't installed
8             Fix MINSTOP and MINSTART test functions
9             Test MINSTOP before MINSTART
10             Use better step values for MINSTOP test
11             Print the revision and date at start-up
12             Detect and report obviously incorrect fan speeds
13             Determine MINSTOP automatically
14  sensors-detect: Add Intel SCH (bus) support
15                  Add SMSC EMC6D103 support
16                  Improve MAX6657, MAX6658, MAX6659 detection
17                  Cache the byte data reads (#2326)
18                  Add Maxim MAX6654/MAX6690 support
19                  Add National Semiconductor LM95231 support
20                  Add Analog Devices ADT7481 support
21                  Refactor alias detection functions
22                  Fix Andigilog aSC7621 support
23                  Add Texas Instruments THMC51 support
24                  Fix Analog Devices ADT7461 support
25                  Add VIA C7 support
26                  Fix Winbond W83L786NR/NG/R/G support (#2336)
27                  Add Maxim MAX6646/MAX6647/MAX6649 support
28                  Add VIA VT1212 support
29                  Add SMSC EMC2700LPC support
30                  Add ITE IT8720 support
31                  Add Texas Instruments TMP411 support
32
333.0.2 (2008-05-18)
34  documentation: Delete the FAQ, now maintained on the wiki
35  libsensors: Use __func__ instead of __FUNCTION__
36              Parse the configuration file in C locale
37              Late compute statements override early ones
38              Support virtual hwmon devices (#2309)
39              Support power and energy sensors
40              Support DOS-style configuration files again (#2284)
41  pwmconfig: Don't create the configuration file before it's needed
42             Don't preserve configuration file customizations
43             Fix permissions of the configuration file
44             Don't start if fancontrol is running (#2299)
45  fancontrol: Don't start if already running (#2299)
46              Delete fancontrol.pid at exit time (#2299)
47  sensord: Fix support of multiple chip names on the command line (#2321)
48  sensors: Print energy and power sensors with automatically scaled units
49  sensors-detect: Add SMSC SCH5027D detection
50                  Do not access I/O ports on PPC
51                  Move south bridge sensor detection to the right section
52                  Run chip_special_cases() earlier
53                  New device ID for the SMSC SCH5317
54                  Add SMSC SCH5127 detection
55                  Add National Semiconductor LM64 detection
56                  Add Asus F8000 detection
57                  Add Intel ICH10 (bus) detection
58                  Don't probe I2C addresses 0x40-0x47
59                  Fix the parsing of I2C addresses not to scan
60                  Detect and skip 1-register-only I2C devices
61                  Avoid SMBus word transactions where possible
62                  Add Dallas DS1631 detection
63
643.0.1 (2008-01-28)
65  documentation: Update the application writing guidelines
66  libsensors: No longer depend on libsysfs (#2262)
67              Don't guess the bus type from the device ID format (#2240)
68              Add support for attributes in the hwmon class device (#2260)
69  Makefile: No warnings about ld configuration for staged installations
70            Document the variable overriding mechanism (#2296)
71  pwmconfig: Really hide errors on sysfs writes
72             Deal gracefully with read-only pwm_enable files
73             Warn about outputs found in automatic mode
74             Repeat available configuration options before prompt (#2289)
75             Fix duplicate warning message when config file is broken
76  fancontrol: Detect improperly formatted FCTEMPS value (#2293)
77  sensord: Fix rrd support (#2276)
78           Use the same colors for daily and weekly charts
79           Drop workaround needed by old versions of rrdtool
80  sensors: Fix error path on library initialization error
81  sensors.conf.eg: Fix voltage value references (g520sm, lm80, pc87366)
82  sensors-detect: Drop PCA9540 detection
83                  Improve sysconfig and modprobe.d integration
84                  Add SMSC SCH5514D-NS detection (no sensors)
85                  Lower the confidence of MAX6650/MAX6651
86                  Add Fintek F71858DG detection
87                  Add Fintek F81216D detection (no sensors)
88  unhide_ICH_SMBus: Add support for the 82801AA (ICH)
89
903.0.0 (2007-11-24)
91  Makefile: Fix MODULE_DIR usage in etc
92            Fix build on PPC
93  pwmconfig: Better diagnostics in pwmdisable
94             Give the fans some time to spin up
95  sensors-detect: Add Texas Instruments TMP401 detection
96                  Mention the f75375s driver
97                  Add SMSC LPC47B367-NC detection (no sensors)
98                  Reduce w83781d/lm78 I2C address probing range
99                  Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection
100
1013.0.0-rc3 (2007-10-28)
102  libsensors: Add a default configuration file
103              Fix memory leaks on initialization error
104              Make the configuration file optional
105              Change the default configuration file to /etc/sensors3.conf
106  sensord: Reload config on SIGHUP rather than automatically
107           No default configuration file name
108  sensors: Fix file handle leak on library initialization error
109           Handle the case where voltage measurements aren't available
110           No default configuration file name
111           Install as sensors again
112  sensors.conf.eg: Install as sensors3.conf
113  sensors-detect: Fix SMSC LPC47B357/M967 detection
114                  Select the right driver for FSC chips
115  sensors-detect-stat.pl: Handle alternative chip lists
116
1173.0.0-rc2 (2007-10-10)
118  useful_addresses.html: Moved to the wiki
119  Makefile: Add sensors-conf-convert to make install
120  libsensors: Notify the caller when writing a value fails
121              Differentiate between different read error types
122              Report I/O errors as such
123  sensord: Log the error code on failure
124           Drop the configuration file search path mechanism (#2259)
125           Manual page update
126  sensors: Fix spurious critical temperature alarm
127           Print error messages to stderr
128           Make error messages more helpful and consistent
129           Better handling of the fault flags
130  sensors-conf-convert: Add a short help text
131  sensors-detect: Fix SMSC SCH311x detection
132                  Add AMD K10 CPU sensor detection
133
1343.0.0-rc1 (2007-09-25)
135  Initial release
Note: See TracBrowser for help on using the browser.