summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-17 03:25:10 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-17 03:25:10 (GMT)
commitdfcc78cf3343debc4e01d846fd286779bba3ff1e (patch)
treebdf3cf7dfe0eb2275ee6bf26e0da79550318775e
parent025aaecca88701595fcc2ecb56ef6cf9257ca2fa (diff)
downloadSCons-4.0.1.zip
SCons-4.0.1.tar.gz
SCons-4.0.1.tar.bz2
Not a checkpoint release4.0.1
-rwxr-xr-xRELEASE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 1ad2e7e..c00e176 100755
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -1,4 +1,4 @@
- A new SCons checkpoint release, 4.0.1, is now available
+ A new SCons release, 4.0.1, is now available
on the SCons download page:
https://scons.org/pages/download.html
ip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1 * PEP 302 + zipimport:Just van Rossum2002-12-301-6/+43 * Remove a strange single quote that didn't seem to upset the compilers!Mark Hammond2002-07-221-1/+1 * Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-11/+11 * Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0 * Fix bug #410274 - sys.prefix isn't always set.Mark Hammond2001-09-071-1/+35 * Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-23