From 400891d25c3e54997ab8a787810b4448e39fc10c Mon Sep 17 00:00:00 2001 From: stevenknight Date: Wed, 20 Aug 2003 16:58:13 +0000 Subject: [PATCH] Initialize the new branch. git-svn-id: http://scons.tigris.org/svn/scons/trunk@774 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- README | 30 +++++++++++++++--------------- SConstruct | 2 +- debian/changelog | 7 +++++++ rpm/scons.spec.in | 2 +- src/CHANGES.txt | 2 +- src/RELEASE.txt | 4 +--- src/setupTests.py | 2 +- 7 files changed, 27 insertions(+), 22 deletions(-) diff --git a/README b/README index bb4d2968..3e0d33a8 100644 --- a/README +++ b/README @@ -66,12 +66,12 @@ In this case, your options are: -- (Optional.) Install from a pre-packaged SCons package that does not require distutils: - Red Hat Linux scons-0.91-1.noarch.rpm + Red Hat Linux scons-0.92-1.noarch.rpm - Debian GNU/Linux scons_0.91-1_all.deb + Debian GNU/Linux scons_0.92-1_all.deb (or use apt-get) - Windows scons-0.91.win32.exe + Windows scons-0.92.win32.exe -- (Recommended.) Download the latest distutils package from the following URL: @@ -218,18 +218,18 @@ more typing: Depending on the utilities installed on your system, any or all of the following packages will be built: - build/dist/scons-0.91-1.noarch.rpm - build/dist/scons-0.91-1.src.rpm - build/dist/scons-0.91.linux-i686.tar.gz - build/dist/scons-0.91.tar.gz - build/dist/scons-0.91.win32.exe - build/dist/scons-0.91.zip - build/dist/scons-doc-0.91.tar.gz - build/dist/scons-local-0.91.tar.gz - build/dist/scons-local-0.91.zip - build/dist/scons-src-0.91.tar.gz - build/dist/scons-src-0.91.zip - build/dist/scons_0.91-1_all.deb + build/dist/scons-0.92-1.noarch.rpm + build/dist/scons-0.92-1.src.rpm + build/dist/scons-0.92.linux-i686.tar.gz + build/dist/scons-0.92.tar.gz + build/dist/scons-0.92.win32.exe + build/dist/scons-0.92.zip + build/dist/scons-doc-0.92.tar.gz + build/dist/scons-local-0.92.tar.gz + build/dist/scons-local-0.92.zip + build/dist/scons-src-0.92.tar.gz + build/dist/scons-src-0.92.zip + build/dist/scons_0.92-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. diff --git a/SConstruct b/SConstruct index 78345bca..65863eed 100644 --- a/SConstruct +++ b/SConstruct @@ -39,7 +39,7 @@ import sys import time project = 'scons' -default_version = '0.91' +default_version = '0.92' copyright = "Copyright (c) %s Steven Knight" % copyright_years Default('.') diff --git a/debian/changelog b/debian/changelog index bc205cdf..27097b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scons (0.92-1) unstable; urgency=low + + * Third beta release. + + -- Steven Knight Tue Aug 19 19:05:23 CDT 2003 + + scons (0.91-1) unstable; urgency=low * Second beta release. diff --git a/rpm/scons.spec.in b/rpm/scons.spec.in index b23a6de5..bbc77bf0 100644 --- a/rpm/scons.spec.in +++ b/rpm/scons.spec.in @@ -1,5 +1,5 @@ %define name scons -%define version 0.91 +%define version 0.92 %define release 1 Summary: an Open Source software construction tool diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 8b5e2663..48bab376 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,7 +8,7 @@ -RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX XXXXX +RELEASE 0.92 - Tue Aug 19 19:05:23 CDT 2003 From Charles Crain and Gary Oberbrunner: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index f1049111..111ec92d 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,13 +20,11 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX XXXXX +RELEASE 0.92 - Tue Aug 19 19:05:23 CDT 2003 This is the third beta release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. - Please note the following important changes since release 0.91: - Please note the following important changes since release 0.90: - The spelling of the 'validater' keyword argument to the diff --git a/src/setupTests.py b/src/setupTests.py index 29c26cfe..950dbdbf 100644 --- a/src/setupTests.py +++ b/src/setupTests.py @@ -52,7 +52,7 @@ except KeyError: # version = os.environ['SCONS_VERSION'] #except KeyError: # version = '__VERSION__' -version = '0.91' +version = '0.92' scons_version = 'scons-%s' % version -- 2.26.2