summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Miedniak <florian.miedniak@web.de>2015-09-23 20:52:23 (GMT)
committerFlorian Miedniak <florian.miedniak@web.de>2015-09-23 20:52:23 (GMT)
commit337a0ab2a7ee2f12cec0975b44e66a78c8be7bae (patch)
tree8647be9978a17c063f3d626713891d4b7ea91558
parent1d5c456aa0d3d34b4cf46350ae3eb5b7a0150234 (diff)
downloadSCons-337a0ab2a7ee2f12cec0975b44e66a78c8be7bae.zip
SCons-337a0ab2a7ee2f12cec0975b44e66a78c8be7bae.tar.gz
SCons-337a0ab2a7ee2f12cec0975b44e66a78c8be7bae.tar.bz2
added some blurb
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 5f54668..f23d847 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,6 +6,9 @@
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Florian Miedniak:
+ - Fixed tigris issue #3011: Glob() excludes didn't work when used with VariantDir(duplicate=0)
+
From William Blevins:
- InstallVersionedLib now available in the DefaultEnvironment context.
- Improves orthogonality of use cases between different Install functions.