Initialize the new branch for release.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 25 Jun 2003 20:45:49 +0000 (20:45 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 25 Jun 2003 20:45:49 +0000 (20:45 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@725 fdb21ef1-2011-0410-befe-b5e4ea1792b1

HOWTO/change.txt
HOWTO/release.txt
README
SConstruct
debian/changelog
rpm/scons.spec.in
src/CHANGES.txt
src/RELEASE.txt
src/setupTests.py

index 066396e6ecc71210820fb25cec5687cc82a2a790..feee849da90f2f6d9e6ccdb95b8c412cbb2b0f4d 100644 (file)
@@ -30,28 +30,28 @@ Handling a change set:
 
     -- Distribute the change to scons-aedist:
 
-               aedist -s -p scons.0.15 {cnum} > scons.0.15.C{cnum}.ae
-               pine -attach scons.0.15.C{cnum}.ae scons-aedist@lists.sourceforge.net
-                       Subject: scons.0.15 - {SUMMARY}
-                       Body:  aegis -l -p scons.0.15 -c {cnum} cd
+               aedist -s -p scons.0.90 {cnum} > scons.0.90.C{cnum}.ae
+               pine -attach scons.0.90.C{cnum}.ae scons-aedist@lists.sourceforge.net
+                       Subject: scons.0.90 - {SUMMARY}
+                       Body:  aegis -l -p scons.0.90 -c {cnum} cd
 
-               rm scons.0.15.C{cnum}.ae
+               rm scons.0.90.C{cnum}.ae
 
        [This will eventually be automated.]
 
     -- Update the aedist baseline on the web site:
 
-               aedist -s -bl -p scons.0.15 > scons.0.15.ae
-               scp scons.0.15.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.15.ae
-               rm scons.0.15.ae
+               aedist -s -bl -p scons.0.90 > scons.0.90.ae
+               scp scons.0.90.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.90.ae
+               rm scons.0.90.ae
 
        [This will eventually be automated.]
 
     -- Distribute the change to CVS:
 
                export CVS_RSH=ssh
-               ae2cvs -n -aegis -p scons.0.15 -c {cnum} -u ~/SCons/scons
-               ae2cvs -X -aegis -p scons.0.15 -c {cnum} -u ~/SCons/scons
+               ae2cvs -n -aegis -p scons.0.90 -c {cnum} -u ~/SCons/scons
+               ae2cvs -X -aegis -p scons.0.90 -c {cnum} -u ~/SCons/scons
 
         If you need the "ae2cvs" Perl script, you can find a copy
         checked in to the bin/subdirectory.
index b72adc92268691826e486ffd00dd38c39dfdfcbf..fa5729c53d6f3e41e349e240b0b4f047b4debfb1 100644 (file)
@@ -82,9 +82,6 @@ Things to do to release a new version of SCons:
                 aecp SConstruct
                 vi SConstruct
 
-                aecp debian/changelog
-                vi debian/changelog
-
                 aecp rpm/scons.spec.in
                 vi rpm/scons.spec.in
 
@@ -98,11 +95,6 @@ Things to do to release a new version of SCons:
                [optional] aecp HOWTO/release.txt
                [optional] vi HOWTO/release.txt
 
-               # Prep the following files to track the changes
-               # made during the next development cycle
-               aecp src/CHANGES.txt src/RELEASE.txt
-               vi src/CHANGES.txt src/RELEASE.txt
-
                 # Read through and update the README files if necessary
                [optional] aecp README
                [optional] vi README
@@ -425,6 +417,22 @@ Things to do to release a new version of SCons:
 
 
 
+       Checkin another change to prepare for development on this branch.
+
+               # Prep the following files to track the changes
+               # made during the next development cycle
+               aecp src/CHANGES.txt src/RELEASE.txt
+               vi src/CHANGES.txt src/RELEASE.txt
+
+               # Optionally, update release numbers in the following:
+               [optional] aecp HOWTO/change.txt
+               [optional] vi HOWTO/change.txt
+
+               [optional] aecp HOWTO/release.txt
+               [optional] vi HOWTO/release.txt
+
+
+
 
 =======================
 Template describe-the-release section:
diff --git a/README b/README
index 965a623a07f03d0fb4facfb217422d4675f904a8..dee31fe8c8b38ee81f6b43c6cf4cc5deac7cf1f8 100644 (file)
--- 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.15-1.noarch.rpm
+            Red Hat Linux       scons-0.90-1.noarch.rpm
 
-            Debian GNU/Linux    scons_0.15-1_all.deb
+            Debian GNU/Linux    scons_0.90-1_all.deb
                                 (or use apt-get)
 
-            Windows             scons-0.15.win32.exe
+            Windows             scons-0.90.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.15-1.noarch.rpm
-        build/dist/scons-0.15-1.src.rpm
-        build/dist/scons-0.15.linux-i686.tar.gz
-        build/dist/scons-0.15.tar.gz
-        build/dist/scons-0.15.win32.exe
-        build/dist/scons-0.15.zip
-        build/dist/scons-doc-0.15.tar.gz
-        build/dist/scons-local-0.15.tar.gz
-        build/dist/scons-local-0.15.zip
-        build/dist/scons-src-0.15.tar.gz
-        build/dist/scons-src-0.15.zip
-        build/dist/scons_0.15-1_all.deb
+        build/dist/scons-0.90-1.noarch.rpm
+        build/dist/scons-0.90-1.src.rpm
+        build/dist/scons-0.90.linux-i686.tar.gz
+        build/dist/scons-0.90.tar.gz
+        build/dist/scons-0.90.win32.exe
+        build/dist/scons-0.90.zip
+        build/dist/scons-doc-0.90.tar.gz
+        build/dist/scons-local-0.90.tar.gz
+        build/dist/scons-local-0.90.zip
+        build/dist/scons-src-0.90.tar.gz
+        build/dist/scons-src-0.90.zip
+        build/dist/scons_0.90-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.
index 570570d7d664918d0f7ea5b483bde2edc0aea592..59d8963410967c280f0187075fc6852cf7f92c06 100644 (file)
@@ -39,7 +39,7 @@ import sys
 import time
 
 project = 'scons'
-default_version = '0.15'
+default_version = '0.90'
 copyright = "Copyright (c) %s Steven Knight" % copyright_years
 
 Default('.')
index b9915deb50a138bfa0bd141170a1feb4fa8663b7..1213b2d18a942465ecbb75d506ff1f0ee5c95c0a 100644 (file)
@@ -1,8 +1,8 @@
-scons (0.15-1) unstable; urgency=low
+scons (0.90-1) unstable; urgency=low
 
-  * Ninth post-official-Debian build cycle
+  * First beta release.
 
- -- Steven Knight <knight@baldmt.com>  Wed, 21 May 2003 05:16:32 -0500
+ -- Steven Knight <knight@baldmt.com>  Wed, 25 Jun 2003 14:24:52 -0500
 
 
 scons (0.14-1) unstable; urgency=low
index b68c156bf210c85c80f8836e75319e75b70dde9c..de34305c6d61a9faa79921c35feba77621878cc8 100644 (file)
@@ -1,5 +1,5 @@
 %define name scons
-%define version 0.15
+%define version 0.90
 %define release 1
 
 Summary: an Open Source software construction tool
index 5880e2a3215aae0dc0286e1b585203e0771fbe5f..29f5feb12d84be895ea582d44dcc583fa694da51 100644 (file)
@@ -8,7 +8,7 @@
 
 
 
-RELEASE 0.15 - XXX
+RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500
 
   From Chad Austin:
 
index 467633cad7b88e5cabc3125ee8a2ef01c5880af1..4f240fb23487751955e405ee419eabf804d92911 100644 (file)
@@ -20,9 +20,9 @@ more effectively, please sign up for the scons-users mailing list at:
 
 
 
-RELEASE 0.15 - XXX
+RELEASE 0.90 - Wed, 25 Jun 2003 14:24:52 -0500
 
-  This is the fifteenth alpha release of SCons.  Please consult the
+  This is the first 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.14:
@@ -84,9 +84,8 @@ RELEASE 0.15 - XXX
 
   Nevertheless, please heed the following disclaimers:
 
-    - There may, of course, be bugs.  Please report any bugs or other
-      problems that you find to our bug tracker at our SourceForge
-      project page:
+    - Please report any bugs or other problems that you find to our bug
+      tracker at our SourceForge project page:
 
       http://sourceforge.net/tracker/?func=add&group_id=30337&atid=398971
 
@@ -157,9 +156,6 @@ RELEASE 0.15 - XXX
       this fix does not work on all systems or in all circumstances.
       We're working to try to find a universal solution.
 
-    - Executing the -u or -U option from a source directory that has an
-      associated BuildDir() does not build the targets in the BuildDir().
-
     - Modifying a construction environment in a subsidiary SConscript
       file modifies the global environment.
 
@@ -176,11 +172,11 @@ RELEASE 0.15 - XXX
       (for example) \some\target is the same as X:\some\target (for your
       current volume X:).
 
-    - .sconsign files can be written even when the -n option is used,
-      possibly causing incorrect "up to date" builds the next time around.
+    - Using a construction variable in its own expansion can cause
+      an infinite loop.
 
-    - An explicit target beginning with "../" (i.e. above the current
-      directory) is ignored when using the -u, -U or -D options.
+    - When using SourceSignatures('timestamp'), changes to Python
+      Value() do not cause rebuilds.
 
     - No support yet for the following planned command-line options:
 
@@ -203,5 +199,5 @@ With plenty of help from the SCons Development team:
         Steve Leblanc
         Anthony Roach
         Greg Spencer
-        Christoph Widemann
+        Christoph Wiedemann
 
index b7adf0cf493ad5bac20e73cf0327c0a15cb7f676..f098cfce33d5deebd7e9676447ae83b30e04a6a2 100644 (file)
@@ -52,7 +52,7 @@ except KeyError:
 #    version = os.environ['SCONS_VERSION']
 #except KeyError:
 #    version = '__VERSION__'
-version = '0.15'
+version = '0.90'
 
 scons_version = 'scons-%s' % version