Changeset 5254
- Timestamp:
- 05/18/08 18:07:48 (5 months ago)
- Files:
-
- lm-sensors/branches/lm-sensors-3.0.0/CHANGES (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/doc/developers/lm_sensors.lsm (modified) (2 diffs)
- lm-sensors/branches/lm-sensors-3.0.0/doc/libsensors-API.txt (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/lib/Module.mk (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5252 r5254 2 2 ----------------------- 3 3 4 SVN-HEAD 4 3.0.2 (2008-05-18) 5 5 documentation: Delete the FAQ, now maintained on the wiki 6 6 libsensors: Use __func__ instead of __FUNCTION__ lm-sensors/branches/lm-sensors-3.0.0/doc/developers/lm_sensors.lsm
r5116 r5254 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 3.0. 14 Entered-date: 2008-0 1-283 Version: 3.0.2 4 Entered-date: 2008-05-18 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. 1.tar.bz215 lm_sensors-3.0. 1.tar.bz2.sig14 lm_sensors-3.0.2.tar.bz2 15 lm_sensors-3.0.2.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
r5186 r5254 7 7 given new feature. 8 8 9 0x401 lm-sensors SVN9 0x401 lm-sensors 3.0.2 10 10 * Added bus type "virtual": 11 11 #define SENSORS_BUS_TYPE_VIRTUAL lm-sensors/branches/lm-sensors-3.0.0/lib/Module.mk
r5163 r5254 34 34 # the public header files - in this case they are error.h and sensors.h. 35 35 LIBMAINVER := 4 36 LIBMINORVER := 0. 136 LIBMINORVER := 0.2 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 lm-sensors/branches/lm-sensors-3.0.0/version.h
r5116 r5254 1 #define LM_VERSION "3.0. 1+SVN"1 #define LM_VERSION "3.0.2"
