1999-04-26 01:05:18 +00:00
|
|
|
CHECKLIST FOR NEW RELEASES
|
|
|
|
==========================
|
|
|
|
|
2006-09-24 22:28:55 +00:00
|
|
|
Release steps:
|
|
|
|
- Check out i2c and lm-sensors
|
1999-11-20 19:45:47 +00:00
|
|
|
- Update if necessary, the version number of libsensors
|
|
|
|
(edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER)
|
|
|
|
Remember: update main number when interface changes, minor if new
|
|
|
|
functionality is added, and patch if only bugs are fixed.
|
2006-09-24 22:28:55 +00:00
|
|
|
`svn diff -r Vx-y-z lib' is your friend.
|
2003-07-08 01:27:48 +00:00
|
|
|
- Update both CHANGES files (add the release date)
|
2002-03-14 00:42:40 +00:00
|
|
|
- Verify i2c dependency instructions in README, QUICKSTART, and INSTALL,
|
|
|
|
update if necessary
|
1999-11-20 19:45:47 +00:00
|
|
|
- Update lm_sensors.lsm and send it to the LSM by mailing it to
|
|
|
|
lsm@execpc.com with the subject `add' (no quotes).
|
2006-09-24 22:28:55 +00:00
|
|
|
- Update lm_sensors2/version.h and i2c/kernel/i2c.h
|
|
|
|
- Commit
|
2006-09-25 07:26:19 +00:00
|
|
|
- Tag the release using SVN:
|
|
|
|
svn copy http://lm-sensors.org/svn/lm-sensors/trunk \
|
|
|
|
http://lm-sensors.org/svn/lm-sensors/tags/V2-x-x \
|
|
|
|
-m "Create tag 'V2-x-x'."
|
2006-09-24 22:28:55 +00:00
|
|
|
- Remove empty directories (e.g. rmdir `find . -type d`)
|
|
|
|
- Remove 'SVN' related files/directories (e.g. rm -fR `find . -name .svn`)
|
|
|
|
- Rename i2c and lm_sensors2 to i2c-#.#.# and lm_sensors-#.#.#
|
2006-09-25 07:26:19 +00:00
|
|
|
- Tar it up and post it (sign it)
|
|
|
|
- Make sure the file permissions on both the archives and the signatures
|
|
|
|
are correct (664)
|
1999-10-08 04:35:50 +00:00
|
|
|
|
2006-09-24 22:28:55 +00:00
|
|
|
After release, remember to:
|
|
|
|
- Copy to mirrors
|
|
|
|
- Announce on Freshmeat
|
|
|
|
- Put back ???? for dates
|
|
|
|
- Prep CHANGES files for next release
|
2006-12-03 18:32:31 +00:00
|
|
|
- Mark the corresponding release milestone as complete using trac-admin
|
|
|
|
e.g. 'trac-admin /srv/lm-sensors.org/trac milestone completed 2.10.2 2006-12-31'
|
|
|
|
- Create a new release milestone using trac-admin
|
|
|
|
e.g. 'trac-admin /srv/lm-sensors.org/trac milestone add 2.10.2 2006-12-31'
|