summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-19 14:02:24 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-19 14:02:24 -0700
commit6dfa17c497c1d23054ee57f169943de65467ee6b (patch)
tree656295ca4246a000ec64c8055103abc51b2c9ce0
parent9d301dd9b6b6baa6dac0585b27ed9103384a5c0e (diff)
downloadscons-6dfa17c497c1d23054ee57f169943de65467ee6b.tar.gz
Fix Bug #3020 - Download link in user guide broken. python setup.py install --version-lib broken. Now fixed
-rw-r--r--doc/user/build-install.xml2
-rw-r--r--src/CHANGES.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml
index 3e661720..b3814e74 100644
--- a/doc/user/build-install.xml
+++ b/doc/user/build-install.xml
@@ -289,7 +289,7 @@ Python 2.5.1
that makes installation extremely easy.
Download the <filename>scons-&buildversion;.win32.exe</filename>
file from the &SCons; download page at
- <ulink url="http://www.scons.org/download.php">http://www.scons.org/download.php</ulink>.
+ <ulink url="http://scons.org/pages/download.html">http://scons.org/pages/download.html</ulink>.
Then all you need to do is execute the file
(usually by clicking on its icon in Windows Explorer).
These will take you through a small
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index e681f5d9..1c99acf0 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