diff options
| author | Steven Knight <knight@baldmt.com> | 2002-02-22 04:36:00 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2002-02-22 04:36:00 (GMT) |
| commit | a1735a51d2eb3e67a80f53dfdaae915252e55d2a (patch) | |
| tree | 5a17098435b807441645172f261e5dea72fe7b25 /src | |
| parent | 514955d91597edc49a05e5260caaca8db7506ab7 (diff) | |
| download | SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.zip SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.tar.gz SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.tar.bz2 | |
Prepare for release 0.05.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGES.txt | 6 | ||||
| -rw-r--r-- | src/README.txt | 2 | ||||
| -rw-r--r-- | src/RELEASE.txt | 20 |
3 files changed, 19 insertions, 9 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 33a4a40..9d0db07 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,7 +8,7 @@ -RELEASE 0.05 - +RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600 From Chad Austin: @@ -43,7 +43,7 @@ RELEASE 0.05 - of file being scanned. - Make writing .sconsign files more robust by first trying to write - to a temp file that we rename. + to a temp file that gets renamed. - Create all of the directories for a list of targets before trying to build any of the targets. @@ -70,8 +70,10 @@ RELEASE 0.05 - - Fix the -c option so it doesn't stop removing targets if one doesn't already exist. + (Bug reported by Paul Connell.) - Fix the --debug=pdb option when run on Windows NT. + (Bug reported by Paul Connell.) - Add support for the -q option. diff --git a/src/README.txt b/src/README.txt index 984bcdd..dce1089 100644 --- a/src/README.txt +++ b/src/README.txt @@ -145,7 +145,7 @@ Steven Knight knight at baldmt dot com http://www.baldmt.com/~knight/ -With more than a little help from the SCons Development team: +With plenty of help from the SCons Development team: Chad Austin Charles Crain Steve Leblanc diff --git a/src/RELEASE.txt b/src/RELEASE.txt index f257e84..60aca86 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,9 +20,9 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600 +RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600 - This is the fourth alpha release of SCons. Please consult the + This is the fifth alpha release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. Owing to an extensive test suite, the SCons team believes that this @@ -56,10 +56,10 @@ RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600 portions of the interface as we figured out what worked and what didn't during implementation.L - - There may be performance issues. This release has many performance - improvements. If you still find the performance unacceptable, we - would very much like to hear from you and learn more about your - configuration so we can optimize the right things. + - There may be performance issues. This release has still more + performance improvements. If you still find the performance + unacceptable, we would very much like to hear from you and learn + more about your configuration so we can optimize the right things. - Error messages don't always exist where they'd be helpful. Please let us know about any errors you ran into that would @@ -79,6 +79,14 @@ RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600 use if you you want to fix your version of Python to support parallel builds in SCons. + - Even on officialy Python release 2.2., values greater than 1 for + the -j option on Windows seemingly hang SCons. This problem is + being investigated and is expected to be fixed for next release. + + - Extremely long command lines (thousands of characters) can + reportedly crash Python. This problem is being investigated + and is expected to be fixed for next release. + - Again, the "SCons Design" documentation on the SCons web site is currently out of date. Take what you read there with a grain of salt. |
