summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-11-19 19:09:16 (GMT)
committerSteven Knight <knight@baldmt.com>2005-11-19 19:09:16 (GMT)
commite8650ad022a000744e6d676020559e5911accd7d (patch)
tree3fe85643d4e4c230645ca71dac4b889e32933099 /src/CHANGES.txt
parentbd394d1367a1a754683a6baf56a6320e4eac28a3 (diff)
downloadSCons-e8650ad022a000744e6d676020559e5911accd7d.zip
SCons-e8650ad022a000744e6d676020559e5911accd7d.tar.gz
SCons-e8650ad022a000744e6d676020559e5911accd7d.tar.bz2
Add /usr/ccs/bin to the default execution PATH on Solaris.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 1d67c5a..7ae0725 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -392,6 +392,9 @@ RELEASE 0.97 - XXX
- On Windows, assume that absolute path names without a drive letter
refer to the drive on which the SConstruct file lives.
+ - Add /usr/ccs/bin to the end of the the default external execution
+ PATH on Solaris.
+
From Chen Lee:
- Handle Visual Studio project and solution files in Unicode.