root/lm-sensors/trunk/CHANGES @ 5640

Revision 5640, 11.1 KB (checked in by khali, 4 years ago)

Typo.

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