root/lm-sensors/trunk/CHANGES @ 5788

Revision 5788, 14.8 KB (checked in by jwrdegoede, 4 years ago)

sensors-detect: Add detecton for Fintek F71869FG

  • 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: Support upcoming sysfs path to i2c adapters
6              Add support for HID devices
7  fancontrol: Check that all referenced sysfs files exist
8              Check that all devices match the configuration file
9  pwmconfig: Exit immediately if not root
10             Save device paths and names in configuration file
11  sensors.conf.default: Encourage user to not modify this file
12  sensors-detect: Refer to tmp401 driver if TMP411 is detected
13                  Clean up the discovery of i2c adapters
14                  Report unsupported Access Bus adapters
15                  Add detection for TI's TMP421, TMP422 and TMP423 chips
16                  The SMSC LPC47M233 isn't currently supported
17                  Support upcoming sysfs path to i2c adapters
18                  Rename the modprobe configuration file to lm_sensors.conf
19                  Drop AMD K10 detection (unreliable sensors)
20                  Add detection for AMD Family 11h thermal sensors
21                  Add detection for Intel Atom thermal sensors
22                  Add detection for National Semiconductor LM73
23                  Add SMBus detection for AMD Hudson-2
24                  Add detection for Nuvoton W83667HG-B and W83677HG-I
25                  Add detection for Analog Devices ADT7490
26                  Refer to f71882fg driver if F71889FG is detected
27                  Add detecton for Fintek F71869FG
28  sysconfig-lm_sensors-convert: Fix exit code
29
303.1.1 (2009-06-21)
31  isadump: Use geteuid instead of getuid so that setuid bit works
32  isaset: Use geteuid instead of getuid so that setuid bit works
33  libsensors: Don't rely on dirent->dt_type being set
34              New method to free the memory allocated for chip names
35  Makefile: Include generated source files in dependency checking
36            Make it possible to skip building of the static library
37  fancontrol: Add support for absolute path to hwmon devices
38  sensord: Remove the hidden commandline interface
39           Introduce struct sensord_arguments
40           Using sigaction for signal handlers
41           Convert to linux coding style
42           Cleanup and refactoring of the source code
43           Don't use the system log when generating a CGI script
44           Disable unit scaling for fan speeds
45           Use daemon logging facility instead of local4 by default
46           Fix a memory leak when a chip name is provided
47  sensors: Fix a memory leak when a chip name is provided
48  sensors-detect: Add nNidia nForce MCP78S SMBus detection
49                  Display Super-I/O address even if LD is disabled
50                  Differentiate between PC8374L and WPCD377I
51                  Use dmidecode to find IPMI interfaces if available
52                  Add Nuvoton W83795G/ADG detection
53                  Add National Semiconductor LM95241 detection
54                  Add Winbond/Nuvoton W83627DHG-P and W83627UHG detection
55
563.1.0 "Happy Birthday Lina" (2009-02-28)
57  libsensors: Add support for instantaneous power sensors
58              Add support for current sensors
59              Fix error propagation during expression evaluation
60              Detect excessive recursion depth during expression eval (#2365)
61              Return a string rather than NULL for unknown errors
62              Skip non-file sysfs entries for speed
63              Fix memory leak in scanner when using flex 2.5.9 or later
64              Report configuration file read errors
65              Exit the configuration file parser sooner
66              Free bus statements from the configuration file sooner
67              Read extra configuration files from /etc/sensors.d (#2174)
68              Report the configuration file name on parse errors
69              Add support for ACPI devices
70  libsensors.3: Reformat for clarity
71                Document function sensors_snprintf_chip_name
72                Document error-related functions
73  lm_sensors.init: Support new format of /etc/sysconfig/lm_sensors (#2246)
74                   Drop support for kernels 2.4 and earlier
75  lm_sensors.init.suse: Delete (actual SuSE script is much different)
76  Makefile: Install sensors.conf.default instead of sensors.conf.eg (#2333)
77  pwmconfig: Drop support for kernels 2.4 and earlier
78  fancontrol: Don't round temperature values
79              Drop support for kernels 2.4 and earlier
80              Exit if configuration file can't be read
81              Create pid file only after successful initialization
82  maxilife scripts: Delete (driver never ported to Linux 2.6)
83  sensord: Accept negative temperatures in RRD database
84           Don't bail out on transient errors (#2330)
85  sensors: Add support for instantaneous power sensors
86           Add support for current sensors
87           Fix exit code in error case
88  sensors.conf.5: Lots of additions and reworks
89  sensors.conf.default: New, minimum version of sensors.conf.eg (#2333)
90                        Add sections for the SMSC SCH311x and SCH5027
91  sensors.conf.eg: The LM99 offset is now handled in the lm90 driver
92                   Move help section to sensors.conf.5
93                   Add a section for the Asus/Fintek F8000
94  sensors-detect: Fix detection of ADT7463 and LM96000
95                  Add VIA VX800/VX820 SMBus support
96                  Fix detection of Intel 5000 series FB-DIMM AMB
97                  Fix detection of ADT7462
98                  Fix detection of SMSC LPC47M292
99                  Add SMSC LPC47M233 support
100                  Drop support for Linux 2.4 (#2325)
101                  Handle special case chips more efficiently
102                  Fix SMBus detection of W83627EHF and W83627DHG
103                  Get I2C adapter driver names from sysfs (#2328)
104                  Drop old SiS I2C adapter entries
105                  Drop separate LM78-J entry
106                  Merge all Mozart-2 entries
107                  Merge both GL518SM entries into one
108                  Complete GL520SM detection
109                  Improve GL525SM detection a bit
110                  Let kernel 2.6.28 and later handle chips aliases
111                  Unload kernel drivers when we are done with them (#2329)
112                  Fix handling of bus driver names with an underscore
113                  Simplify loading of bus drivers
114                  Fix bus number prediction logic (#2327)
115                  Suggest the sbs driver for smart batteries
116                  Drop alias detection for Super-I/O chips
117                  Move alias detection after all chip detections
118                  Probe chip types from safest to more risky (#2322)
119                  Add an option to skip ISA probes except IPMI
120                  Skip ISA detection by default if a Super I/O was found (#2322)
121                  Do not scan I2C adapters on multimedia cards by default
122                  Skip SMBus probing by default if a Super I/O was found (#2322)
123                  Display I2C address statictics with --stat
124                  Document the new detection order and rules
125                  Gather DMI data and print it at start-up
126                  Always probe the SMBus on Asus, Tyan and Supermicro boards
127                  Move IPMI interface detection to its own section
128                  Skip IPMI probing on laptops
129                  Add Winbond/Nuvoton W83667HG support
130                  Add Intel Core I7 support
131                  Generate new format for /etc/sysconfig/lm_sensors (#2246)
132                  Print warnings about missing modules on screen
133                  Fix detection of older DS1621
134                  Add nNidia nForce MCP67, MCP73, MCP79 SMBus support
135                  Exclude auto-loaded PCI and USB drivers from list (#2368)
136                  Special case probing i2c address 0x73 (to not crash FSC ICs)
137                  Add detection of FSC Hades and Syleus IC's
138                  Add detection of Winbond WPCD377I (no sensors)
139  sensors-detect-stat.pl: Delete (functionality merged into sensors-detect)
140  sysconfig-lm_sensors-convert: Sample config file conversion script (#2246)
141
1423.0.3 (2008-09-28)
143  libsensors: Avoid namespace pollution
144  fancontrol: Don't use named pipes when we don't need them (#2319)
145  pwmconfig: Tell the user about gnuplot if it isn't installed
146             Fix MINSTOP and MINSTART test functions (#2340)
147             Test MINSTOP before MINSTART
148             Use better step values for MINSTOP test
149             Print the revision and date at start-up
150             Detect and report obviously incorrect fan speeds
151             Determine MINSTOP automatically
152             Skip MINSTOP and MINSTART tests if fan can't stop
153             Change default for MINTEMP from 0 to 20 degrees C
154             Add support for attributes in the hwmon class device (#2260)
155             Update manual page
156  sensors.conf.eg: Drop "label temp#_crit" statements
157  sensors-detect: Add Intel SCH (bus) support
158                  Add SMSC EMC6D103 support
159                  Improve MAX6657, MAX6658, MAX6659 detection
160                  Cache the byte data reads (#2326)
161                  Add Maxim MAX6654/MAX6690 support
162                  Add National Semiconductor LM95231 support
163                  Add Analog Devices ADT7481 support
164                  Refactor alias detection functions
165                  Fix Andigilog aSC7621 support
166                  Add Texas Instruments THMC51 support
167                  Fix Analog Devices ADT7461 support
168                  Add VIA C7 support
169                  Fix Winbond W83L786NR/NG/R/G support (#2336)
170                  Add Maxim MAX6646/MAX6647/MAX6649 support
171                  Add VIA VT1212 support
172                  Add SMSC EMC2700LPC support
173                  Add ITE IT8720F support
174                  Add Texas Instruments TMP411 support
175                  Prevent misdetection of W83627DHG on I2C as LM78
176                  W83627DHG has no subclients
177                  Add Maxim MAX1618 support
178
1793.0.2 (2008-05-18)
180  documentation: Delete the FAQ, now maintained on the wiki
181  libsensors: Use __func__ instead of __FUNCTION__
182              Parse the configuration file in C locale
183              Late compute statements override early ones
184              Support virtual hwmon devices (#2309)
185              Support power and energy sensors
186              Support DOS-style configuration files again (#2284)
187  pwmconfig: Don't create the configuration file before it's needed
188             Don't preserve configuration file customizations
189             Fix permissions of the configuration file
190             Don't start if fancontrol is running (#2299)
191  fancontrol: Don't start if already running (#2299)
192              Delete fancontrol.pid at exit time (#2299)
193  sensord: Fix support of multiple chip names on the command line (#2321)
194  sensors: Print energy and power sensors with automatically scaled units
195  sensors-detect: Add SMSC SCH5027D detection
196                  Do not access I/O ports on PPC
197                  Move south bridge sensor detection to the right section
198                  Run chip_special_cases() earlier
199                  New device ID for the SMSC SCH5317
200                  Add SMSC SCH5127 detection
201                  Add National Semiconductor LM64 detection
202                  Add Asus F8000 detection
203                  Add Intel ICH10 (bus) detection
204                  Don't probe I2C addresses 0x40-0x47
205                  Fix the parsing of I2C addresses not to scan
206                  Detect and skip 1-register-only I2C devices
207                  Avoid SMBus word transactions where possible
208                  Add Dallas DS1631 detection
209
2103.0.1 (2008-01-28)
211  documentation: Update the application writing guidelines
212  libsensors: No longer depend on libsysfs (#2262)
213              Don't guess the bus type from the device ID format (#2240)
214              Add support for attributes in the hwmon class device (#2260)
215  Makefile: No warnings about ld configuration for staged installations
216            Document the variable overriding mechanism (#2296)
217  pwmconfig: Really hide errors on sysfs writes
218             Deal gracefully with read-only pwm_enable files
219             Warn about outputs found in automatic mode
220             Repeat available configuration options before prompt (#2289)
221             Fix duplicate warning message when config file is broken
222  fancontrol: Detect improperly formatted FCTEMPS value (#2293)
223  sensord: Fix rrd support (#2276)
224           Use the same colors for daily and weekly charts
225           Drop workaround needed by old versions of rrdtool
226  sensors: Fix error path on library initialization error
227  sensors.conf.eg: Fix voltage value references (g520sm, lm80, pc87366)
228  sensors-detect: Drop PCA9540 detection
229                  Improve sysconfig and modprobe.d integration
230                  Add SMSC SCH5514D-NS detection (no sensors)
231                  Lower the confidence of MAX6650/MAX6651
232                  Add Fintek F71858DG detection
233                  Add Fintek F81216D detection (no sensors)
234  unhide_ICH_SMBus: Add support for the 82801AA (ICH)
235
2363.0.0 (2007-11-24)
237  Makefile: Fix MODULE_DIR usage in etc
238            Fix build on PPC
239  pwmconfig: Better diagnostics in pwmdisable
240             Give the fans some time to spin up
241  sensors-detect: Add Texas Instruments TMP401 detection
242                  Mention the f75375s driver
243                  Add SMSC LPC47B367-NC detection (no sensors)
244                  Reduce w83781d/lm78 I2C address probing range
245                  Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection
246
2473.0.0-rc3 (2007-10-28)
248  libsensors: Add a default configuration file
249              Fix memory leaks on initialization error
250              Make the configuration file optional
251              Change the default configuration file to /etc/sensors3.conf
252  sensord: Reload config on SIGHUP rather than automatically
253           No default configuration file name
254  sensors: Fix file handle leak on library initialization error
255           Handle the case where voltage measurements aren't available
256           No default configuration file name
257           Install as sensors again
258  sensors.conf.eg: Install as sensors3.conf
259  sensors-detect: Fix SMSC LPC47B357/M967 detection
260                  Select the right driver for FSC chips
261  sensors-detect-stat.pl: Handle alternative chip lists
262
2633.0.0-rc2 (2007-10-10)
264  useful_addresses.html: Moved to the wiki
265  Makefile: Add sensors-conf-convert to make install
266  libsensors: Notify the caller when writing a value fails
267              Differentiate between different read error types
268              Report I/O errors as such
269  sensord: Log the error code on failure
270           Drop the configuration file search path mechanism (#2259)
271           Manual page update
272  sensors: Fix spurious critical temperature alarm
273           Print error messages to stderr
274           Make error messages more helpful and consistent
275           Better handling of the fault flags
276  sensors-conf-convert: Add a short help text
277  sensors-detect: Fix SMSC SCH311x detection
278                  Add AMD K10 CPU sensor detection
279
2803.0.0-rc1 (2007-09-25)
281  Initial release
Note: See TracBrowser for help on using the browser.