From 73b2c02d7088c6d6490fdede8396d88103b00482 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 23 Jan 2019 17:43:22 +0000 Subject: Changes for 3.0.4 release --- README.rst | 2 +- bin/upload-release-files.sh | 2 +- doc/man/scons.xml | 4 ++-- doc/user/copyright.xml | 2 +- src/RELEASE.txt | 5 +++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 49b1556..17bbffa 100755 --- a/README.rst +++ b/README.rst @@ -765,5 +765,5 @@ many contributors, including but not at all limited to: \... and many others. -Copyright (c) 2001 - 2018 The SCons Foundation +Copyright (c) 2001 - 2019 The SCons Foundation diff --git a/bin/upload-release-files.sh b/bin/upload-release-files.sh index 4748db1..014134a 100755 --- a/bin/upload-release-files.sh +++ b/bin/upload-release-files.sh @@ -73,7 +73,7 @@ ssh scons@scons.org " cd .. rm latest; ln -s $VERSION latest rm production; ln -s $VERSION production - for f in HTML PDF EPUB PS TEXT; do rm \$f; ln -s $VERSION/\$f \$f; done + for f in HTML PDF EPUB PS TEXT; do rm -f \$f; ln -s $VERSION/\$f \$f; done " echo '*****' echo '***** Now manually update index.php, includes/versions.php and news-raw.xhtml on scons.org.' diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 805164c..0f59967 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -54,10 +54,10 @@ Steven Knight and the SCons Development Team - 2004 - 2018 + 2004 - 2019 - 2004 - 2018 + 2004 - 2019 The SCons Foundation diff --git a/doc/user/copyright.xml b/doc/user/copyright.xml index 588253c..d36ff1e 100644 --- a/doc/user/copyright.xml +++ b/doc/user/copyright.xml @@ -35,7 +35,7 @@
- SCons User's Guide Copyright (c) 2004-2018 Steven Knight + SCons User's Guide Copyright (c) 2004-2019 Steven Knight
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index f117758..97401cb 100755 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -2,7 +2,8 @@ on the SCons download page: http://www.scons.org/download.php - + Or via pypi: + pip install scons Here is a summary of the changes since 3.0.3: @@ -23,4 +24,4 @@ git shortlog --no-merges -ns 3.0.3..HEAD 4 Daniel Moody 4 William Deegan 3 anatoly techtonik - 1 Tobias Herzog \ No newline at end of file + 1 Tobias Herzog -- cgit v0.12