From 8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 19 Aug 2017 14:02:24 -0700 Subject: Fix Bug #3020 - Download link in user guide broken. python setup.py install --version-lib broken. Now fixed --- doc/user/build-install.xml | 2 +- src/CHANGES.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 scons-&buildversion;.win32.exe file from the &SCons; download page at - http://www.scons.org/download.php. + http://scons.org/pages/download.html. 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 -- cgit v0.12