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

Revision 5246, 4.9 KB (checked in by khali, 5 years ago)

Rework all device detection routines which use SMBus read word
transactions in address range 0x40-0x48. Some devices don't like word
transactions, so we now try to do as much of the detection as possible
using byte transactions, and only use word transactions when there is
a good chance that the detection will succeed.

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