diff options
| author | Steven Knight <knight@baldmt.com> | 2003-06-28 04:35:09 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-06-28 04:35:09 (GMT) |
| commit | d3d08d4f13edc216f169f49636f3d81102727a33 (patch) | |
| tree | 49df368d5a3219797471371a0a1a00f9a9620de2 /src | |
| parent | 504302a2b850cb3b87ca4927343713ceb242fdba (diff) | |
| download | SCons-d3d08d4f13edc216f169f49636f3d81102727a33.zip SCons-d3d08d4f13edc216f169f49636f3d81102727a33.tar.gz SCons-d3d08d4f13edc216f169f49636f3d81102727a33.tar.bz2 | |
Set up for development.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGES.txt | 6 | ||||
| -rw-r--r-- | src/RELEASE.txt | 46 | ||||
| -rw-r--r-- | src/engine/SCons/Scanner/IDL.py | 2 | ||||
| -rw-r--r-- | src/engine/SCons/Scanner/IDLTests.py | 2 | ||||
| -rw-r--r-- | src/engine/SCons/Tool/midl.py | 2 |
5 files changed, 13 insertions, 45 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 29f5feb..5ef9a7f 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,6 +8,12 @@ +RELEASE 0.XX - XXX + + From Steven Knight: + + + 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 4f240fb..298cfda 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,11 +20,13 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500 +RELEASE 0.XX - XXX - This is the first beta release of SCons. Please consult the + This is the second 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.90: + Please note the following important changes since release 0.14: - SCons now tries to verify that Microsoft Visual Studio (including @@ -34,46 +36,6 @@ RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500 a default directory that we have not seen before. If this is the case, please let us know so that we can update future versions. - Please note the following important changes since release 0.13: - - - Tool specifications no longer take a "platform" argument. You - will need to remove this argument if you define any local Tool - specifications. The new env['PLATFORM'] construction variable can - now be used to find the string that used to be passed in as the - "platform" argument. - - - Emitter functions in Builders are now passed Node objects, not - strings, for all targets and sources. Your emitter may need to - use the str() function to examine the names of specified files. - - - The SetBuildSignatureType() and SetContentSignatureType() functions - have been deprecated. The new names are TargetSignatures() and - SourceSignatures(). - - - The Export() function and the exported variables argument of - SConscript() now search for variables using the same rules as - Python: local first, then global. If you are calling Export() or - SConscript() from a module imported directly into an SConscript - file, you may need to modify the module to make the previously - global variables available to your Export() or SConscript() call. - - - The SetJobs() and GetJobs() functions have been deprecated. - Their new equivalents are: - - SetOption('num_jobs', num) - GetOption('num_jobs') - - - Callable expansions of construction variables in a command line - now take a fourth "for_signature" argument that is set when the - expansion is being called to generate a build signature. - - - Construction variables for building a target are now frozen when the - Builder is called; later changes to the Environment do not - necessarily affect how the target is build. You may need to - re-order statements in your SConscript files to make sure - construction variables are set before calling the Builders that will - use them. - 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/engine/SCons/Scanner/IDL.py b/src/engine/SCons/Scanner/IDL.py index e4ceac8..c706980 100644 --- a/src/engine/SCons/Scanner/IDL.py +++ b/src/engine/SCons/Scanner/IDL.py @@ -28,7 +28,7 @@ Definition Language) files. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "src/engine/SCons/Scanner/IDL.py 0.D013 2003/03/31 21:46:41 software" +__revision__ = "__REVISION__" import SCons.Node.FS import SCons.Scanner diff --git a/src/engine/SCons/Scanner/IDLTests.py b/src/engine/SCons/Scanner/IDLTests.py index 09e8427..ea05b66 100644 --- a/src/engine/SCons/Scanner/IDLTests.py +++ b/src/engine/SCons/Scanner/IDLTests.py @@ -21,7 +21,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "src/engine/SCons/Scanner/IDLTests.py 0.D013 2003/03/31 21:46:41 software" +__revision__ = "__REVISION__" import TestCmd import SCons.Scanner.IDL diff --git a/src/engine/SCons/Tool/midl.py b/src/engine/SCons/Tool/midl.py index 73790fd..77769db 100644 --- a/src/engine/SCons/Tool/midl.py +++ b/src/engine/SCons/Tool/midl.py @@ -31,7 +31,7 @@ selection method. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "src/engine/SCons/Tool/midl.py 0.D013 2003/03/31 21:46:41 software" +__revision__ = "__REVISION__" import SCons.Defaults import SCons.Scanner.IDL |
