summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCarnë Draug <carandraug+dev@gmail.com>2015-09-26 18:01:04 (GMT)
committerCarnë Draug <carandraug+dev@gmail.com>2015-09-26 18:01:04 (GMT)
commit72d8407c28fc02cb986fa561c793e1b202e53867 (patch)
tree0cb38260897ea073c8ebe22187a017e7c322ca6e /src
parent95266ff25dd0be222e1838a439190317c60601d4 (diff)
downloadSCons-72d8407c28fc02cb986fa561c793e1b202e53867.zip
SCons-72d8407c28fc02cb986fa561c793e1b202e53867.tar.gz
SCons-72d8407c28fc02cb986fa561c793e1b202e53867.tar.bz2
Add new CheckProg configure method to documentation and list of changes.
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 977d00f..3869621 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -13,6 +13,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Memoizer counting uses decorators now, instead of
the old metaclasses approach.
+ From Carnë Draug:
+ - Added new configure check, CheckProg, to check for
+ existence of a program.
+
RELEASE 2.3.6 - Mon, 31 Jul 2015 14:35:03 -0700
From Rob Smith: