From 7617a49b72f53650bb6a159ef977dec071d02dae Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 30 Jan 2002 21:42:23 +0000 Subject: Prepare for release 0.04. --- HOWTO/release.txt | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) (limited to 'HOWTO') diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 6a210ba9..441e33df 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -1,4 +1,4 @@ -Things to do to release a version of SCons: +Things to do to release a new version of SCons: Build and test candidate packages @@ -20,7 +20,7 @@ Things to do to release a version of SCons: cd scons-src-{version} python runtest.py -a -x C:\Python15\scons.bat - Read through the README.txt file for any updates + Read through the README and src/README.txt files for any updates Prepare src/CHANGES.txt @@ -33,8 +33,11 @@ Things to do to release a version of SCons: date -R the latest release - Can probably keep a lot of the existing text, read - it through to make sure it's okay and edit appropriately. + Read through to make sure it's okay and edit appropriately. + + Can probably keep most of the existing text + + Add any new known problems Prepare debian/changelog @@ -66,13 +69,13 @@ Things to do to release a version of SCons: aenbr -p scons.0 {5} - aenc -p {scons.0.5} + aenc -p scons.0.{5} Call it something like, "Initialize the new branch." Cause = internal_enhancement. Exempt it from all tests (*_exempt = true). - ae_p scons.0.5 + ae_p scons.0.{5} aedb 100 @@ -85,9 +88,13 @@ Things to do to release a version of SCons: vi Construct debian/changelog rpm/scons.spec # Optionally, do the same in the following: - [optional] aecp HOWTO/change.txt debian/scons.postinst + [optional] aecp HOWTO/change.txt + [optional] aecp HOWTO/release.txt + [optional] aecp debian/scons.postinst - [optional] vi HOWTO/change.txt debian/scons.postinst + [optional] vi HOWTO/change.txt + [optional] vi HOWTO/release.txt + [optional] vi debian/scons.postinst aeb @@ -229,8 +236,8 @@ Template release announcement: -I'm pleased to announce that version 0.XXX of SCons has been released -and is available for download from the SCons web site: +Version 0.XXX of SCons has been released and is available for download +from the SCons web site: http://www.scons.org/ @@ -241,6 +248,19 @@ Or through the download link at the SCons project page at SourceForge: RPM and Debian packages and a Win32 installer are all available, in addition to the traditional .tar.gz files. + +WHAT'S NEW IN THIS RELEASE? + +Version 0.XXX of SCons contains the following important changes: + + - XXX + +For a complete list of changes in version 0.04, see the CHANGES.txt +file in the release itself. + + +WHAT IS SCONS? + SCons is a software construction tool (build tool, make tool) written in Python. Its design is based on the design which won the Software Carpentry build tool competition in August 2000 (in turn derived from @@ -270,6 +290,9 @@ SCons become available: http://lists.sourceforge.net/lists/listinfo/scons-announce + +ACKNOWLEDGEMENTS + Special thanks to XXX for his/her/their contributions to this release. On behalf of the SCons team, -- cgit v1.2.1