summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-12-22 19:17:19 (GMT)
committerSteven Knight <knight@baldmt.com>2002-12-22 19:17:19 (GMT)
commited5697feb65d129a082d59408ddfcfac4ee2134b (patch)
treea54fddb1c55f55b94863e851688a3a80ce6f3e38 /src/CHANGES.txt
parent28a061162bbfc8f889e09aab3c4c4282860b1a7a (diff)
downloadSCons-ed5697feb65d129a082d59408ddfcfac4ee2134b.zip
SCons-ed5697feb65d129a082d59408ddfcfac4ee2134b.tar.gz
SCons-ed5697feb65d129a082d59408ddfcfac4ee2134b.tar.bz2
Support Repositories on a different file system, when hard links to the local directory won't work. (Derrick 'dman' Hudson)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6edfe9d..3869feb 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,11 @@
RELEASE 0.10 - XXX
+ From Derrick 'dman' Hudson:
+
+ - Support Repositories on other file systems by symlinking or
+ copying files when hard linking won't work.
+
From Steven Knight:
- Remove Python bytecode (*.pyc) files from the scons-local packages.