Changeset 5819
- Timestamp:
- 02/02/10 21:14:53 (3 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 5 modified
-
CHANGES (modified) (1 diff)
-
doc/developers/lm_sensors.lsm (modified) (2 diffs)
-
doc/libsensors-API.txt (modified) (1 diff)
-
lib/Module.mk (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5817 r5819 2 2 ----------------------- 3 3 4 SVN-HEAD 4 3.1.2 (2010-02-02) 5 5 libsensors: Support upcoming sysfs path to i2c adapters 6 6 Add support for HID devices -
lm-sensors/trunk/doc/developers/lm_sensors.lsm
r5742 r5819 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 3.1. 14 Entered-date: 20 09-06-213 Version: 3.1.2 4 Entered-date: 2010-02-02 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.1. 1.tar.bz215 lm_sensors-3.1. 1.tar.bz2.sig14 lm_sensors-3.1.2.tar.bz2 15 lm_sensors-3.1.2.tar.bz2.sig 16 16 Alternate-site: ftp.netroedge.com /pub/lm-sensors/ 17 17 Copying-policy: GPL -
lm-sensors/trunk/doc/libsensors-API.txt
r5786 r5819 7 7 given new feature. 8 8 9 0x421 lm-sensors SVN9 0x421 lm-sensors 3.1.2 10 10 * Added bus type "hid": 11 11 #define SENSORS_BUS_TYPE_HID -
lm-sensors/trunk/lib/Module.mk
r5776 r5819 34 34 # the public header files - in this case they are error.h and sensors.h. 35 35 LIBMAINVER := 4 36 LIBMINORVER := 2. 036 LIBMINORVER := 2.1 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 -
lm-sensors/trunk/version.h
r5744 r5819 1 #define LM_VERSION "3.1. 1+SVN"1 #define LM_VERSION "3.1.2"
