This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/ForRelease
kuepper 1926817eae add zip to dist,
update release-plan.
2005-10-01 16:05:01 +00:00

17 lines
560 B
Text

In oder to create a new release from the current cvs sources perform
the following steps:
- Set version number in configure.in and doc/eo.cfg.
- Check/update NEWS file, set release date and version in NEWS.
- Run `make check && make dist`.
- Test distribution (unpack, configure, make check).
- Put distributions at SourceForge.
- Post news on SourceForge project-page.
- Send announcement to mailing lists.
- Bump version number to next x.y.z-cvs in configure.in and doc/eo.cfg.
# Local Variables:
# coding: iso-8859-1
# mode: text
# fill-column: 80
# End: