diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-07 18:16:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-07 18:16:06 (GMT) |
commit | 22d97c7ff7144e584fec5dcafd22c13bcb28bbca (patch) | |
tree | a049f412dd1fe60ec544f15996b5f17a90b0fc42 /src/RELEASE.txt | |
parent | 910a8c5c7ce20d39bb3111a5847396716286c778 (diff) | |
download | SCons-22d97c7ff7144e584fec5dcafd22c13bcb28bbca.zip SCons-22d97c7ff7144e584fec5dcafd22c13bcb28bbca.tar.gz SCons-22d97c7ff7144e584fec5dcafd22c13bcb28bbca.tar.bz2 |
Initialize the 0.94 branch for release.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 76fa1dc..0651dca 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,13 +20,11 @@ more effectively, please sign up for the scons-users mailing list at: -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 @@ -156,8 +154,10 @@ RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX -XXXX 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. |