diff options
author | Steven Knight <knight@baldmt.com> | 2002-03-28 08:13:36 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-03-28 08:13:36 (GMT) |
commit | 4209702f57df6de4b7270b3e063e14f216ce32e8 (patch) | |
tree | 7659ae6fb5e4144f4aaf009b34e9bb5eccd691a4 /HOWTO | |
parent | 3fc94e0dbe47a09928fae20e8f53d8c93499035d (diff) | |
download | SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.zip SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.tar.gz SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.tar.bz2 |
Prepare for 0.06 release.
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/release.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index caf6ba6..e8e8ef9 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -250,7 +250,7 @@ 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 files. +addition to the traditional .tar.gz and .zip files. WHAT'S NEW IN THIS RELEASE? @@ -282,6 +282,7 @@ Distinctive features of SCons include: - improved parallel build (-j) support - use of MD5 signatures to decide if a file has changed - easily extensible through user-defined Builder and Scanner objects + - build actions can be external commands OR internal Python code An scons-users mailing list has been created for those interested in getting started using SCons. You can subscribe at: |