Changeset 656
- Timestamp:
- 12/02/99 04:29:13 (9 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/doc/developers/checklist (modified) (2 diffs)
- 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
r568 r656 13 13 for example: 14 14 cvs diff -r V2-0-0 -r V2-0-1 -u 15 16 2.4.4 (19991201) 17 Addition of the alpha release of AMD 756 SMBus host support. 18 Many fixes and updates to the gl518sm driver 19 Updates and fixes for device detection 15 20 16 21 2.4.0 (19990920) lm-sensors/trunk/doc/developers/checklist
r636 r656 3 3 4 4 release: 5 - check out i2c and lm_sensors2 5 6 - Update, if necessary, the version number of `sensors' 6 7 (edit prog/sensors/sensors.c and change the VERSION define) … … 12 13 - Update lm_sensors.lsm and send it to the LSM by mailing it to 13 14 lsm@execpc.com with the subject `add' (no quotes). 15 - update lm_sensors2/version.h, and cvs commit it 14 16 - Tag the release using CVS ('cvs tag V#-#-#' from the dist root) 15 - check out i2c and lm_sensors216 - update lm_sensors2/version.h, and cvs commit it17 17 - cp lm_sensors2/README.package README 18 18 - remove 'CVS' related files/directories lm-sensors/trunk/lm_sensors.lsm
r488 r656 1 1 Begin3 2 2 Title: lm_sensors 3 Version: 2. 3.43 Version: 2.4.4 4 4 Entered-date: 29DEC98 5 5 Description: Hardware health monitoring package for Linux. It consists of lm-sensors/trunk/version.h
r595 r656 1 #define LM_DATE "19991 007"2 #define LM_VERSION "2.4. 3"1 #define LM_DATE "19991201" 2 #define LM_VERSION "2.4.4"
