summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorptomulik <ptomulik@meil.pw.edu.pl>2012-06-06 23:03:25 (GMT)
committerptomulik <ptomulik@meil.pw.edu.pl>2012-06-06 23:03:25 (GMT)
commit334b6dc66881872107611feddddeb779ea7d7e96 (patch)
treeec2f4f6468a3babaa52d7ed995516ff9c5452e47 /src/CHANGES.txt
parenta486464211ccae2b17049e86a7b05c531c6897a6 (diff)
downloadSCons-334b6dc66881872107611feddddeb779ea7d7e96.zip
SCons-334b6dc66881872107611feddddeb779ea7d7e96.tar.gz
SCons-334b6dc66881872107611feddddeb779ea7d7e96.tar.bz2
Fixed FindSourceFiles to find leaf nodes.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index f759622..d1aa963 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -5,6 +5,9 @@
Change Log
RELEASE 2.X.X -
+ From Paweł Tomulik:
+ - Added gettext toolset
+ - Fixed FindSourceFiles to find final sources (leaf nodes).
From Mortoray:
- Make -s (silent mode) be silent about entering subdirs (#2976).