Changeset 5949
- Timestamp:
- 03/28/11 09:02:37 (14 months 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/sensors.h (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5948 r5949 2 2 ----------------------- 3 3 4 SVN HEAD 4 3.3.0 (2011-03-28) 5 5 Makefile: Check for bison and flex 6 6 libsensors: Add support for intrusion detection (#2370) -
lm-sensors/trunk/doc/developers/lm_sensors.lsm
r5863 r5949 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 3. 2.04 Entered-date: 201 0-10-103 Version: 3.3.0 4 Entered-date: 2011-03-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. 2.0.tar.bz215 lm_sensors-3. 2.0.tar.bz2.sig14 lm_sensors-3.3.0.tar.bz2 15 lm_sensors-3.3.0.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
r5938 r5949 7 7 given new feature. 8 8 9 0x431 lm-sensors SVN9 0x431 lm-sensors 3.3.0 10 10 * Added support for intrusion detection 11 11 enum sensors_feature_type SENSORS_FEATURE_INTRUSION -
lm-sensors/trunk/lib/sensors.h
r5938 r5949 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 034 #define SENSORS_API_VERSION 0x431 35 35 36 36 #define SENSORS_CHIP_NAME_PREFIX_ANY NULL -
lm-sensors/trunk/version.h
r5865 r5949 1 #define LM_VERSION "3. 2.0+SVN"1 #define LM_VERSION "3.3.0"
