diff options
-rw-r--r-- | QMTest/TestSCons.py | 2 | ||||
-rw-r--r-- | README.rst | 38 | ||||
-rw-r--r-- | src/Announce.txt | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 2 |
4 files changed, 22 insertions, 22 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index b71ee626f..bf0c37018 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -34,7 +34,7 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '2.5.0' +default_version = '2.5.1' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) diff --git a/README.rst b/README.rst index ba1755fd0..ca1b081e8 100644 --- a/README.rst +++ b/README.rst @@ -168,7 +168,7 @@ Or on Windows:: By default, the above commands will do the following: -- Install the version-numbered "scons-2.5.0" and "sconsign-2.5.0" scripts in +- Install the version-numbered "scons-2.5.1" and "sconsign-2.5.1" scripts in the default system script directory (/usr/bin or C:\\Python\*\\Scripts, for example). This can be disabled by specifying the "--no-version-script" option on the command line. @@ -180,23 +180,23 @@ By default, the above commands will do the following: before making it the default on your system. On UNIX or Linux systems, you can have the "scons" and "sconsign" scripts be - hard links or symbolic links to the "scons-2.5.0" and "sconsign-2.5.0" + hard links or symbolic links to the "scons-2.5.1" and "sconsign-2.5.1" scripts by specifying the "--hardlink-scons" or "--symlink-scons" options on the command line. -- Install "scons-2.5.0.bat" and "scons.bat" wrapper scripts in the Python +- Install "scons-2.5.1.bat" and "scons.bat" wrapper scripts in the Python prefix directory on Windows (C:\\Python\*, for example). This can be disabled by specifying the "--no-install-bat" option on the command line. On UNIX or Linux systems, the "--install-bat" option may be specified to - have "scons-2.5.0.bat" and "scons.bat" files installed in the default system + have "scons-2.5.1.bat" and "scons.bat" files installed in the default system script directory, which is useful if you want to install SCons in a shared file system directory that can be used to execute SCons from both UNIX/Linux and Windows systems. - Install the SCons build engine (a Python module) in an appropriate - version-numbered SCons library directory (/usr/lib/scons-2.5.0 or - C:\\Python\*\\scons-2.5.0, for example). See below for more options related to + version-numbered SCons library directory (/usr/lib/scons-2.5.1 or + C:\\Python\*\\scons-2.5.1, for example). See below for more options related to installing the build engine library. - Install the troff-format man pages in an appropriate directory on UNIX or @@ -474,7 +474,7 @@ running all of "runtest.py -a". Building Packages ================= -We use SCons (version 2.5.0 or later) to build its own packages. If you +We use SCons (version 2.5.1 or later) to build its own packages. If you already have an appropriate version of SCons installed on your system, you can build everything by simply running it:: @@ -489,18 +489,18 @@ about `Executing SCons Without Installing`_):: Depending on the utilities installed on your system, any or all of the following packages will be built:: - build/dist/scons-2.5.0-1.noarch.rpm - build/dist/scons-2.5.0-1.src.rpm - build/dist/scons-2.5.0.linux-i686.tar.gz - build/dist/scons-2.5.0.tar.gz - build/dist/scons-2.5.0.win32.exe - build/dist/scons-2.5.0.zip - build/dist/scons-doc-2.5.0.tar.gz - build/dist/scons-local-2.5.0.tar.gz - build/dist/scons-local-2.5.0.zip - build/dist/scons-src-2.5.0.tar.gz - build/dist/scons-src-2.5.0.zip - build/dist/scons_2.5.0-1_all.deb + build/dist/scons-2.5.1-1.noarch.rpm + build/dist/scons-2.5.1-1.src.rpm + build/dist/scons-2.5.1.linux-i686.tar.gz + build/dist/scons-2.5.1.tar.gz + build/dist/scons-2.5.1.win32.exe + build/dist/scons-2.5.1.zip + build/dist/scons-doc-2.5.1.tar.gz + build/dist/scons-local-2.5.1.tar.gz + build/dist/scons-local-2.5.1.zip + build/dist/scons-src-2.5.1.tar.gz + build/dist/scons-src-2.5.1.zip + build/dist/scons_2.5.1-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. For diff --git a/src/Announce.txt b/src/Announce.txt index b16fb3be6..c57ba6f01 100644 --- a/src/Announce.txt +++ b/src/Announce.txt @@ -18,7 +18,7 @@ So that everyone using SCons can help each other learn how to use it more effectively, please go to http://scons.org/lists.php#users to sign up for the scons-users mailing list. -RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700 +RELEASE 2.5.1 - Mon, 03 Nov 2016 13:37:42 -0400 Please consult the RELEASE.txt file for a summary of changes since the last release and consult the CHANGES.txt file for complete a list of changes diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 5aa1eee1b..7390f0714 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -4,7 +4,7 @@ Change Log -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 2.5.1 - Mon, 03 Nov 2016 13:37:42 -0400 From William Deegan: - Add scons-configure-cache.py to packaging. It was omitted |