siproxd/doc/ReleaseProcedure.txt
2011-07-10 20:00:57 +00:00

31 lines
791 B
Plaintext

The following procedure shall be used to make a new release (siproxd-stable):
Make the release:
- check in all tested changes
- update configure.in (version number)
- update ChangeLog
- update RELNOTES
Changes since last version
General Overview
- $ make dist
- verify building on the supported plattforms (HP testdrive ?)
- FreeBSD
- OpenBSD
- SunOS (Sparc)
- Mac OS
- Linux 64bit
- $ make dist
- calculate MD5 checksum, sha256 (shasum -a256) & GPG
- update RELNOTES with checksums
- check in outstanding changes
- create CVS tag (e.g. $ cvs rtag rel_0_5_7 siproxd)
- publish on SF.net
- publish on freshmeat.net
- copy RELNOTES to SF web page
- copy html documentation to SF web page
Open new working release:
- change version number in configure.in
- ChangeLog
- RELNOTES