-- (Optional.) Install from a pre-packaged SCons package that
does not require distutils:
- Red Hat Linux scons-0.93-1.noarch.rpm
+ Red Hat Linux scons-0.94-1.noarch.rpm
- Debian GNU/Linux scons_0.93-1_all.deb
+ Debian GNU/Linux scons_0.94-1_all.deb
(or use apt-get)
- Windows scons-0.93.win32.exe
+ Windows scons-0.94.win32.exe
-- (Recommended.) Download the latest distutils package from the
following URL:
Depending on the utilities installed on your system, any or all of the
following packages will be built:
- build/dist/scons-0.93-1.noarch.rpm
- build/dist/scons-0.93-1.src.rpm
- build/dist/scons-0.93.linux-i686.tar.gz
- build/dist/scons-0.93.tar.gz
- build/dist/scons-0.93.win32.exe
- build/dist/scons-0.93.zip
- build/dist/scons-doc-0.93.tar.gz
- build/dist/scons-local-0.93.tar.gz
- build/dist/scons-local-0.93.zip
- build/dist/scons-src-0.93.tar.gz
- build/dist/scons-src-0.93.zip
- build/dist/scons_0.93-1_all.deb
+ build/dist/scons-0.94-1.noarch.rpm
+ build/dist/scons-0.94-1.src.rpm
+ build/dist/scons-0.94.linux-i686.tar.gz
+ build/dist/scons-0.94.tar.gz
+ build/dist/scons-0.94.win32.exe
+ build/dist/scons-0.94.zip
+ build/dist/scons-doc-0.94.tar.gz
+ build/dist/scons-local-0.94.tar.gz
+ build/dist/scons-local-0.94.zip
+ build/dist/scons-src-0.94.tar.gz
+ build/dist/scons-src-0.94.zip
+ build/dist/scons_0.94-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.
-RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX -XXXX
+RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600
This is the fifth beta release of SCons. Please consult the
CHANGES.txt file for a list of specific changes since last release.
- Please note the following important changes since release 0.93:
-
Please note the following important changes since release 0.92:
- Construction variables are now expanded anywhere within a
for directories outside the top-level SConstruct file.
- The Jar() Builder will, on its second or subsequent invocation,
- package up the .sconsign files that SCons uses to track
- signatures.
+ package up the .sconsign files that SCons uses to track signatures.
+ You can work around this by using the SConsignFile() function
+ to collect all of the .sconsign information into a single file
+ outside of the directory being packaged by Jar().
- SCons does not currently have a way to detect that an intermediate
file has been corrupted from outside and should be rebuilt.