diff options
author | Steven Knight <knight@baldmt.com> | 2003-03-28 07:17:58 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-03-28 07:17:58 (GMT) |
commit | 4ffdf4ec07e36786269b5551c15486b6b31a19c6 (patch) | |
tree | 676849b026ffeb3cb24d0424bc38f6225eb3fdb2 /src/RELEASE.txt | |
parent | e94e7726d2602503cd6ea7ba1acb37558821827e (diff) | |
download | SCons-4ffdf4ec07e36786269b5551c15486b6b31a19c6.zip SCons-4ffdf4ec07e36786269b5551c15486b6b31a19c6.tar.gz SCons-4ffdf4ec07e36786269b5551c15486b6b31a19c6.tar.bz2 |
Prepare for release, more doc patches, one portability fix.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 8ae7dfb..b5e5776 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.12 - XXX +RELEASE 0.12 - Thu, 27 Mar 2003 23:52:09 -0600 This is the twelfth alpha release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. @@ -184,6 +184,14 @@ RELEASE 0.12 - XXX - The -c option does not clean up .sconsign files or directories created as part of the build. + - Switching content signatures from "MD5" to "timestamp" and back + again can cause unusual errors. These errors can be cleared up by + removing all .sconsign files. + + - On Win32, SCons does not recognize that a target specified as + (for example) \some\target is the same as X:\some\target (for your + current volume X:). + - No support yet for the following planned command-line options: -d -e -l --list-actions --list-derived --list-where |