diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 04afab8..f6bdee0 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -90,6 +90,12 @@ RELEASE 0.14 - XXX - Fix an undefined exitvalmap on Win32 systems. + - Support new SetOption() and GetOption() functions for setting + various command-line options from with an SConscript file. + + - Deprecate the old SetJobs() and GetJobs() functions in favor of + using the new generic {Set,Get}Option() functions. + From David Snopek: - Contribute the "Autoscons" code for Autoconf-like checking for |