summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-07-13 08:06:06 (GMT)
committerSteven Knight <knight@baldmt.com>2004-07-13 08:06:06 (GMT)
commitd4da437a7df193b540560e8bb06aa1573b615cc8 (patch)
tree00389ded72bf2cd3148311e7fddf8466bc535bcd /src
parent6dfe1bb16b84e5ce1f845bf3d1c83c2b34f65129 (diff)
downloadSCons-d4da437a7df193b540560e8bb06aa1573b615cc8.zip
SCons-d4da437a7df193b540560e8bb06aa1573b615cc8.tar.gz
SCons-d4da437a7df193b540560e8bb06aa1573b615cc8.tar.bz2
Fix tests on systems where 'ar' prints warnings about creating archives. (Kevin Quick)
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6694df2..ab32cef 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -162,8 +162,12 @@ RELEASE 0.96 - XXX
From Kevin Quick:
+ - Handling SCons exceptions according to Pythonic standards.
+
- Fix test/chained-build.py on systems that execute within one second.
+ - Fix tests on systems where 'ar' warns about archive creation.
+
From Anthony Roach:
- Fix use of the --implicit-cache option with timestamp signatures.