Prepare for release 0.05.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 22 Feb 2002 04:36:00 +0000 (04:36 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 22 Feb 2002 04:36:00 +0000 (04:36 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@275 fdb21ef1-2011-0410-befe-b5e4ea1792b1

README
debian/changelog
runtest.py
src/CHANGES.txt
src/README.txt
src/RELEASE.txt

diff --git a/README b/README
index 3e62860cf6227c4a7edf874dc5951666a654bdbf..1f24ddcfd5789df5767ca442382e6dd78b21d87c 100644 (file)
--- a/README
+++ b/README
@@ -195,7 +195,7 @@ build/
         where, believe it or not, we *build* everything.
 
 Construct
-        The old "Makefile" Cons-based for the SCons distribution.  This
+        The old Cons-based "Makefile" for the SCons distribution.  This
         is obsolete as of version 0.04, but it's being left around for a
         little while, just in case...
 
@@ -225,6 +225,10 @@ HOWTO/
         change, releasing a new version).  Maybe other administrative
         stuff in the future.
 
+LICENSE
+        A copy of the copyright and terms under which SCons is
+        distributed (the Open Source Initiative-approved MIT license).
+
 README
         What you're looking at right now.
 
@@ -232,7 +236,7 @@ rpm/
         The .spec file for building our RPM packages.
 
 runtest.py
-        Script for running our tests.  By default, this will run a
+        Script for running SCons tests.  By default, this will run a
         test against the code in the local src/ tree, so you don't
         have to do a build before testing your changes.  Aegis uses
         it with an option that requires that you've done a build
@@ -273,7 +277,7 @@ LICENSING
 =========
 
 SCons is distributed under the MIT license, a full copy of which is
-available in the LICENSE.txt file. The MIT license is an approved Open
+available in the LICENSE file. The MIT license is an approved Open
 Source license, which means:
 
         This software is OSI Certified Open Source Software.  OSI
@@ -330,7 +334,7 @@ Steven Knight
 knight at baldmt dot com
 http://www.baldmt.com/~knight/
 
-With more than a little help from the SCons Development team:
+With plenty of help from the SCons Development team:
         Chad Austin
         Charles Crain
         Steve Leblanc
index 8557c8684a216ebd7a43a96085252e0a77dafec4..6e2b6bd97d7f5fdd06bfdf53fd5ba7748e8d6859 100644 (file)
@@ -2,7 +2,7 @@ scons (0.05-1) unstable; urgency=low
 
   * Fifth Release.
 
- -- Steven Knight <knight@baldmt.com>  Wed, 30 Jan 2002 16:26:46 -0600
+ -- Steven Knight <knight@baldmt.com>  Thu, 21 Feb 2002 16:50:03 -0600
 
 
 scons (0.04-1) unstable; urgency=low
index 0f2acb638a8200d65303546bd635642903e1a43d..af6e25876b29a171b48171959ba0b5207d1aeecd 100644 (file)
@@ -109,7 +109,9 @@ else:
 
 os.environ['PYTHONPATH'] = lib_dir + \
                            os.pathsep + \
-                           os.path.join(cwd, 'build', 'etc')
+                           os.path.join(cwd, 'build', 'etc') + \
+                           os.pathsep + \
+                           os.path.join(cwd, 'etc')
 
 os.chdir(scons_dir)
 
index 33a4a40e327f813fbc0751939bd2d0dd22dd0d29..9d0db07a8f1515931130c36efd1c1f98a5d93f95 100644 (file)
@@ -8,7 +8,7 @@
 
 
 
-RELEASE 0.05 - 
+RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600
 
   From Chad Austin:
 
@@ -43,7 +43,7 @@ RELEASE 0.05 -
     of file being scanned.
 
   - Make writing .sconsign files more robust by first trying to write
-    to a temp file that we rename.
+    to a temp file that gets renamed.
 
   - Create all of the directories for a list of targets before trying
     to build any of the targets.
@@ -70,8 +70,10 @@ RELEASE 0.05 -
 
   - Fix the -c option so it doesn't stop removing targets if one doesn't
     already exist.
+    (Bug reported by Paul Connell.)
 
   - Fix the --debug=pdb option when run on Windows NT.
+    (Bug reported by Paul Connell.)
 
   - Add support for the -q option.
 
index 984bcdd9263c79e64b99ebb30f4baf797eef8746..dce1089b821b3600fb5c3a40d267c9c783c21536 100644 (file)
@@ -145,7 +145,7 @@ Steven Knight
 knight at baldmt dot com
 http://www.baldmt.com/~knight/
 
-With more than a little help from the SCons Development team:
+With plenty of help from the SCons Development team:
         Chad Austin
         Charles Crain
         Steve Leblanc
index f257e8441d7764fac98cc3c224acaa7f1902f966..60aca866308941e3240c1a62b32a7004e9811ff0 100644 (file)
@@ -20,9 +20,9 @@ more effectively, please sign up for the scons-users mailing list at:
 
 
 
-RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600
+RELEASE 0.05 - Thu, 21 Feb 2002 16:50:03 -0600
 
-  This is the fourth alpha release of SCons.  Please consult the
+  This is the fifth alpha release of SCons.  Please consult the
   CHANGES.txt file for a list of specific changes since last release.
 
   Owing to an extensive test suite, the SCons team believes that this
@@ -56,10 +56,10 @@ RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600
       portions of the interface as we figured out what worked and what
       didn't during implementation.L
 
-    - There may be performance issues.  This release has many performance
-      improvements.  If you still find the performance unacceptable, we
-      would very much like to hear from you and learn more about your
-      configuration so we can optimize the right things.
+    - There may be performance issues.  This release has still more
+      performance improvements.  If you still find the performance
+      unacceptable, we would very much like to hear from you and learn
+      more about your configuration so we can optimize the right things.
 
     - Error messages don't always exist where they'd be helpful.
       Please let us know about any errors you ran into that would
@@ -79,6 +79,14 @@ RELEASE 0.04 - Wed, 30 Jan 2002 11:09:42 -0600
       use if you you want to fix your version of Python to support
       parallel builds in SCons.
 
+    - Even on officialy Python release 2.2., values greater than 1 for
+      the -j option on Windows seemingly hang SCons.  This problem is
+      being investigated and is expected to be fixed for next release.
+
+    - Extremely long command lines (thousands of characters) can
+      reportedly crash Python.  This problem is being investigated
+      and is expected to be fixed for next release.
+
     - Again, the "SCons Design" documentation on the SCons web
       site is currently out of date.  Take what you read there with a
       grain of salt.