3c960cad0d
SVN revision: 1625
42 lines
907 B
Plaintext
Executable File
42 lines
907 B
Plaintext
Executable File
Checklist for new ELOG version
|
|
==============================
|
|
|
|
On PC4534:
|
|
|
|
- Put all new options in doc/config.html
|
|
- Increse version in elogd.c
|
|
- Do the same in doc/index.html
|
|
- Modify ChangeLog
|
|
- Add release date to ChangeLog
|
|
- Do a "make indent"
|
|
- Do a "make loc"
|
|
- Translate new strings in eloglang.german
|
|
- c:\elog> svn ci -m "Release x.x.x-y"
|
|
- Create Tag from c:\elog to file:///y:/svn/elog/tags/version_x.x.x, name it "Version x.x.x"
|
|
- build xxx-1
|
|
|
|
On PC5082:
|
|
|
|
- svn update
|
|
- Increase version in elog.spec
|
|
- ./build x.x.x 1
|
|
|
|
Declare new version at freshmeat.
|
|
|
|
|
|
Checklist for new ELOG intermediate release
|
|
===========================================
|
|
|
|
On PC4534:
|
|
|
|
- Put all new options in doc/config.html
|
|
- Increse release in elogd.c "x.x.x-y"
|
|
- c:\elog> svn ci -m "Version x.x.x-y"
|
|
- build xxx-y
|
|
|
|
On PC5082:
|
|
|
|
- svn update
|
|
- (Increse release in elog.spec) should be done in script...
|
|
- build x.x.x y
|