summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-05-28 09:40:40 (GMT)
committerGreg Noel <GregNoel@tigris.org>2010-05-28 09:40:40 (GMT)
commit56309561f2396659965eda63b30c69043e17d3f6 (patch)
tree2a9eaf225729bc320b75e8f0f5f70872b3a72c8f /src/RELEASE.txt
parent1611fe9bdefe760e4fbfd0a4ae85892a3094e19e (diff)
downloadSCons-56309561f2396659965eda63b30c69043e17d3f6.zip
SCons-56309561f2396659965eda63b30c69043e17d3f6.tar.gz
SCons-56309561f2396659965eda63b30c69043e17d3f6.tar.bz2
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index bc12077..89508c6 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -43,6 +43,9 @@
- The BuildDir() method and the build_dir option now get warnings.
+ - The SourceCode() function and its associated factory functions have
+ started their deprecation cycle and can have a warning enabled.
+
CHANGED/ENHANCED EXISTING FUNCTIONALITY
- Any Command() or env.Command() calls that use the following Action
@@ -82,7 +85,8 @@
DOCUMENTATION
- - No changes.
+ - The entried for SourceCode() and its associated factory functions now
+ state that the functions are deprecated.
DEVELOPMENT
@@ -90,5 +94,5 @@
Although code is tested with Python 2.3 and is still believed to work,
the official new floor is Python 2.4.
- Thanks to Greg Noel and Steven Knight for their contributions to this
- release.
+ Thanks to Greg Noel, Steven Knight, Dirk Baechle, and W. Trevor King for
+ their contributions to this release.