Changeset 6035
- Timestamp:
- 03/14/12 08:43:39 (15 months ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 6 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)
-
lib/sensors.h (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r6031 r6035 2 2 ----------------------- 3 3 4 SVN HEAD 4 3.3.2 (2012-03-14) 5 5 libsensors: Added support for new sysfs attributes 6 6 Change sysfs detection to survive upcoming kernel changes -
lm-sensors/trunk/doc/developers/lm_sensors.lsm
r5986 r6035 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 3.3. 14 Entered-date: 201 1-07-213 Version: 3.3.2 4 Entered-date: 2012-03-14 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.3. 1.tar.bz215 lm_sensors-3.3. 1.tar.bz2.sig14 lm_sensors-3.3.2.tar.bz2 15 lm_sensors-3.3.2.tar.bz2.sig 16 16 Alternate-site: ftp.netroedge.com /pub/lm-sensors/ 17 17 Copying-policy: GPL/LGPL -
lm-sensors/trunk/doc/libsensors-API.txt
r6029 r6035 7 7 given new feature. 8 8 9 SVN HEAD 9 0x432 10 10 * Added support for new sysfs attributes 11 11 enum sensors_subfeature_type SENSORS_SUBFEATURE_IN_AVERAGE -
lm-sensors/trunk/lib/Module.mk
r5939 r6035 34 34 # the public header files - in this case they are error.h and sensors.h. 35 35 LIBMAINVER := 4 36 LIBMINORVER := 3. 136 LIBMINORVER := 3.2 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 -
lm-sensors/trunk/lib/sensors.h
r6029 r6035 32 32 API additions like new flags / enum values. The second digit is for tracking 33 33 larger additions like new methods. */ 34 #define SENSORS_API_VERSION 0x43 134 #define SENSORS_API_VERSION 0x432 35 35 36 36 #define SENSORS_CHIP_NAME_PREFIX_ANY NULL -
lm-sensors/trunk/version.h
r5988 r6035 1 #define LM_VERSION "3.3. 1+SVN"1 #define LM_VERSION "3.3.2"
