summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-02-18 08:04:29 (GMT)
committerSteven Knight <knight@baldmt.com>2003-02-18 08:04:29 (GMT)
commit5aaf9d3bad67e5ac33a342478e4449e4c71f039c (patch)
tree9b62b6fab5539b7ef535182b0fe29b05acd4baff /src/CHANGES.txt
parentbdbeeed7d1492c270c24d809237eb5f724c7cbf5 (diff)
downloadSCons-5aaf9d3bad67e5ac33a342478e4449e4c71f039c.zip
SCons-5aaf9d3bad67e5ac33a342478e4449e4c71f039c.tar.gz
SCons-5aaf9d3bad67e5ac33a342478e4449e4c71f039c.tar.bz2
Add support for fetching files from rcs.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 944fcb6..dce8e34 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -19,6 +19,10 @@ RELEASE 0.12 - XXX
- Remove deprecated features: the "name" argument to Builder objects,
and the Environment.Update() method.
+ - Add an Environment.SourceCode() method to support fetching files
+ from source code systems. Add factory methods that create Builders
+ to support BitKeeper, CVS, RCS, SCCS and Subversion.
+
RELEASE 0.11 - Tue, 11 Feb 2003 05:24:33 -0600