summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2017-07-02 07:02:35 (GMT)
committerRussel Winder <russel@winder.org.uk>2017-07-02 07:02:35 (GMT)
commit09744e75d75f5b9e83ae00096162497a89d0c7ec (patch)
tree31c8ccaa7d7a80ed8665da0b4078e6acb8199155 /src/CHANGES.txt
parent5c58fce9cf4e0fc3e8d0f44ec9181700f1380092 (diff)
parentfe8669695dad03dfe0c9e8b322d3ec86d8301229 (diff)
downloadSCons-09744e75d75f5b9e83ae00096162497a89d0c7ec.zip
SCons-09744e75d75f5b9e83ae00096162497a89d0c7ec.tar.gz
SCons-09744e75d75f5b9e83ae00096162497a89d0c7ec.tar.bz2
Merge mainline.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 9966229..5be0399 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -7,6 +7,10 @@
RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400
+NOTE: This is a major release. You should expect that some targets may rebuild when upgrading.
+Significant changes in some python action signatures. Also switching between PY 2 and PY 3.5, 3.6
+may cause rebuilds. In no case should rebuilds not happen.
+
From Richard West:
- Added nested / namespace tool support
- Added a small fix to the python3 tool loader when loading a tool as a package
@@ -39,6 +43,7 @@ RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400
avoid too many open files.
- Add __main__.py for `python -m SCons` in case it is on PYTHONPATH.
- Always use highest available pickle protocol for efficiency.
+ - Remove unused command line fallback for the zip tool.
From Gaurav Juvekar:
- Fix issue #2832: Expand construction variables in 'chdir' argument of builders. (PR #463)