summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 6e43f50..f13736a 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -20,11 +20,17 @@ more effectively, please sign up for the scons-users mailing list at:
-RELEASE 0.93 - Thu, 23 Oct 2003 07:26:55 -0500
+RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX -XXXX
- This is the fourth beta release of SCons. Please consult the
+ This is the fifth 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.93:
+
+ - The '-LANG:std' option has been removed from the default $CXXFLAGS
+ and $LINKFLAGS variables on SGI systems. SGI users who need that flag
+ for C++ compilation will need to explicitly add it to those variables.
+
Please note the following important changes since release 0.92:
- Construction variables are now expanded anywhere within a
@@ -41,11 +47,6 @@ RELEASE 0.93 - Thu, 23 Oct 2003 07:26:55 -0500
of using the env.ParseConfig() method. The global function will be
removed in some future release of SCons.
- Please note the following important changes since release 0.91:
-
- - The Debian package available from the SCons web site now
- uses Python version 2.2.
-
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