summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-20 15:37:46 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-20 15:37:46 -0700
commitc96277d63f6e917daa5798a41954a88e98352e81 (patch)
treec48e18fa075191ce3965fe3dd83a4a545439a005 /src/CHANGES.txt
parentcde8b8346894ef1e6ef6c254bc79a3f5f3a2e580 (diff)
downloadscons-c96277d63f6e917daa5798a41954a88e98352e81.tar.gz
Fix Bug #2622 - AlwaysBuild()+MSVC regression. Due to AlwaysBuild'd target not being added to changed_sources. This has been fixed for a while via some changes for other issue/development. I added a unit test to cover this to src/engine/SCons/ExecutorTests.py
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 47f74313..fa427265 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -38,6 +38,8 @@ may cause rebuilds. In no case should rebuilds not happen.
- Fixed Bug #3027 - "Cross Compiling issue: cannot override ranlib"
- Fixed Bug #3020 - "Download link in user guide wrong. python setup.py install --version-lib broken"
- Fixed Bug #2486 - Added SetOption('silent',True) - Previously this value was not allowed to be set.
+ - Fixed Bug #3040 - Non-unicode character in CHANGES.txt
+ - Fixed Bug #2622 - AlwaysBuild + MSVC regression.
From Ibrahim Esmat:
- Added the capability to build Windows Store Compatible libraries that can be used