Changeset 5114
- Timestamp:
- 01/28/08 18:47:23 (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/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
r5110 r5114 2 2 ----------------------- 3 3 4 SVN 4 3.0.1 (2008-01-28) 5 5 documentation: Update the application writing guidelines 6 6 libsensors: No longer depend on libsysfs (#2262) lm-sensors/branches/lm-sensors-3.0.0/doc/developers/lm_sensors.lsm
r5038 r5114 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 3.0. 04 Entered-date: 200 7-11-243 Version: 3.0.1 4 Entered-date: 2008-01-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. 0.tar.bz215 lm_sensors-3.0. 0.tar.bz2.asc14 lm_sensors-3.0.1.tar.bz2 15 lm_sensors-3.0.1.tar.bz2.asc 16 16 Alternate-site: ftp.netroedge.com /pub/lm-sensors/ 17 17 Copying-policy: GPL lm-sensors/branches/lm-sensors-3.0.0/lib/Module.mk
r5067 r5114 33 33 # the public header files - in this case they are error.h and sensors.h. 34 34 LIBMAINVER := 4 35 LIBMINORVER := 0. 035 LIBMINORVER := 0.1 36 36 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 37 37 lm-sensors/branches/lm-sensors-3.0.0/version.h
r5040 r5114 1 #define LM_VERSION "3.0. 0+SVN"1 #define LM_VERSION "3.0.1"
