diff options
author | Steven Knight <knight@baldmt.com> | 2006-02-14 05:27:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-02-14 05:27:04 (GMT) |
commit | e7190df6b6aa89dac0370dc01ae45ff39254c221 (patch) | |
tree | 3a95657ab680d4288110e8f1046b0d033997bd5f /src/CHANGES.txt | |
parent | 9655a1b459e6bb81ba44539d54e20d05b515b495 (diff) | |
download | SCons-e7190df6b6aa89dac0370dc01ae45ff39254c221.zip SCons-e7190df6b6aa89dac0370dc01ae45ff39254c221.tar.gz SCons-e7190df6b6aa89dac0370dc01ae45ff39254c221.tar.bz2 |
Portability fixes for Repository Java tests; eliminate Solaris package warnings when searching for C++. (Baptiste Lepilleur)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 2e24314..70e19d4 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -144,8 +144,9 @@ RELEASE 0.97 - XXX - Add support for Visual Studio 2005 Pro. - - Fix Windows portability issues in various Visual Studio and - Java tests. + - Fix portability issues in various Visual Studio and Java tests. + + - Ignore pkgchk errors on Solaris when searching for the C++ compiler. From Christian Maaser: |