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

Revision 5504, 8.9 kB (checked in by khali, 43 minutes ago)

Do not scan I2C adapters on multimedia cards by default. I've never
seen a hardware monitoring chip on such boards, and probing them can
cause problems.

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