Changeset 4177 for lm-sensors/trunk/doc
- Timestamp:
- 09/25/06 00:28:55 (2 years ago)
- Files:
-
- lm-sensors/trunk/doc/developers/release_checklist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/developers/release_checklist
r4176 r4177 2 2 ========================== 3 3 4 release:5 - check out i2c and lm_sensors24 Release steps: 5 - Check out i2c and lm-sensors 6 6 - Update if necessary, the version number of libsensors 7 7 (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER) 8 8 Remember: update main number when interface changes, minor if new 9 9 functionality is added, and patch if only bugs are fixed. 10 ` cvsdiff -r Vx-y-z lib' is your friend.10 `svn diff -r Vx-y-z lib' is your friend. 11 11 - Update both CHANGES files (add the release date) 12 12 - Verify i2c dependency instructions in README, QUICKSTART, and INSTALL, … … 14 14 - Update lm_sensors.lsm and send it to the LSM by mailing it to 15 15 lsm@execpc.com with the subject `add' (no quotes). 16 - update lm_sensors2/version.h and i2c/kernel/i2c.h, and cvs commit it 17 - Tag the release using CVS ('cvs tag V#-#-#' from the dist root) 18 - remove empty directories (e.g. rmdir `find . -type d`) 19 - remove 'CVS' related files/directories (e.g. rm -fR `find . -name CVS`) 20 - rename i2c and lm_sensors2 to i2c-#.#.# and lm_sensors-#.#.# 21 - tar it up and post it (sign it!) 16 - Update lm_sensors2/version.h and i2c/kernel/i2c.h 17 - Commit 18 - Tag the release using SVN ('???' from the dist root) 19 - Remove empty directories (e.g. rmdir `find . -type d`) 20 - Remove 'SVN' related files/directories (e.g. rm -fR `find . -name .svn`) 21 - Rename i2c and lm_sensors2 to i2c-#.#.# and lm_sensors-#.#.# 22 - tar it up and post it (sign it) 22 23 23 misc:24 - copy to mirrors25 - announce on Freshmeat26 - clear support area of unanswered tickets27 - Add "-CVS" back to version consts in cvs, and???? for dates28 - prep CHANGES files for next release24 After release, remember to: 25 - Copy to mirrors 26 - Announce on Freshmeat 27 - Clear support area of unanswered tickets 28 - Put back ???? for dates 29 - Prep CHANGES files for next release
