summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-03-15 05:30:41 (GMT)
committerSteven Knight <knight@baldmt.com>2003-03-15 05:30:41 (GMT)
commit127d61ac6d0a272bf82cbcaf5923b4ddd302ec7e (patch)
tree518b959654a5e9119b51d229b64a31ca90e4e4f7 /src/CHANGES.txt
parenta5a29f951bbc993337b8d204d95251cab47c65f6 (diff)
downloadSCons-127d61ac6d0a272bf82cbcaf5923b4ddd302ec7e.zip
SCons-127d61ac6d0a272bf82cbcaf5923b4ddd302ec7e.tar.gz
SCons-127d61ac6d0a272bf82cbcaf5923b4ddd302ec7e.tar.bz2
Change the default SConscriptChdir() behavior to NOT chdir to the SConscript directory.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index a6406a7..ca480de 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -75,6 +75,9 @@ RELEASE 0.12 - XXX
This allows you to build in another directory by simply changing
there and pointing at the SConstruct file in another directory.
+ - Change the default SConscriptChdir() behavior to change to the
+ SConscript directory while it's being read.
+
From Lachlan O'Dea:
- Add SharedObject() support to the masm tool.