Changeset 5136
- Timestamp:
- 03/06/08 21:21:25 (4 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (2 diffs)
- lm-sensors/trunk/lib/Module.mk (modified) (1 diff)
- lm-sensors/trunk/lm_sensors.lsm (modified) (1 diff)
- lm-sensors/trunk/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5132 r5136 2 2 ----------------------- 3 3 4 SVN-HEAD 4 2.10.6 "Welcome Home Lina" (20080306) 5 5 Library: Fix fschrc and fschmd support 6 6 Fix sysfs presence detection … … 8 8 Fix lm93 vid2 access (#2295) 9 9 No in1 on w83783s 10 Support DOS-style configuration files again (#2284) 10 11 Makefile: Revert changeset 4738, fix bug #2187 differently 11 12 Module adm1026: Various cleanups lm-sensors/trunk/lib/Module.mk
r4619 r5136 34 34 # chips.h. 35 35 LIBMAINVER := 3 36 LIBMINORVER := 1. 436 LIBMINORVER := 1.5 37 37 LIBVER := $(LIBMAINVER).$(LIBMINORVER) 38 38 lm-sensors/trunk/lm_sensors.lsm
r4982 r5136 1 1 Begin4 2 2 Title: lm_sensors 3 Version: 2.10. 54 Entered-date: 200 7-07-173 Version: 2.10.6 4 Entered-date: 2008-03-06 5 5 Description: Hardware health monitoring package for Linux. It consists of 6 6 kernel modules to access sensor chips and SMBus hardware, lm-sensors/trunk/version.h
r4993 r5136 1 #define LM_DATE " SVN"2 #define LM_VERSION "2.10. 5-SVN"1 #define LM_DATE "20080306" 2 #define LM_VERSION "2.10.6"
