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

Revision 5264, 5.3 KB (checked in by khali, 5 years ago)

Improve MAX6657, MAX6658, MAX6659 detection.
Adjust the confidence value of ADM1032, MAX6680/MAX6681 and TMP401.

  • 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  sensors-detect: Add Intel SCH (bus) support
6                  Add SMSC EMC6D103 support
7                  Improve MAX6657, MAX6658, MAX6659 detection
8
93.0.2 (2008-05-18)
10  documentation: Delete the FAQ, now maintained on the wiki
11  libsensors: Use __func__ instead of __FUNCTION__
12              Parse the configuration file in C locale
13              Late compute statements override early ones
14              Support virtual hwmon devices (#2309)
15              Support power and energy sensors
16              Support DOS-style configuration files again (#2284)
17  pwmconfig: Don't create the configuration file before it's needed
18             Don't preserve configuration file customizations
19             Fix permissions of the configuration file
20             Don't start if fancontrol is running (#2299)
21  fancontrol: Don't start if already running (#2299)
22              Delete fancontrol.pid at exit time (#2299)
23  sensord: Fix support of multiple chip names on the command line (#2321)
24  sensors: Print energy and power sensors with automatically scaled units
25  sensors-detect: Add SMSC SCH5027D detection
26                  Do not access I/O ports on PPC
27                  Move south bridge sensor detection to the right section
28                  Run chip_special_cases() earlier
29                  New device ID for the SMSC SCH5317
30                  Add SMSC SCH5127 detection
31                  Add National Semiconductor LM64 detection
32                  Add Asus F8000 detection
33                  Add Intel ICH10 (bus) detection
34                  Don't probe I2C addresses 0x40-0x47
35                  Fix the parsing of I2C addresses not to scan
36                  Detect and skip 1-register-only I2C devices
37                  Avoid SMBus word transactions where possible
38                  Add Dallas DS1631 detection
39
403.0.1 (2008-01-28)
41  documentation: Update the application writing guidelines
42  libsensors: No longer depend on libsysfs (#2262)
43              Don't guess the bus type from the device ID format (#2240)
44              Add support for attributes in the hwmon class device (#2260)
45  Makefile: No warnings about ld configuration for staged installations
46            Document the variable overriding mechanism (#2296)
47  pwmconfig: Really hide errors on sysfs writes
48             Deal gracefully with read-only pwm_enable files
49             Warn about outputs found in automatic mode
50             Repeat available configuration options before prompt (#2289)
51             Fix duplicate warning message when config file is broken
52  fancontrol: Detect improperly formatted FCTEMPS value (#2293)
53  sensord: Fix rrd support (#2276)
54           Use the same colors for daily and weekly charts
55           Drop workaround needed by old versions of rrdtool
56  sensors: Fix error path on library initialization error
57  sensors.conf.eg: Fix voltage value references (g520sm, lm80, pc87366)
58  sensors-detect: Drop PCA9540 detection
59                  Improve sysconfig and modprobe.d integration
60                  Add SMSC SCH5514D-NS detection (no sensors)
61                  Lower the confidence of MAX6650/MAX6651
62                  Add Fintek F71858DG detection
63                  Add Fintek F81216D detection (no sensors)
64  unhide_ICH_SMBus: Add support for the 82801AA (ICH)
65
663.0.0 (2007-11-24)
67  Makefile: Fix MODULE_DIR usage in etc
68            Fix build on PPC
69  pwmconfig: Better diagnostics in pwmdisable
70             Give the fans some time to spin up
71  sensors-detect: Add Texas Instruments TMP401 detection
72                  Mention the f75375s driver
73                  Add SMSC LPC47B367-NC detection (no sensors)
74                  Reduce w83781d/lm78 I2C address probing range
75                  Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection
76
773.0.0-rc3 (2007-10-28)
78  libsensors: Add a default configuration file
79              Fix memory leaks on initialization error
80              Make the configuration file optional
81              Change the default configuration file to /etc/sensors3.conf
82  sensord: Reload config on SIGHUP rather than automatically
83           No default configuration file name
84  sensors: Fix file handle leak on library initialization error
85           Handle the case where voltage measurements aren't available
86           No default configuration file name
87           Install as sensors again
88  sensors.conf.eg: Install as sensors3.conf
89  sensors-detect: Fix SMSC LPC47B357/M967 detection
90                  Select the right driver for FSC chips
91  sensors-detect-stat.pl: Handle alternative chip lists
92
933.0.0-rc2 (2007-10-10)
94  useful_addresses.html: Moved to the wiki
95  Makefile: Add sensors-conf-convert to make install
96  libsensors: Notify the caller when writing a value fails
97              Differentiate between different read error types
98              Report I/O errors as such
99  sensord: Log the error code on failure
100           Drop the configuration file search path mechanism (#2259)
101           Manual page update
102  sensors: Fix spurious critical temperature alarm
103           Print error messages to stderr
104           Make error messages more helpful and consistent
105           Better handling of the fault flags
106  sensors-conf-convert: Add a short help text
107  sensors-detect: Fix SMSC SCH311x detection
108                  Add AMD K10 CPU sensor detection
109
1103.0.0-rc1 (2007-09-25)
111  Initial release
Note: See TracBrowser for help on using the browser.