From: stevenknight Date: Wed, 21 May 2003 18:50:52 +0000 (+0000) Subject: Prepare the release. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf3d5d46c3060571ff26b934a2d72b236d479b28;p=scons.git Prepare the release. git-svn-id: http://scons.tigris.org/svn/scons/trunk@693 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/README b/README index 6b5c83a0..7a6c85f0 100644 --- a/README +++ b/README @@ -203,9 +203,9 @@ PACKAGES" section below. BUILDING PACKAGES ================= -We now use SCons (version 0.11 or later) to build its own packages. -If you already have an appropriate version of SCons installed on your -system, you can build everything by simply running it: +We use SCons (version 0.11 or later) to build its own packages. If you +already have an appropriate version of SCons installed on your system, +you can build everything by simply running it: $ scons diff --git a/debian/changelog b/debian/changelog index c81ddb4c..6c24dfe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ scons (0.14-1) unstable; urgency=low * Eighth post-official-Debian build cycle - -- Steven Knight Mon, 31 Mar 2003 20:22:00 -0600 + -- Steven Knight Wed, 21 May 2003 05:16:32 -0500 scons (0.13-1) unstable; urgency=low diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 1733520a..99013705 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,7 +8,7 @@ -RELEASE 0.14 - XXX +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 9cad9f6e..030a6421 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,15 +20,18 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.14 - XXX +RELEASE 0.14 - Wed, 21 May 2003 05:16:32 -0500 This is the fourteenth 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.13: - - Tool specifications no longer take a "platform" argument. - XXX + - 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 @@ -55,6 +58,13 @@ RELEASE 0.14 - XXX 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. + Please note the following important changes since release 0.11: - The default behavior of SCons is now to change to the directory in @@ -153,9 +163,6 @@ RELEASE 0.14 - XXX - Modifying a construction environment in a subsidiary SConscript file modifies the global environment. - - PDB files on Win32 in a build that uses BuildDir() are built in - the source directory, not the build directory. - - MSVC .res files are not rebuilt when icons change. - The -c option does not clean up .sconsign files or directories @@ -169,6 +176,12 @@ RELEASE 0.14 - 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. + + - An explicit target beginning with "../" (i.e. above the current + directory) is ignored when using the -u, -U or -D options. + - No support yet for the following planned command-line options: -d -e -l --list-actions --list-derived --list-where @@ -189,5 +202,6 @@ With plenty of help from the SCons Development team: Charles Crain Steve Leblanc Anthony Roach - Terrel Shumway + Greg Spencer + Christoph Widemann