From: William Deegan Date: Sat, 19 Aug 2017 21:02:24 +0000 (-0700) Subject: Fix Bug #3020 - Download link in user guide broken. python setup.py install --version... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8672f7ab4cb772a1c59bf4ca1c4e68420dd2cae9;p=platform%2Fupstream%2Fscons.git Fix Bug #3020 - Download link in user guide broken. python setup.py install --version-lib broken. Now fixed --- 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 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 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