diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 5 | ||||
-rw-r--r-- | src/README.txt | 18 | ||||
-rw-r--r-- | src/RELEASE.txt | 29 | ||||
-rw-r--r-- | src/test_setup.py | 2 |
4 files changed, 9 insertions, 45 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3f80fda..f3d5d01 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,10 +8,7 @@ r __COPYRIGHT__ -RELEASE 0.95 - XXX - - NOTE: This is a pre-release of 0.96 for testing purposes. When 0.96 - is released, all these changes will be listed as 0.96 changes. +RELEASE 0.96 - Wed, 18 Aug 2004 13:36:40 +0000 From Chad Austin: diff --git a/src/README.txt b/src/README.txt index 1eba8aa..e31fb21 100644 --- a/src/README.txt +++ b/src/README.txt @@ -187,29 +187,15 @@ in the general flood of messages. MAILING LISTS ============= -PLEASE NOTE: We are in the process of planning to move our mailing list -administration on 14 March 2004. Details are available at our mailing -lists page: - - http://www.scons.org/lists.html - An active mailing list for users of SCons is available. You may send questions or comments to the list at: - users@scons.tigris.org (after 14 March 2004) - - scons-users@lists.sourceforge.net (prior to 14 March 2004) + users@scons.tigris.org -After 14 March 2004, please check our mailing lists web page in case -the actual date of the move has changed. - -You may subscribe to the (new) mailing list by sending email to: +You may subscribe to the mailing list by sending email to: users-subscribe@scons.tigris.org -To subscribe to the old (sourceforge.net) mailing list prior to the move, -please consult the directions at our mailing lists page (address above). - There is also a low-volume mailing list available for announcements about SCons. Subscribe by sending email to: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 3183cfa..6760d94 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,10 +20,11 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.96 - XXX +RELEASE 0.96 - Wed, 18 Aug 2004 13:36:40 +0000 - This is the seventh beta release of SCons. Please consult the - CHANGES.txt file for a list of specific changes since last release. + This is a pre-release for testing the seventh 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.95: @@ -161,7 +162,7 @@ RELEASE 0.96 - XXX the ATL and MFC directories to the INCLUDE and LIB environment variables by default. This default behavior will be changed in a future release; the current plan is to change it for the 0.97 - release (next release). + release (next beta release). Whether or not the ATL and MFC directories are added to these environment variables is now controlled by a new MSVS_USE_MFC_DIRS @@ -238,10 +239,6 @@ RELEASE 0.96 - XXX site is currently out of date. Take what you read there with a grain of salt. - - If a file is specified to be built in multiple ways, the last - processed builder specification overwrites all other builders, - without any warning. - - On Win32 systems, you must put a space between the redirection characters < and >, and the specified files (or construction variable expansions): @@ -251,16 +248,6 @@ RELEASE 0.96 - XXX If you don't supply a space (for example, "<$SOURCE"), SCons will not recognize the redirection. - - People have reported problems with SCons not stopping a build when - an interrupt (CTRL+C) is received. A fix was checked in to 0.11 - that should fix this behavior on many systems, but there are - issues with the underlying Python os.system() call that suggest - this fix does not work on all systems or in all circumstances. - We're working to try to find a universal solution. - - - Modifying a construction environment in a subsidiary SConscript - file modifies the global environment. - - MSVC .res files are not rebuilt when icons change. - The -c option does not clean up .sconsign files or directories @@ -294,18 +281,12 @@ RELEASE 0.96 - XXX - SCons does not automatically rebuild LaTeX files when the file has an undefined reference on the first build. - - SideEffect() files are not retrieved properly from a CacheDir(), - and can lead to a stack trace. - - Use of --implicit-cache with TargetSignatures('content') can, for some changes, not rebuild a file when necessary. - SCons does not currently automatically check out SConstruct or SConscript files from SCCS, RCS or BitKeeper. - - The Command() global function (specified without a construction - environment) is broken. - - No support yet for the following planned command-line options: -d -e -l --list-actions --list-derived --list-where diff --git a/src/test_setup.py b/src/test_setup.py index 799be78..4198af6 100644 --- a/src/test_setup.py +++ b/src/test_setup.py @@ -55,7 +55,7 @@ except KeyError: # version = os.environ['SCONS_VERSION'] #except KeyError: # version = '__VERSION__' -version = '0.95' +version = '0.96' scons_version = 'scons-%s' % version |