diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-02-18 03:05:29 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-02-18 03:05:29 (GMT) |
commit | fa25c39c6a147861b2f738a42773a48c4d1f5ae7 (patch) | |
tree | 762c6d9e0fa697a5580545b5480759b4011c55f2 /src | |
parent | 83001323a2f70372d0d41398dc22b9e21fb5e860 (diff) | |
download | SCons-fa25c39c6a147861b2f738a42773a48c4d1f5ae7.zip SCons-fa25c39c6a147861b2f738a42773a48c4d1f5ae7.tar.gz SCons-fa25c39c6a147861b2f738a42773a48c4d1f5ae7.tar.bz2 |
Update CHANGES and RELEASE per last commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 4 | ||||
-rw-r--r-- | src/RELEASE.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4619955..6278f2e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,6 +7,10 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + From David Garcia Garzon: + - Fix Delete to be able to delete broken symlinks and dir + symlinks. + From Robert Lehr: - Handle .output file generated by bison/yacc properly. Cleaning it when necessary. diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 506217c..4c0017f 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -53,6 +53,7 @@ FIXES + - Delete can now delete symlinks to directories and broken symlinks - CPPDEFINES containing dictionaries now work better. - A problem with using implicit-cache and removing dependencies on disk is corrected. |