root/lm-sensors/trunk/CHANGES @ 5726

Revision 5726, 12.9 KB (checked in by khali, 4 years ago)

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