root/lm-sensors/tags/V3-0-2/CHANGES

Revision 5254, 5.1 KB (checked in by khali, 4 years ago)

Prepare for release.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1lm-sensors CHANGES file
2-----------------------
3
43.0.2 (2008-05-18)
5  documentation: Delete the FAQ, now maintained on the wiki
6  libsensors: Use __func__ instead of __FUNCTION__
7              Parse the configuration file in C locale
8              Late compute statements override early ones
9              Support virtual hwmon devices (#2309)
10              Support power and energy sensors
11              Support DOS-style configuration files again (#2284)
12  pwmconfig: Don't create the configuration file before it's needed
13             Don't preserve configuration file customizations
14             Fix permissions of the configuration file
15             Don't start if fancontrol is running (#2299)
16  fancontrol: Don't start if already running (#2299)
17              Delete fancontrol.pid at exit time (#2299)
18  sensord: Fix support of multiple chip names on the command line (#2321)
19  sensors: Print energy and power sensors with automatically scaled units
20  sensors-detect: Add SMSC SCH5027D detection
21                  Do not access I/O ports on PPC
22                  Move south bridge sensor detection to the right section
23                  Run chip_special_cases() earlier
24                  New device ID for the SMSC SCH5317
25                  Add SMSC SCH5127 detection
26                  Add National Semiconductor LM64 detection
27                  Add Asus F8000 detection
28                  Add Intel ICH10 (bus) detection
29                  Don't probe I2C addresses 0x40-0x47
30                  Fix the parsing of I2C addresses not to scan
31                  Detect and skip 1-register-only I2C devices
32                  Avoid SMBus word transactions where possible
33                  Add Dallas DS1631 detection
34
353.0.1 (2008-01-28)
36  documentation: Update the application writing guidelines
37  libsensors: No longer depend on libsysfs (#2262)
38              Don't guess the bus type from the device ID format (#2240)
39              Add support for attributes in the hwmon class device (#2260)
40  Makefile: No warnings about ld configuration for staged installations
41            Document the variable overriding mechanism (#2296)
42  pwmconfig: Really hide errors on sysfs writes
43             Deal gracefully with read-only pwm_enable files
44             Warn about outputs found in automatic mode
45             Repeat available configuration options before prompt (#2289)
46             Fix duplicate warning message when config file is broken
47  fancontrol: Detect improperly formatted FCTEMPS value (#2293)
48  sensord: Fix rrd support (#2276)
49           Use the same colors for daily and weekly charts
50           Drop workaround needed by old versions of rrdtool
51  sensors: Fix error path on library initialization error
52  sensors.conf.eg: Fix voltage value references (g520sm, lm80, pc87366)
53  sensors-detect: Drop PCA9540 detection
54                  Improve sysconfig and modprobe.d integration
55                  Add SMSC SCH5514D-NS detection (no sensors)
56                  Lower the confidence of MAX6650/MAX6651
57                  Add Fintek F71858DG detection
58                  Add Fintek F81216D detection (no sensors)
59  unhide_ICH_SMBus: Add support for the 82801AA (ICH)
60
613.0.0 (2007-11-24)
62  Makefile: Fix MODULE_DIR usage in etc
63            Fix build on PPC
64  pwmconfig: Better diagnostics in pwmdisable
65             Give the fans some time to spin up
66  sensors-detect: Add Texas Instruments TMP401 detection
67                  Mention the f75375s driver
68                  Add SMSC LPC47B367-NC detection (no sensors)
69                  Reduce w83781d/lm78 I2C address probing range
70                  Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection
71
723.0.0-rc3 (2007-10-28)
73  libsensors: Add a default configuration file
74              Fix memory leaks on initialization error
75              Make the configuration file optional
76              Change the default configuration file to /etc/sensors3.conf
77  sensord: Reload config on SIGHUP rather than automatically
78           No default configuration file name
79  sensors: Fix file handle leak on library initialization error
80           Handle the case where voltage measurements aren't available
81           No default configuration file name
82           Install as sensors again
83  sensors.conf.eg: Install as sensors3.conf
84  sensors-detect: Fix SMSC LPC47B357/M967 detection
85                  Select the right driver for FSC chips
86  sensors-detect-stat.pl: Handle alternative chip lists
87
883.0.0-rc2 (2007-10-10)
89  useful_addresses.html: Moved to the wiki
90  Makefile: Add sensors-conf-convert to make install
91  libsensors: Notify the caller when writing a value fails
92              Differentiate between different read error types
93              Report I/O errors as such
94  sensord: Log the error code on failure
95           Drop the configuration file search path mechanism (#2259)
96           Manual page update
97  sensors: Fix spurious critical temperature alarm
98           Print error messages to stderr
99           Make error messages more helpful and consistent
100           Better handling of the fault flags
101  sensors-conf-convert: Add a short help text
102  sensors-detect: Fix SMSC SCH311x detection
103                  Add AMD K10 CPU sensor detection
104
1053.0.0-rc1 (2007-09-25)
106  Initial release
Note: See TracBrowser for help on using the browser.