diff options
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. |