diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 52fd977..8fd81cc 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -424,6 +424,8 @@ RELEASE 0.97 - XXX - Re-order link lines so the -o option always comes right after the command name. + - Add /sw/bin to the default execution PATH on Mac OS X. + From Gary Oberbrunner: - Add an Environment.Dump() method to print the contents of a @@ -500,6 +502,10 @@ RELEASE 0.97 - XXX - On Windows, preserve the external environment's %SYSTEMDRIVE% variable, too. + From Asfand Yar Qazi: + + - Add /opt/bin to the default execution PATH on all POSIX platforms. + From Kevin Quick: - Fix the Builder name returned from ListBuilders and other instances |