diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-04-10 21:17:54 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-04-10 21:17:54 +0000 |
commit | 57c2e7a9a51b5be3332da06cd1e02dc5cb0380df (patch) | |
tree | 5379315190e5d6b7e56ff3020f8db8897cb88d53 /cpp | |
parent | Completed Sun port (diff) | |
download | ice-57c2e7a9a51b5be3332da06cd1e02dc5cb0380df.tar.bz2 ice-57c2e7a9a51b5be3332da06cd1e02dc5cb0380df.tar.xz ice-57c2e7a9a51b5be3332da06cd1e02dc5cb0380df.zip |
Completed Solaris port
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 6f77b9635c3..864f128ed8a 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -7,13 +7,12 @@ Changes since version 1.0.1 thread. Previously, only requests forwarded as batch would be sent from a separate thread. -- Ice now builds on Solaris 9/Sun C++ 5.4 ... but not all tests pass. +- Added support for SPARC/Solaris with the Sun C++ 5.4 compiler + (32 bits only). See INSTALL.SOLARIS for details. - Replaced the Freeze::EvictorPersistenceMode enumeration with the interface Freeze::PersistenceStrategy. -- Build system and IceUtil improvements for Sun port. - - Added support for GCC 2.95.3. - Several incompatible IceStorm changes: |