summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HOWTO/release.txt3
-rw-r--r--README16
-rw-r--r--debian/changelog2
-rw-r--r--src/CHANGES.txt20
-rw-r--r--src/README.txt10
-rw-r--r--src/RELEASE.txt7
6 files changed, 29 insertions, 29 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt
index caf6ba61..e8e8ef93 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:
diff --git a/README b/README
index 014b22b3..e17ec6ba 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ be packaged.
Note that if all you want to do is install and run SCons, it
will probably be easier for you to download and install the
-scons-{version}.tar.gz package rather than to work with the packaging
-logic in this tree.
+scons-{version}.tar.gz or scons-{version}.zip package rather than to
+work with the packaging logic in this tree.
LATEST VERSION
@@ -35,11 +35,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
@@ -48,7 +48,7 @@ INSTALLATION
To install SCons from this package, you must first populate the
build/scons/ directory. (For an easier way to install SCons, without
having to populate this directory, use the scons-{version}.tar.gz
-package.)
+or scons-{version}.zip package.)
If you already have an appropriate version of SCons installed on your
system, populate the build/scons/ directory by running:
diff --git a/debian/changelog b/debian/changelog
index c9201e13..969af859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ scons (0.06-1) unstable; urgency=low
* Sixth Release.
- -- Steven Knight <knight@baldmt.com> Thu, 21 Feb 2002 16:50:03 -0600
+ -- Steven Knight <knight@baldmt.com> Thu, 28 Mar 2002 01:24:29 -0600
scons (0.05-1) unstable; urgency=low
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 93bdb9ff..c78106bf 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 dce1089b..b4bd42b4 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 733a2efc..9a6a5f88 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