summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2010-01-04 17:34:11 (GMT)
committerRobert Managan <managan1@llnl.gov>2010-01-04 17:34:11 (GMT)
commit7356c7078a1edaaccac14a050e90ec3df0daa969 (patch)
tree4adda632ab6167010e6aa14f7e78da600dad12fd /src/CHANGES.txt
parentf2bf9d68f4bf1815c9369ffdac3806640417f1df (diff)
downloadSCons-7356c7078a1edaaccac14a050e90ec3df0daa969.zip
SCons-7356c7078a1edaaccac14a050e90ec3df0daa969.tar.gz
SCons-7356c7078a1edaaccac14a050e90ec3df0daa969.tar.bz2
Change scanner to properly search for included file from the
directory of the main file instead of the file it is included from. Also update the emitter to add the .aux file associated with \include{filename} commands. This makes sure the required directories if any are created for variantdir cases. Half of the patch from Stefan Hepp.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 948de2e..0b547f1 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -128,6 +128,13 @@ RELEASE X.X.X - XXX
since this works on all platforms.
Patch from Stefan Hepp.
+ - Change scanner to properly search for included file from the
+ directory of the main file instead of the file it is included from.
+ Also update the emitter to add the .aux file associated with
+ \include{filename} commands. This makes sure the required directories
+ if any are created for variantdir cases.
+ Half of the patch from Stefan Hepp.
+
RELEASE 1.2.0.d20090223 - Mon, 23 Feb 2009 08:41:06 -0800
From Stanislav Baranov: