diff options
author | Steven Knight <knight@baldmt.com> | 2003-05-22 13:39:56 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-05-22 13:39:56 (GMT) |
commit | 3cd0cc01eea31837d999e5a29a30a46d3b6c480a (patch) | |
tree | ca709096831db63547c321f8880baa2a3c47fb90 /src | |
parent | 97561c23f6f42567b7cb53df97bb0c94c8bb55f1 (diff) | |
download | SCons-3cd0cc01eea31837d999e5a29a30a46d3b6c480a.zip SCons-3cd0cc01eea31837d999e5a29a30a46d3b6c480a.tar.gz SCons-3cd0cc01eea31837d999e5a29a30a46d3b6c480a.tar.bz2 |
Initialize the new branch.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 6 | ||||
-rw-r--r-- | src/RELEASE.txt | 17 | ||||
-rw-r--r-- | src/setupTests.py | 2 |
3 files changed, 13 insertions, 12 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 9901370..0cbe2c3 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,6 +8,12 @@ +RELEASE 0.15 - XXX + + From Steven Knight: + + + RELEASE 0.14 - Wed, 21 May 2003 05:16:32 -0500 From Chad Austin: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 030a642..6d7916c 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,11 +20,15 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.14 - Wed, 21 May 2003 05:16:32 -0500 +RELEASE 0.15 - XXX - This is the fourteenth alpha release of SCons. Please consult the + This is the fifteenth alpha 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: + + - + Please note the following important changes since release 0.13: - Tool specifications no longer take a "platform" argument. You @@ -65,15 +69,6 @@ RELEASE 0.14 - Wed, 21 May 2003 05:16:32 -0500 construction variables are set before calling the Builders that will use them. - Please note the following important changes since release 0.11: - - - The default behavior of SCons is now to change to the directory in - which an SConscript file resides while reading the SConscript file. - To disable this and restore the previous behavior of staying in the - top-level directory, specify the following in your SConstruct file: - - SConscriptChdir(0) - SCons is developed with an extensive regression test suite, and a rigorous development methodology for continually improving that suite. Because of this, SCons is of sufficient quality that you can use it diff --git a/src/setupTests.py b/src/setupTests.py index 6457fff..6f73e5e 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.14' +version = '0.15' scons_version = 'scons-%s' % version |