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

Revision 1872, 1.0 KB (checked in by mds, 10 years ago)

updates for Phil

  • 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  (FOR i2c use cvs co -r lk2-4 for the 2.4 branch!!!)
7- Update if necessary, the version number of libsensors
8  (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER)
9  Remember: update main number when interface changes, minor if new
10  functionality is added, and patch if only bugs are fixed.
11  `cvs diff -r Vx-y-z lib' is your friend.
12- Update both CHANGES files (add the release date)
13- Verify i2c dependency instructions in README, QUICKSTART, and INSTALL,
14  update if necessary
15- Update lm_sensors.lsm and send it to the LSM by mailing it to
16  lsm@execpc.com with the subject `add' (no quotes).
17- update lm_sensors2/version.h and i2c/kernel/i2c.h, and cvs commit it
18- Tag the release using CVS ('cvs tag V#-#-#' from the dist root)
19- cvs commit
20- remove 'CVS' related files/directories
21- tar it up and post it (sign it!)
22
23misc:
24- copy to mirrors
25- announce on Freshmeat
26- clear support area of unanswered tickets
Note: See TracBrowser for help on using the browser.