Changeset 5863
- Timestamp:
- 10/10/10 21:15:54 (20 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
r5859 r5863 2 2 ----------------------- 3 3 4 SVN HEAD 4 3.2.0 (2010-10-10) 5 5 libsensors: Increase MAX_SENSORS_PER_TYPE to 24 6 6 Map individual beep features -
lm-sensors/trunk/doc/developers/lm_sensors.lsm
r5819 r5863 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 3. 1.24 Entered-date: 2010- 02-023 Version: 3.2.0 4 Entered-date: 2010-10-10 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.2.tar.bz215 lm_sensors-3. 1.2.tar.bz2.sig14 lm_sensors-3.2.0.tar.bz2 15 lm_sensors-3.2.0.tar.bz2.sig 16 16 Alternate-site: ftp.netroedge.com /pub/lm-sensors/ 17 Copying-policy: GPL 17 Copying-policy: GPL/LGPL 18 18 End -
lm-sensors/trunk/doc/libsensors-API.txt
r5819 r5863 6 6 authors can quickly figure out how to test for the availability of a 7 7 given new feature. 8 9 0x430 lm-sensors 3.2.0 10 * License changed from GPL to LGPL 8 11 9 12 0x421 lm-sensors 3.1.2 -
lm-sensors/trunk/lib/Module.mk
r5844 r5863 34 34 # the public header files - in this case they are error.h and sensors.h. 35 35 LIBMAINVER := 4 36 LIBMINORVER := 2.136 LIBMINORVER := 3.0 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 -
lm-sensors/trunk/lib/sensors.h
r5844 r5863 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 0x4 2134 #define SENSORS_API_VERSION 0x430 35 35 36 36 #define SENSORS_CHIP_NAME_PREFIX_ANY NULL -
lm-sensors/trunk/version.h
r5821 r5863 1 #define LM_VERSION "3. 1.2+SVN"1 #define LM_VERSION "3.2.0"
