diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-19 21:02:24 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-19 21:02:24 (GMT) |
commit | 8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9 (patch) | |
tree | 656295ca4246a000ec64c8055103abc51b2c9ce0 /src | |
parent | f53bad4b0714adefa99a0063a1144c6b82bafed5 (diff) | |
download | SCons-8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9.zip SCons-8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9.tar.gz SCons-8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9.tar.bz2 |
Fix Bug #3020 - Download link in user guide broken. python setup.py install --version-lib broken. Now fixed
Diffstat (limited to 'src')
-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 e681f5d..1c99acf 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -36,6 +36,7 @@ may cause rebuilds. In no case should rebuilds not happen. - Changes to Action Function and Action Class signiture creation. NOTE: This will cause rebuilds for many builds when upgrading to SCons 3.0 - 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" From Ibrahim Esmat: - Added the capability to build Windows Store Compatible libraries that can be used |