Initialize the 0.94 branch for release.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 7 Nov 2003 18:16:06 +0000 (18:16 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 7 Nov 2003 18:16:06 +0000 (18:16 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@839 fdb21ef1-2011-0410-befe-b5e4ea1792b1

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

diff --git a/README b/README
index 6c921f19c05a53a45a909fc117108010981368ec..a19a24704132b3c90330a4737dd9997dfd8e5177 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.93-1.noarch.rpm
+            Red Hat Linux       scons-0.94-1.noarch.rpm
 
-            Debian GNU/Linux    scons_0.93-1_all.deb
+            Debian GNU/Linux    scons_0.94-1_all.deb
                                 (or use apt-get)
 
-            Windows             scons-0.93.win32.exe
+            Windows             scons-0.94.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.93-1.noarch.rpm
-        build/dist/scons-0.93-1.src.rpm
-        build/dist/scons-0.93.linux-i686.tar.gz
-        build/dist/scons-0.93.tar.gz
-        build/dist/scons-0.93.win32.exe
-        build/dist/scons-0.93.zip
-        build/dist/scons-doc-0.93.tar.gz
-        build/dist/scons-local-0.93.tar.gz
-        build/dist/scons-local-0.93.zip
-        build/dist/scons-src-0.93.tar.gz
-        build/dist/scons-src-0.93.zip
-        build/dist/scons_0.93-1_all.deb
+        build/dist/scons-0.94-1.noarch.rpm
+        build/dist/scons-0.94-1.src.rpm
+        build/dist/scons-0.94.linux-i686.tar.gz
+        build/dist/scons-0.94.tar.gz
+        build/dist/scons-0.94.win32.exe
+        build/dist/scons-0.94.zip
+        build/dist/scons-doc-0.94.tar.gz
+        build/dist/scons-local-0.94.tar.gz
+        build/dist/scons-local-0.94.zip
+        build/dist/scons-src-0.94.tar.gz
+        build/dist/scons-src-0.94.zip
+        build/dist/scons_0.94-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 ec03578857dba5b4af63ab29f7d91bc2600d4220..61b9b77ae524931f50d657e9b24aeb7ce9806f92 100644 (file)
@@ -39,7 +39,7 @@ import sys
 import time
 
 project = 'scons'
-default_version = '0.93'
+default_version = '0.94'
 copyright = "Copyright (c) %s Steven Knight" % copyright_years
 
 Default('.')
index 449c177cf5022b284b905d45c222163e1ce370cb..1dc6fc68d9fdc4f8158f6601c3f5d3b1ed10de41 100644 (file)
@@ -1,3 +1,10 @@
+scons (0.94-1) unstable; urgency=low
+
+  * Fifth beta release.
+
+ -- Steven Knight <knight@baldmt.com>  Fri, 07 Nov 2003 05:29:48 -0600
+
+
 scons (0.93-1) unstable; urgency=low
 
   * Fourth beta release.
index 2160041a1ee64092e4f7e1f964b305173c19ef8f..d2ab15720607b84685b477cabddb7f291a6005d8 100644 (file)
@@ -1,5 +1,5 @@
 %define name scons
-%define version 0.93
+%define version 0.94
 %define release 1
 
 Summary: an Open Source software construction tool
index 8629589fb8695d9ae9f45b04cedaba252fddb5bb..4021c8343289d99a53992de08b5970a7d272908c 100644 (file)
@@ -8,7 +8,7 @@
 
 
 
-RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX -XXXX
+RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600
 
   From Hartmut Goebel:
 
index 76fa1dc8f1f66d10d4fb1cd42991b217e411559b..0651dcad2cd3e1634442f1ace3fd6c3a6419e4c7 100644 (file)
@@ -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 -XXXX
+RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600
 
   This is the fifth 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.93:
-
   Please note the following important changes since release 0.92:
 
   - Construction variables are now expanded anywhere within a
@@ -156,8 +154,10 @@ RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX -XXXX
       for directories outside the top-level SConstruct file.
 
     - The Jar() Builder will, on its second or subsequent invocation,
-      package up the .sconsign files that SCons uses to track
-      signatures.
+      package up the .sconsign files that SCons uses to track signatures.
+      You can work around this by using the SConsignFile() function
+      to collect all of the .sconsign information into a single file
+      outside of the directory being packaged by Jar().
 
     - SCons does not currently have a way to detect that an intermediate
       file has been corrupted from outside and should be rebuilt.
index 1397561d35fababa3f26141f77d4067987beca86..9f87a828487b85a8226b922858979adfc4be44d3 100644 (file)
@@ -52,7 +52,7 @@ except KeyError:
 #    version = os.environ['SCONS_VERSION']
 #except KeyError:
 #    version = '__VERSION__'
-version = '0.93'
+version = '0.94'
 
 scons_version = 'scons-%s' % version