Update package numbers to 0.98.4.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 18 May 2008 06:06:39 +0000 (06:06 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 18 May 2008 06:06:39 +0000 (06:06 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@2951 fdb21ef1-2011-0410-befe-b5e4ea1792b1

QMTest/TestSCons.py
README
SConstruct
src/CHANGES.txt
src/RELEASE.txt

index cfcbfb14ca884dc76e81f813d846c1b65cf1453c..10145be86563ad2ad23b2e334c2cb539dca7fec5 100644 (file)
@@ -42,7 +42,7 @@ from TestCommon import __all__
 # here provides some independent verification that what we packaged
 # conforms to what we expect.
 
-default_version = '0.98.3'
+default_version = '0.98.4'
 
 copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
 
diff --git a/README b/README
index a508db11bfc495e4dd9562c316303c03a4733cf4..3f669a4919eab4627567fa3e19b50d6d663fb582 100644 (file)
--- a/README
+++ b/README
@@ -83,11 +83,11 @@ In this case, your options are:
     --  (Optional.)  Install from a pre-packaged SCons package that
         does not require distutils:
 
-            Red Hat Linux       scons-0.98.3.noarch.rpm
+            Red Hat Linux       scons-0.98.4.noarch.rpm
 
             Debian GNU/Linux    use apt-get to get the official package
 
-            Windows             scons-0.98.3.win32.exe
+            Windows             scons-0.98.4.win32.exe
 
     --  (Recommended.)  Download the latest distutils package from the
         following URL:
@@ -159,7 +159,7 @@ And on Windows:
 
 By default, the above commands will do the following:
 
-    --  Install the version-numbered "scons-0.98.3" and "sconsign-0.98.3"
+    --  Install the version-numbered "scons-0.98.4" and "sconsign-0.98.4"
         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
@@ -173,24 +173,24 @@ By default, the above commands will do the following:
         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-0.98.3" and
-        "sconsign-0.98.3" scripts by specifying the "--hardlink-scons" or
+        scripts be hard links or symbolic links to the "scons-0.98.4" and
+        "sconsign-0.98.4" scripts by specifying the "--hardlink-scons" or
         "--symlink-scons" options on the command line.
 
-    --  Install "scons-0.98.3.bat" and "scons.bat" wrapper scripts in the
+    --  Install "scons-0.98.4.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-0.98.3.bat" and "scons.bat" files installed
+        specified to have "scons-0.98.4.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-0.98.3 or C:\Python*\scons-0.98.3, for example).
+        (/usr/lib/scons-0.98.4 or C:\Python*\scons-0.98.4, for example).
         See below for more options related to installing the build
         engine library.
 
@@ -527,18 +527,18 @@ On Windows:
 Depending on the utilities installed on your system, any or all of the
 following packages will be built:
 
-        build/dist/scons-0.98.3-1.noarch.rpm
-        build/dist/scons-0.98.3-1.src.rpm
-        build/dist/scons-0.98.3.linux-i686.tar.gz
-        build/dist/scons-0.98.3.tar.gz
-        build/dist/scons-0.98.3.win32.exe
-        build/dist/scons-0.98.3.zip
-        build/dist/scons-doc-0.98.3.tar.gz
-        build/dist/scons-local-0.98.3.tar.gz
-        build/dist/scons-local-0.98.3.zip
-        build/dist/scons-src-0.98.3.tar.gz
-        build/dist/scons-src-0.98.3.zip
-        build/dist/scons_0.98.3-1_all.deb
+        build/dist/scons-0.98.4-1.noarch.rpm
+        build/dist/scons-0.98.4-1.src.rpm
+        build/dist/scons-0.98.4.linux-i686.tar.gz
+        build/dist/scons-0.98.4.tar.gz
+        build/dist/scons-0.98.4.win32.exe
+        build/dist/scons-0.98.4.zip
+        build/dist/scons-doc-0.98.4.tar.gz
+        build/dist/scons-local-0.98.4.tar.gz
+        build/dist/scons-local-0.98.4.zip
+        build/dist/scons-src-0.98.4.tar.gz
+        build/dist/scons-src-0.98.4.zip
+        build/dist/scons_0.98.4-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 19eac0f6c2bc4d6cdafc6250b2a0e25afce0c8c6..b7c1e991ce56116ea2d7204d772f37d29f1ab948 100644 (file)
@@ -9,7 +9,7 @@
 copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
 
 # This gets inserted into the man pages to reflect the month of release.
-month_year = 'April 2008'
+month_year = 'May 2008'
 
 #
 # __COPYRIGHT__
@@ -45,7 +45,7 @@ import sys
 import tempfile
 
 project = 'scons'
-default_version = '0.98.3'
+default_version = '0.98.4'
 copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
 
 SConsignFile()
index 5a780b51c664df87d06e94f006e5b4457f8766b4..17da625e2c8d351f69ea49ebbb584aa2a7647e3f 100644 (file)
@@ -8,7 +8,7 @@
 
 
 
-RELEASE 0.98.4 - XXX
+RELEASE 0.98.4 - Sat, 17 May 2008 22:14:46 -0700
 
   From Benoit Belley:
 
@@ -36,6 +36,10 @@ RELEASE 0.98.4 - XXX
   - Handle multiple destinations in Visual Studio 8 settings for the
     analogues to the INCLUDE, LIBRARY and PATH variables.
 
+  From Greg Noel:
+
+  - Update man page text for VariantDir().
+
 
 
 RELEASE 0.98.3 - Tue, 29 Apr 2008 22:40:12 -0700
index 1ed5e6da36fc591d5e0b625b77f4d83a2101d737..234c0ff24c3905ce294081fb82245eb4f26571b7 100644 (file)
@@ -20,10 +20,10 @@ more effectively, please sign up for the scons-users mailing list at:
 
 
 
-RELEASE 0.98.3 - Tue, 29 Apr 2008 22:40:12 -0700
+RELEASE 0.98.4 - Sat, 17 May 2008 22:14:46 -0700
 
-  This is an update to the ninth beta release of SCons.  Please consult
-  the CHANGES.txt file for a list of specific changes since last release.
+  This is a release candidate for SCons 1.0.  Please consult the
+  CHANGES.txt file for a list of specific changes since last release.
 
   Please note the following important changes since release 0.98: