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

Revision 5337, 6.8 KB (checked in by khali, 5 years ago)

Add MAX1618 detection.

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