diff options
| author | Steven Knight <knight@baldmt.com> | 2003-06-25 20:45:49 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-06-25 20:45:49 (GMT) |
| commit | 504302a2b850cb3b87ca4927343713ceb242fdba (patch) | |
| tree | 0a8943542ff6d5086b39b38b3e4fc97b06d301e7 /src | |
| parent | 1536a67932f34b447b28345fb2eb348b54e8ae03 (diff) | |
| download | SCons-504302a2b850cb3b87ca4927343713ceb242fdba.zip SCons-504302a2b850cb3b87ca4927343713ceb242fdba.tar.gz SCons-504302a2b850cb3b87ca4927343713ceb242fdba.tar.bz2 | |
Initialize the new branch for release.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGES.txt | 2 | ||||
| -rw-r--r-- | src/RELEASE.txt | 22 | ||||
| -rw-r--r-- | src/setupTests.py | 2 |
3 files changed, 11 insertions, 15 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 5880e2a..29f5feb 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,7 +8,7 @@ -RELEASE 0.15 - XXX +RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500 From Chad Austin: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 467633c..4f240fb 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,9 +20,9 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.15 - XXX +RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500 - This is the fifteenth alpha release of SCons. Please consult the + This is the first 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.14: @@ -84,9 +84,8 @@ RELEASE 0.15 - XXX Nevertheless, please heed the following disclaimers: - - There may, of course, be bugs. Please report any bugs or other - problems that you find to our bug tracker at our SourceForge - project page: + - Please report any bugs or other problems that you find to our bug + tracker at our SourceForge project page: http://sourceforge.net/tracker/?func=add&group_id=30337&atid=398971 @@ -157,9 +156,6 @@ RELEASE 0.15 - XXX this fix does not work on all systems or in all circumstances. We're working to try to find a universal solution. - - Executing the -u or -U option from a source directory that has an - associated BuildDir() does not build the targets in the BuildDir(). - - Modifying a construction environment in a subsidiary SConscript file modifies the global environment. @@ -176,11 +172,11 @@ RELEASE 0.15 - XXX (for example) \some\target is the same as X:\some\target (for your current volume X:). - - .sconsign files can be written even when the -n option is used, - possibly causing incorrect "up to date" builds the next time around. + - Using a construction variable in its own expansion can cause + an infinite loop. - - An explicit target beginning with "../" (i.e. above the current - directory) is ignored when using the -u, -U or -D options. + - When using SourceSignatures('timestamp'), changes to Python + Value() do not cause rebuilds. - No support yet for the following planned command-line options: @@ -203,5 +199,5 @@ With plenty of help from the SCons Development team: Steve Leblanc Anthony Roach Greg Spencer - Christoph Widemann + Christoph Wiedemann diff --git a/src/setupTests.py b/src/setupTests.py index b7adf0c..f098cfc 100644 --- a/src/setupTests.py +++ b/src/setupTests.py @@ -52,7 +52,7 @@ except KeyError: # version = os.environ['SCONS_VERSION'] #except KeyError: # version = '__VERSION__' -version = '0.15' +version = '0.90' scons_version = 'scons-%s' % version |
