Initialize the 0.12 branch
[scons.git] / README
diff --git a/README b/README
index a0661dc7d47f1b6aac613cd9878d7d85d6a4bde5..b20758491b51cb352b7667423f6cb7e787537f4b 100644 (file)
--- a/README
+++ b/README
@@ -41,6 +41,11 @@ 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.
 
+By default, SCons knows how to search for available programming tools
+on various systems--see the SCons man page for details.  You may,
+of course, override the default SCons choices made by appropriate
+configuration of Environment construction variables.
+
 
 INSTALLATION REQUIREMENTS
 =========================
@@ -51,21 +56,22 @@ part of Python until Python version 1.6, so if your system is running
 Python 1.5.2, you may not have distutils installed.  If you are running
 Python version 1.6 or later, you should be fine.
 
-NOTE TO RED HAT USERS:  All Red Hat Linux versions as late as 7.3 (at
-least) still ship Python 1.5.2 as the default, so you probably do *not*
-have distutils installed, unless you have already done so manually.
+NOTE TO RED HAT USERS:  All Red Hat Linux versions up to 7.3 still ship
+Python 1.5.2 as the default, so you probably do *not* have distutils
+installed, unless you have already done so manually or are running Red
+Hat 8.0 or later.
 
 In this case, your options are:
 
     --  (Optional.)  Install from a pre-packaged SCons package that
         does not require distutils:
 
-            Red Hat Linux       scons-0.11-1.noarch.rpm
+            Red Hat Linux       scons-0.12-1.noarch.rpm
 
-            Debian GNU/Linux    scons_0.11-1_all.deb
+            Debian GNU/Linux    scons_0.12-1_all.deb
                                 (or use apt-get)
 
-            Windows             scons-0.11.win32.exe
+            Windows             scons-0.12.win32.exe
 
     --  (Recommended.)  Download the latest distutils package from the
         following URL:
@@ -91,7 +97,7 @@ system, populate the build/scons/ directory by running:
 
         $ scons build/scons
 
-If you don't have SCons version 0.08 or later already installed on your
+If you don't have SCons version 0.11 or later already installed on your
 system, you can use SCons itself to populate the build/scons/ directory
 with a little more typing:
 
@@ -197,13 +203,13 @@ PACKAGES" section below.
 BUILDING PACKAGES
 =================
 
-We now use SCons (version 0.08 or later) to build its own packages.
+We now use SCons (version 0.11 or later) to build its own packages.
 If you already have an appropriate version of SCons installed on your
 system, you can build everything by simply running it:
 
         $ scons
 
-If you don't have SCons version 0.08 or later already installed on your
+If you don't have SCons version 0.11 or later already installed on your
 system, you can build this version of SCons with itself with a little
 more typing:
 
@@ -212,18 +218,18 @@ more typing:
 Depending on the utilities installed on your system, any or all of the
 following packages will be built:
 
-        build/dist/scons-0.11-1.noarch.rpm
-        build/dist/scons-0.11-1.src.rpm
-        build/dist/scons-0.11.linux-i686.tar.gz
-        build/dist/scons-0.11.tar.gz
-        build/dist/scons-0.11.win32.exe
-        build/dist/scons-0.11.zip
-        build/dist/scons-doc-0.11.tar.gz
-        build/dist/scons-local-0.11.tar.gz
-        build/dist/scons-local-0.11.zip
-        build/dist/scons-src-0.11.tar.gz
-        build/dist/scons-src-0.11.zip
-        build/dist/scons_0.11-1_all.deb
+        build/dist/scons-0.12-1.noarch.rpm
+        build/dist/scons-0.12-1.src.rpm
+        build/dist/scons-0.12.linux-i686.tar.gz
+        build/dist/scons-0.12.tar.gz
+        build/dist/scons-0.12.win32.exe
+        build/dist/scons-0.12.zip
+        build/dist/scons-doc-0.12.tar.gz
+        build/dist/scons-local-0.12.tar.gz
+        build/dist/scons-local-0.12.zip
+        build/dist/scons-src-0.12.tar.gz
+        build/dist/scons-src-0.12.zip
+        build/dist/scons_0.12-1_all.deb
 
 The SConstruct file is supposed to be smart enough to avoid trying to
 build packages for which you don't have the proper utilities installed.