diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-09-23 22:41:42 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-09-23 22:41:42 (GMT) |
commit | 5f09733499c7d1c8cb559a02ea1e6e4fef3825ea (patch) | |
tree | 5c9504a859fe8d20b36d95eee096078858e99c72 | |
parent | 9189b30403f5de0566902a46278f592498ac1eea (diff) | |
download | SCons-5f09733499c7d1c8cb559a02ea1e6e4fef3825ea.zip SCons-5f09733499c7d1c8cb559a02ea1e6e4fef3825ea.tar.gz SCons-5f09733499c7d1c8cb559a02ea1e6e4fef3825ea.tar.bz2 |
Add info to CHANGES.txt
-rw-r--r-- | src/CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index a155da7..2e7c998 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -46,6 +46,7 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Fix GH Issue #3141 unicode string in a TryAction() with python 2.7 crashes. - Fixed issue causing stack trace when python Action function contains a unicode string when being run with Python 2.7 + - Add alternate path to QT install for Centos in qt tool: /usr/lib64/qt-3.3/bin From Andrew Featherstone - Removed unused --warn options from the man page and source code. |