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

Revision 5243, 4.8 KB (checked in by khali, 5 years ago)

Fix the parsing of I2C addresses not to scan.

  • 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
303.0.1 (2008-01-28)
31  documentation: Update the application writing guidelines
32  libsensors: No longer depend on libsysfs (#2262)
33              Don't guess the bus type from the device ID format (#2240)
34              Add support for attributes in the hwmon class device (#2260)
35  Makefile: No warnings about ld configuration for staged installations
36            Document the variable overriding mechanism (#2296)
37  pwmconfig: Really hide errors on sysfs writes
38             Deal gracefully with read-only pwm_enable files
39             Warn about outputs found in automatic mode
40             Repeat available configuration options before prompt (#2289)
41             Fix duplicate warning message when config file is broken
42  fancontrol: Detect improperly formatted FCTEMPS value (#2293)
43  sensord: Fix rrd support (#2276)
44           Use the same colors for daily and weekly charts
45           Drop workaround needed by old versions of rrdtool
46  sensors: Fix error path on library initialization error
47  sensors.conf.eg: Fix voltage value references (g520sm, lm80, pc87366)
48  sensors-detect: Drop PCA9540 detection
49                  Improve sysconfig and modprobe.d integration
50                  Add SMSC SCH5514D-NS detection (no sensors)
51                  Lower the confidence of MAX6650/MAX6651
52                  Add Fintek F71858DG detection
53                  Add Fintek F81216D detection (no sensors)
54  unhide_ICH_SMBus: Add support for the 82801AA (ICH)
55
563.0.0 (2007-11-24)
57  Makefile: Fix MODULE_DIR usage in etc
58            Fix build on PPC
59  pwmconfig: Better diagnostics in pwmdisable
60             Give the fans some time to spin up
61  sensors-detect: Add Texas Instruments TMP401 detection
62                  Mention the f75375s driver
63                  Add SMSC LPC47B367-NC detection (no sensors)
64                  Reduce w83781d/lm78 I2C address probing range
65                  Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection
66
673.0.0-rc3 (2007-10-28)
68  libsensors: Add a default configuration file
69              Fix memory leaks on initialization error
70              Make the configuration file optional
71              Change the default configuration file to /etc/sensors3.conf
72  sensord: Reload config on SIGHUP rather than automatically
73           No default configuration file name
74  sensors: Fix file handle leak on library initialization error
75           Handle the case where voltage measurements aren't available
76           No default configuration file name
77           Install as sensors again
78  sensors.conf.eg: Install as sensors3.conf
79  sensors-detect: Fix SMSC LPC47B357/M967 detection
80                  Select the right driver for FSC chips
81  sensors-detect-stat.pl: Handle alternative chip lists
82
833.0.0-rc2 (2007-10-10)
84  useful_addresses.html: Moved to the wiki
85  Makefile: Add sensors-conf-convert to make install
86  libsensors: Notify the caller when writing a value fails
87              Differentiate between different read error types
88              Report I/O errors as such
89  sensord: Log the error code on failure
90           Drop the configuration file search path mechanism (#2259)
91           Manual page update
92  sensors: Fix spurious critical temperature alarm
93           Print error messages to stderr
94           Make error messages more helpful and consistent
95           Better handling of the fault flags
96  sensors-conf-convert: Add a short help text
97  sensors-detect: Fix SMSC SCH311x detection
98                  Add AMD K10 CPU sensor detection
99
1003.0.0-rc1 (2007-09-25)
101  Initial release
Note: See TracBrowser for help on using the browser.