root/lm-sensors/trunk/doc/developers/checklist @ 1335

Revision 1335, 0.9 KB (checked in by mds, 11 years ago)

verify i2c dependency info

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1CHECKLIST FOR NEW RELEASES
2==========================
3
4release:
5- check out i2c and lm_sensors2
6- Update if necessary, the version number of libsensors
7  (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER)
8  Remember: update main number when interface changes, minor if new
9  functionality is added, and patch if only bugs are fixed.
10  `cvs diff -r Vx-y-z lib' is your friend.
11- Update CHANGES
12- Verify i2c dependency instructions in README, QUICKSTART, and INSTALL,
13  update if necessary
14- Update lm_sensors.lsm and send it to the LSM by mailing it to
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- cvs commit
19- remove 'CVS' related files/directories
20- tar it up and post it (sign it!)
21
22misc:
23- copy to mirrors
24- announce on Freshmeat
25- clear support area of unanswered tickets
Note: See TracBrowser for help on using the browser.