summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
-rw-r--r--src/CHANGES.txt3
-rw-r--r--src/RELEASE.txt4
3 files changed, 8 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2690311..4478a5e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -157,7 +157,7 @@ if checkpoint:
checkpoint = time.strftime('%Y%m%d', time.localtime(time.time()))
elif checkpoint == 'r':
checkpoint = 'r' + revision
- version = version + '.alpha.' + checkpoint
+ version = version + '.beta.' + checkpoint
build_id = ARGUMENTS.get('BUILD_ID')
if build_id is None:
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 459d280..d207279 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -41,6 +41,9 @@ RELEASE 2.0.0.beta.20100531 - Mon, 31 May 2010 22:15:00 -0700
- Convert old-style classes into new-style classes.
+ - Fix "Ignoring corrupt sconsign entry" warnings when building
+ in a tree with a pre-2.0 .sconsign file.
+
From Greg Noel:
- Apply numerous Python fixers to update code to more modern idioms.
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 9fc23f3..abb2581 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -1,5 +1,9 @@
A new SCons checkpoint release, 2.0.0.beta.20100531, is now available on
the SCons download page:
+ The primary purpose of this release is to remove support for
+ Python versions prior to 2.4 and streamline the SCons code base
+ using more modern python idioms.
+ The checkpoint is available at the SCons download page:
http://www.scons.org/download.php