Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 87c78cf6e56479c852024fed04d09393bda803f2 Author: Sven Eckelmann sven@narfation.org Date: Fri Aug 27 17:40:31 2010 +0000
doc: batman-adv/Release-todo: Create new release todo
87c78cf6e56479c852024fed04d09393bda803f2 batman-adv/Release-todo.textile | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-)
diff --git a/batman-adv/Release-todo.textile b/batman-adv/Release-todo.textile index db36a2c7..59cd6b49 100644 --- a/batman-adv/Release-todo.textile +++ b/batman-adv/Release-todo.textile @@ -6,30 +6,40 @@ This page contains a checklist of things that need to be done for a release.
'''Code'''
- * [x] make sure all code contains the release version strings - * [x] update copyright years (if needed) - * [x] remove dead code (if any) - * [x] svn/git tag release - * [-] change version strings inside the trunk (strip beta etc) - * [-] change version strings after release to next version - * [x] check against kernel versions + * [ ] make sure all code contains the release version strings + * [ ] update copyright years (if needed) + * [ ] remove dead code (if any) + * [ ] check against kernel versions + * [ ] check that maint branch is merged in next + * [ ] check for open patches on the ml + * [ ] git tag release +
'''Documentation'''
- * [x] build changelog - * [x] update README - * [x] write release announcement + * [ ] build changelog + * [ ] update README + * [ ] write release announcement
'''Release'''
- * [x] build package tar.gz (replace symlinks with real files) and generate checksums - * [x] move packages/checksums to stable/sources / create symlinks from releases - * [x] update download links in the trac downloads page - * [x] send release mail + * [ ] build package tar.gz and generate checksums + * [ ] move packages/checksums to stable/sources / create symlinks from releases + * [ ] update download links in the trac downloads page + * [ ] send release mail * [ ] update IRC channel topic
'''Distributions''' + * [ ] update openwrt package - * [x] inform batman package maintainer + * [ ] inform batman package maintainer + + +'''Aftershow''' + + * [ ] Merge differences (README, CHANGELOG, ...) into master branch + * [ ] Merge current next into maint (must be fast-forward or pre-tagging steps were done wrong) + * [ ] Get patches for next release from master-rebase/batctl-rebase repository + * [ ] Rebase patches in next on top of linux-next and send it to kernel maintainers for future kernels \ No newline at end of file