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

Revision 5343, 6.9 KB (checked in by khali, 5 years ago)

Add support for drivers that place the hwmon attributes in the hwmon
class device directory rather than directly in the device directory.
This is what virtual devices have.

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