diff options
author | anatoly techtonik <techtonik@gmail.com> | 2012-11-22 14:42:02 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2012-11-22 14:42:02 (GMT) |
commit | b5cf704972f2b25ba609108351076eb5515fb50d (patch) | |
tree | e9e74f18adb593524bea53dafe735587f961712f /src/CHANGES.txt | |
parent | b4825b4662c5c41b96b0f2ad07c3cae34681b1f7 (diff) | |
download | SCons-b5cf704972f2b25ba609108351076eb5515fb50d.zip SCons-b5cf704972f2b25ba609108351076eb5515fb50d.tar.gz SCons-b5cf704972f2b25ba609108351076eb5515fb50d.tar.bz2 |
Clean up remnants of Optik module which was removed in
SCons 0.98 (revision 6661c9ea429f by Steven Knight)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 13d8f7c..ff8290e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -1763,6 +1763,9 @@ RELEASE 0.97.0d20070809 - Fri, 10 Aug 2007 10:51:27 -0500 - Add a new AddOption() function to support user-defined command- line flags (like --prefix=, --force, etc.). + - Replace modified Optik version with new optparse compatibility module + for command line processing in Scripts/SConsOptions.py + - Push and retrieve built symlinks to/from a CacheDir() as actual symlinks, not by copying the file contents. |