diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2013-08-25 12:21:15 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2013-08-25 12:21:15 (GMT) |
commit | 96119bccc3252d27798353a07fe4b52eaff17efb (patch) | |
tree | 761477531a6b56cbf4520d63973b31976d8d7711 | |
parent | a0ca59da5a6b076f34c1fb5ebe713a1d1ce7d085 (diff) | |
download | SCons-96119bccc3252d27798353a07fe4b52eaff17efb.zip SCons-96119bccc3252d27798353a07fe4b52eaff17efb.tar.gz SCons-96119bccc3252d27798353a07fe4b52eaff17efb.tar.bz2 |
Update CHANGES.txt to reflect proper contributor of yacc .output clean patch.
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3494cfd..68740bd 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -182,7 +182,7 @@ RELEASE 2.1.0 - Mon, 09 Sep 2011 20:54:57 -0700 - Fix Delete to be able to delete broken symlinks and dir symlinks. - From Robert Lehr: + From Imran Fanaswala and Robert Lehr: - Handle .output file generated by bison/yacc properly. Cleaning it when necessary. |