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 /src | |
| parent | 3fc94e0dbe47a09928fae20e8f53d8c93499035d (diff) | |
| download | SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.zip SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.tar.gz SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.tar.bz2 | |
Prepare for 0.06 release.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGES.txt | 20 | ||||
| -rw-r--r-- | src/README.txt | 10 | ||||
| -rw-r--r-- | src/RELEASE.txt | 7 |
3 files changed, 18 insertions, 19 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 93bdb9f..c78106b 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,16 +8,7 @@ -RELEASE 0.06 - - - From Anthony Roach: - - - Fix: Construction variables with values of 0 were incorrectly - interpolated as ''. - - - Support env['VAR'] to fetch construction variable values. - - - Man page: document Precious(). +RELEASE 0.06 - Thu, 28 Mar 2002 01:24:29 -0600 From Charles Crain: @@ -76,6 +67,15 @@ RELEASE 0.06 - - Add a document builder to create .dvi files from TeX (.tex) files. + From Anthony Roach: + + - Fix: Construction variables with values of 0 were incorrectly + interpolated as ''. + + - Support env['VAR'] to fetch construction variable values. + + - Man page: document Precious(). + RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600 diff --git a/src/README.txt b/src/README.txt index dce1089..b4bd42b 100644 --- a/src/README.txt +++ b/src/README.txt @@ -34,11 +34,11 @@ SCons requires Python version 1.5.2 or later. There should be no other dependencies or requirements to run SCons. The default SCons configuration assumes use of the Microsoft Visual C++ -compiler suite on WIN32 systems, and assumes a C compiler named 'cc' -and a C++ compiler named 'c++' (such as found in the GNU C compiler -suite) on any other type of system. You may, of course, override these -default values by appropriate configuration of Environment construction -variables. +compiler suite on WIN32 systems, and assumes a C compiler named 'cc', +a C++ compiler named 'c++', and a Fortran compiler named 'g77' (such +as found in the GNU C compiler suite) on any other type of system. +You may, of course, override these default values by appropriate +configuration of Environment construction variables. INSTALLATION diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 733a2ef..9a6a5f8 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.06 - +RELEASE 0.06 - Thu, 28 Mar 2002 01:24:29 -0600 This is the sixth alpha release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. @@ -95,11 +95,10 @@ RELEASE 0.06 - - 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. + being investigated. - 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. + reportedly crash Python. This problem is being investigated. - Again, the "SCons Design" documentation on the SCons web site is currently out of date. Take what you read there with a |
