Things to do to release a new version of SCons: Prepare the describe-the-release section for the announcements summarize changes from src/CHANGES.txt template is below, search for "describe-the-release" send this out for review while you get the rest of the release ready! Build and test candidate packages test on Linux test on Windows NT 1) tar zxf scons-src-{version}.tar.gz cd scons-src-{version} python runtest.py -a 2) tar zxf scons-{version}.tar.gz cd scons-{version} python setup.py install cd scons-src-{version} python runtest.py -a -X -x C:\Python20\scons.bat 3) scons-{verson}.win32.exe cd scons-src-{version} python runtest.py -a -X -x C:\Python20\scons.bat 4) mkdir temporary_directory cd temporary_directory tar zxf scons-local-{version}.tar.gz cd scons-src-{version} python runtest.py -a -x C:\temporary_directory\scons.py Read through the README and src/README.txt files for any updates Prepare src/CHANGES.txt date -R the latest release should be current if this has been updated as each change went in. Prepare src/RELEASE.txt date -R the latest release 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 date -R the latest release END THE BRANCH ae_p scons.0 aede {12} aerpass {12} aeib {12} aeb aet aet -reg aed aeipass Read through the FAQ for any updates Upload the packages to the SourceForge incoming FTP: ftp upload.sourceforge.net anonymous cd incoming bin put scons-0.12-1.noarch.rpm put scons-0.12-1.src.rpm put scons-0.12.tar.gz put scons-0.12.win32.exe put scons-0.12.zip put scons-local-0.12.tar.gz put scons-local-0.12.zip put scons-src-0.12.tar.gz put scons-src-0.12.zip put scons_0.12-1_all.deb Create the new release at the SourceForge project page: Go to the Admin page => Edit/Add File Releases Package Name: scons => Add Release New release name: 0.12 Cut-and-paste or upload the RELEASE.txt file. Cut-and-paste or upload the CHANGES.txt file. (If you cut-and-paste, check the "Preserve my pre-formatted text." box!) Click "Submit/Refresh" (IMPORTANT!) Check the SCons files you uploaded Click "Add Files and/or Refresh View" Edit the file info: scons-0.12-1.noarch.rpm Any .rpm scons-0.12-1.src.rpm Any Source .rpm scons-0.12.tar.gz Any .gz scons-0.12.win32.exe i386 .exe (32-bit Windows) scons-0.12.zip Any .zip scons_0.12-1_all.deb Any .deb Click "Update/Refresh" for each file; this must be done one at a time. Check "I'm sure." and click "Send Notice" in the Email Release Notice section. Go to the Admin page => Edit/Add File Releases Package Name: scons-local => Add Release New release name: 0.12 Cut-and-paste or upload the RELEASE.txt file. Cut-and-paste or upload the CHANGES.txt file. (If you cut-and-paste, check the "Preserve my pre-formatted text." box!) Click "Submit/Refresh" (IMPORTANT!) Check the SCons files you uploaded Click "Add Files and/or Refresh View" Edit the file info: scons-local-0.12.tar.gz Any .gz scons-local-0.12.zip Any .zip Click "Update/Refresh" for each file; this must be done one at a time. Check "I'm sure." and click "Send Notice" in the Email Release Notice section. Go to the Admin page => Edit/Add File Releases Package Name: scons-src => Add Release New release name: 0.12 Cut-and-paste or upload the RELEASE.txt file. Cut-and-paste or upload the CHANGES.txt file. (If you cut-and-paste, check the "Preserve my pre-formatted text." box!) Click "Submit/Refresh" (IMPORTANT!) Check the SCons files you uploaded Click "Add Files and/or Refresh View" Edit the file info: scons-src-0.12.tar.gz Any .gz scons-src-0.12.zip Any .zip Click "Update/Refresh" for each file; this must be done one at a time. Check "I'm sure." and click "Send Notice" in the Email Release Notice section. Hide release {0.10} 2 at the SourceForge download page: Go to the Admin page => Edit/Add File Releases Package Name: scons => Edit Releases Release Name: {0.10} => Edit This Release Status: => Hidden Click Submit/Refresh Go to the Admin page => Edit/Add File Releases Package Name: scons-local => Edit Releases Release Name: {0.10} => Edit This Release Status: => Hidden Click Submit/Refresh Go to the Admin page => Edit/Add File Releases Package Name: scons-src => Edit Releases Release Name: {0.10} => Edit This Release Status: => Hidden Click Submit/Refresh In the Bugs Tracker, add a Group for the new release (0.12) Test downloading from the SourceForge project page You may need to wait a good bit; they seem to update this on half-hour cycles. Update the web site: template: new version number src/index.in: announcement on the home page src/scons-doc.tar.gz: update src/CHANGES.txt: update Test downloading from the web site download page Add news item to the SourceForge project page Announce to the following mailing lists (template below): scons-announce@lists.sourceforge.net scons-users@lists.sourceforge.net scons-devel@lists.sourceforge.net [right away] python-announce@python.org [right away, it's moderated and will take some time to get through] linux-announce@news.ornl.gov [right away, it's moderated and will take some time to get through] [optional] cons-discuss@gnu.org [only if it's a really big announcement, I said we wouldn't bug this list] python-list@python.org [wait until business hours so the announcement hits mailboxes while U.S. workers are active] Notify www.cmtoday.com/contribute.html [This guy wants an announcement no more frequently than once a month, so save it for a future release if it's been too soon since the previous one.] Notify freshmeat.net [Wait until the morning so the announcement hits the main freshmeat.net page while people in the U.S. are awake and working] START THE NEW BRANCH aenbr -p scons.0 {12} aenc -p scons.0.{12} Call it something like, "Initialize the new branch." Cause = internal_enhancement. Exempt it from all tests (*_exempt = true). ae_p scons.0.{12} aedb 100 aecd # Change the hard-coded package version numbers # in the following files. aecp README SConstruct debian/changelog rpm/scons.spec.in src/setupTests.py vi README SConstruct debian/changelog rpm/scons.spec.in src/setupTests.py # Optionally, do the same in the following: [optional] aecp HOWTO/change.txt [optional] aecp HOWTO/release.txt [optional] vi HOWTO/change.txt [optional] vi HOWTO/release.txt # Prep the following files to track the changes # made during the next development cycle aecp src/CHANGES.txt src/RELEASE.txt vi src/CHANGES.txt src/RELEASE.txt aeb aet -reg aed aede etc. ======================= Template describe-the-release section: IMPORTANT: Release 0.12 contains the following interface changes: - XXX See the release notes for more information about these changes. This release adds the following features: - XXX The following fixes have been added: - XXX Performance has been improved as follows: - XXX The following changes have been made to the SCons packaging: - XXX The documentation has been improved: - XXX ======================= Template scons-devel announcement: SConspirators-- SCons alpha release 0.12 is now available for download. XXX Template describe-the-release section goes here XXX Special thanks to XXX, XXX, and XXX for their contributions to this release. --SK ======================= Template scons-users + scons-announce announcement: Version 0.12 of SCons has been released and is available for download from the SCons web site: http://www.scons.org/ Or through the download link at the SCons project page at SourceForge: http://sourceforge.net/projects/scons/ RPM and Debian packages and a Win32 installer are all available, in addition to the traditional .tar.gz and .zip files. WHAT'S NEW IN THIS RELEASE? XXX Template describe-the-release section goes here XXX ACKNOWLEDGEMENTS Special thanks to XXX, XXX, and XXX for their contributions to this release. On behalf of the SCons team, --SK ======================= Template python-announce, linux-announce and python-list announcement: SCons is a software construction tool (build tool, or make tool) written in Python. It is based on the design which won the Software Carpentry build tool competition in August 2000. Version 0.12 of SCons has been released and is available for download from the SCons web site: http://www.scons.org/ Or through the download link at the SCons project page at SourceForge: http://sourceforge.net/projects/scons/ RPM and Debian packages and a Win32 installer are all available, in addition to the traditional .tar.gz and .zip files. WHAT'S NEW IN THIS RELEASE? XXX Template describe-the-release section goes here XXX ABOUT SCONS Distinctive features of SCons include: - a global view of all dependencies; no multiple passes to get everything built properly - configuration files are Python scripts, allowing the full use of a real scripting language to solve difficult build problems - a modular architecture allows the SCons Build Engine to be embedded in other Python software - the ability to scan files for implicit dependencies (#include files); - improved parallel build (-j) support that provides consistent build speedup regardless of source tree layout - use of MD5 signatures to decide if a file has really changed; no need to "touch" files to fool make that something is up-to-date - easily extensible through user-defined Builder and Scanner objects - build actions can be Python code, as well as external commands An scons-users mailing list is available for those interested in getting started using SCons. You can subscribe at: http://lists.sourceforge.net/lists/listinfo/scons-users Alternatively, we invite you to subscribe to the low-volume scons-announce mailing list to receive notification when new versions of SCons become available: http://lists.sourceforge.net/lists/listinfo/scons-announce ACKNOWLEDGEMENTS Special thanks to XXX, XXX, and XXX for their contributions to this release. On behalf of the SCons team, --SK