Update src/CHANGES.txt for recent changes.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 23 Aug 2008 14:00:34 +0000 (14:00 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 23 Aug 2008 14:00:34 +0000 (14:00 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3298 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt

index dc00bcb54fd532aee0d4f389058a19f514c27d7a..22c5f621590bb9fc71cc63b05f4cbad990e96af5 100644 (file)
@@ -18,6 +18,8 @@ From Ludwig H
 
   - Fix sporadic output-order failures in test/GetBuildFailures/parallel.py.
 
+  - Document the ParseDepends() function in the User's Guide.
+
 From Greg Noel:
 
   - Handle yacc/bison on newer Mac OS X versions creating file.hpp,
@@ -31,11 +33,17 @@ From Greg Noel:
 
   - Fix documentation of SConf.CheckLibWithHeader and other SConf methods.
 
+  - Update documentation of SConscript(variant_dir) usage.
+
 From Jonas Olsson:
 
   - Print the warning about -j on Windows being potentially unreliable if
     the pywin32 extensions are unavailable or lack file handle operations.
 
+From Jim Randall:
+
+  - Fix the env.WhereIs() method to expand construction variables.
+
 From Rogier Schouten:
 
   - Enable building of shared libraries with the Bordand ilink32 linker.