37 lines
951 B
Plaintext
37 lines
951 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 SVN tag
|
|
$ svn cp svn://easytux.ch/siproxd/trunk \
|
|
svn://easytux.ch/siproxd/tags/rel_0_8_1
|
|
- publish on SF.net
|
|
publish RELNOTES as README file on sf.net
|
|
- publish on freshmeat.net
|
|
- SF Webpage:
|
|
- copy html documentation to SF web page
|
|
- set current.inc to new version SF
|
|
- text/RELNOTES
|
|
- create a news entry
|
|
|
|
Open new working release:
|
|
- change version number in configure.in
|
|
- ChangeLog
|
|
- RELNOTES
|