diff options
author | Steven Knight <knight@baldmt.com> | 2002-07-15 18:29:33 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-07-15 18:29:33 (GMT) |
commit | b607b3cb0d0b047ef5a18f58dd49fc9b179a549e (patch) | |
tree | 9962ea010e57370a079694694a4416f283ae4833 /src | |
parent | ca18bc15c4c7fe67dd8ad52d578b2c395f79bbc8 (diff) | |
download | SCons-b607b3cb0d0b047ef5a18f58dd49fc9b179a549e.zip SCons-b607b3cb0d0b047ef5a18f58dd49fc9b179a549e.tar.gz SCons-b607b3cb0d0b047ef5a18f58dd49fc9b179a549e.tar.bz2 |
Prep for release 0.08.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 2 | ||||
-rw-r--r-- | src/README.txt | 1 | ||||
-rw-r--r-- | src/RELEASE.txt | 13 |
3 files changed, 11 insertions, 5 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index cb26c91..d2fe1a0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,7 +8,7 @@ -RELEASE 0.08 - +RELEASE 0.08 - Mon, 15 Jul 2002 12:08:51 -0500 From Charles Crain: diff --git a/src/README.txt b/src/README.txt index e12eead..d9f2f08 100644 --- a/src/README.txt +++ b/src/README.txt @@ -188,4 +188,5 @@ With plenty of help from the SCons Development team: Charles Crain Steve Leblanc Anthony Roach + Terrel Shumway diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 5a16ddd..7124eff 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,7 +20,7 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.08 - +RELEASE 0.08 - Mon, 15 Jul 2002 12:08:51 -0500 This is the eighth alpha release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. @@ -139,6 +139,11 @@ RELEASE 0.08 - KNOWN PROBLEMS IN THIS RELEASE: + For a complete list of known problems, consult the SCons bug tracker + page at SourceForge: + + http://sourceforge.net/tracker/?atid=398971&group_id=30337&func=browse + - Support for parallel builds (-j) does not work on WIN32 systems prior to *official* Python release 2.2 (not 2.2 pre-releases). @@ -174,11 +179,11 @@ RELEASE 0.08 - - Repository search paths (-Y) - - Configurable signature calculation + - Configurable signature calculation - - No support for caching built files. + - No support for caching built files. - - No support yet for the following command-line options: + - No support yet for the following command-line options: -d -e -l --list-actions --list-derived --list-where -o -p -r -R --random -w --write-filenames -W |