Show
Ignore:
Timestamp:
09/25/06 00:28:55 (2 years ago)
Author:
phil
Message:

Release of 2.10.1, and some clean ups to the release checklist.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/developers/release_checklist

    r4176 r4177  
    22========================== 
    33 
    4 release
    5 - check out i2c and lm_sensors2 
     4Release steps
     5- Check out i2c and lm-sensors 
    66- Update if necessary, the version number of libsensors 
    77  (edit lib/Module.mk and change LIBMAINVER and/or LIBMINORVER) 
    88  Remember: update main number when interface changes, minor if new 
    99  functionality is added, and patch if only bugs are fixed. 
    10   `cvs diff -r Vx-y-z lib' is your friend. 
     10  `svn diff -r Vx-y-z lib' is your friend. 
    1111- Update both CHANGES files (add the release date) 
    1212- Verify i2c dependency instructions in README, QUICKSTART, and INSTALL, 
     
    1414- Update lm_sensors.lsm and send it to the LSM by mailing it to  
    1515  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) 
    2223 
    23 misc
    24 - copy to mirrors 
    25 - announce on Freshmeat 
    26 - clear support area of unanswered tickets 
    27 - Add "-CVS" back to version consts in cvs, and ???? for dates 
    28 - prep CHANGES files for next release 
     24After 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