diff options
author | Greg Noel <GregNoel@tigris.org> | 2009-01-10 17:12:18 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2009-01-10 17:12:18 (GMT) |
commit | 30e7e1cd8c28eb8aebb72a916e61df179961ee8a (patch) | |
tree | a94aef5fdb20bb7513a818dbe45d0ed8bf9fd274 | |
parent | bf20fb39c300ba6cd4a5beaace739d7c422998fe (diff) | |
download | SCons-30e7e1cd8c28eb8aebb72a916e61df179961ee8a.zip SCons-30e7e1cd8c28eb8aebb72a916e61df179961ee8a.tar.gz SCons-30e7e1cd8c28eb8aebb72a916e61df179961ee8a.tar.bz2 |
Ben Webb did it, not me
-rw-r--r-- | src/CHANGES.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 7413c85..70eea4c 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -46,10 +46,6 @@ RELEASE 1.X - XXX - Don't automatically try to build .pdf graphics files for .eps files in \includegraphics{} calls in .tex files. - From Greg Noel: - - - Handle quoted module names in SWIG source files. - From Gary Oberbrunner: - Allow AppendENVPath() and PrependENVPath() to interpret '#' @@ -73,6 +69,10 @@ RELEASE 1.X - XXX Visual C/C++ and MIPSpro C++ on SGI so, they match other tools and avoid flag duplication on C++ command lines. + From Ben Webb: + + - Handle quoted module names in SWIG source files. + From Matthew Wesley: - Copy file attributes so we identify, and can link a shared library |