diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-30 15:35:30 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-30 15:35:30 (GMT) |
commit | 212d77d88aa4374ef13f2e6bc7edf3395ac9736c (patch) | |
tree | 464ca9fd18866613629e2381dfb6b93190a5e2e6 /src/RELEASE.txt | |
parent | 7ff542f3fb5b361087ef2738a82b5d849e005d45 (diff) | |
download | SCons-212d77d88aa4374ef13f2e6bc7edf3395ac9736c.zip SCons-212d77d88aa4374ef13f2e6bc7edf3395ac9736c.tar.gz SCons-212d77d88aa4374ef13f2e6bc7edf3395ac9736c.tar.bz2 |
Provide uniform access to (some) command-line options. (Anthony Roach)
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index db275b7..e8d4b37 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -45,6 +45,12 @@ RELEASE 0.14 - XXX file, you may need to modify the module to make the previously global variables available to your Export() or SConscript() call. + - The SetJobs() and GetJobs() functions have been deprecated. + Their new equivalents are: + + SetOption('num_jobs', num) + GetOption('num_jobs') + Please note the following important changes since release 0.11: - The default behavior of SCons is now to change to the directory in |