summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-19 21:02:24 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-19 21:02:24 (GMT)
commit8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9 (patch)
tree656295ca4246a000ec64c8055103abc51b2c9ce0
parentf53bad4b0714adefa99a0063a1144c6b82bafed5 (diff)
downloadSCons-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
-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 3e66172..b3814e7 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 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