Changeset 4177

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/CHANGES

    r4172 r4177  
    22----------------------- 
    33 
    4 2.10.1 (2006????
     42.10.1 (20060924
    55  File README.package: Delete. 
    66  File doc/busses/i2c-piix4: Update (2.6 backport) 
  • 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 
  • lm-sensors/trunk/lib/Module.mk

    r4163 r4177  
    3434# chips.h. 
    3535LIBMAINVER := 3 
    36 LIBMINORVER := 1.0 
     36LIBMINORVER := 1.1 
    3737LIBVER := $(LIBMAINVER).$(LIBMINORVER) 
    3838 
  • lm-sensors/trunk/lm_sensors.lsm

    r4157 r4177  
    11Begin3 
    22Title: lm_sensors 
    3 Version: 2.10.0 
     3Version: 2.10.1 
    44Entered-date: 29DEC98 
    55Description: Hardware health monitoring package for Linux. It consists of  
  • lm-sensors/trunk/version.h

    r4064 r4177  
    1 #define LM_DATE "2006?????
    2 #define LM_VERSION "2.10.0-SVN
     1#define LM_DATE "20060924
     2#define LM_VERSION "2.10.1