Changeset 5346
- Timestamp:
- 09/28/08 17:48:57 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5344 r5346 2 2 ----------------------- 3 3 4 SVN-HEAD 4 3.0.3 (2008-09-28) 5 5 libsensors: Avoid namespace pollution 6 6 fancontrol: Don't use named pipes when we don't need them (#2319) 7 pwmconfig: Tell the user about gnuplot if i sn't installed7 pwmconfig: Tell the user about gnuplot if it isn't installed 8 8 Fix MINSTOP and MINSTART test functions 9 9 Test MINSTOP before MINSTART lm-sensors/branches/lm-sensors-3.0.0/doc/developers/lm_sensors.lsm
r5254 r5346 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 3.0. 24 Entered-date: 2008-0 5-183 Version: 3.0.3 4 Entered-date: 2008-09-28 5 5 Description: Hardware health monitoring package for Linux. It consists of 6 6 a library to allow applications to read sensors data more … … 12 12 Maintained-by: khali@linux-fr.org (Jean Delvare) 13 13 Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/ 14 lm_sensors-3.0. 2.tar.bz215 lm_sensors-3.0. 2.tar.bz2.sig14 lm_sensors-3.0.3.tar.bz2 15 lm_sensors-3.0.3.tar.bz2.sig 16 16 Alternate-site: ftp.netroedge.com /pub/lm-sensors/ 17 17 Copying-policy: GPL lm-sensors/branches/lm-sensors-3.0.0/doc/libsensors-API.txt
r5254 r5346 7 7 given new feature. 8 8 9 0x401 lm-sensors 3.0.2 9 0x401 lm-sensors 3.0.2 to 3.0.3 10 10 * Added bus type "virtual": 11 11 #define SENSORS_BUS_TYPE_VIRTUAL lm-sensors/branches/lm-sensors-3.0.0/version.h
r5256 r5346 1 #define LM_VERSION "3.0. 2+SVN"1 #define LM_VERSION "3.0.3"
