diff options
Diffstat (limited to 'cpp/install/unix/README.SunOS')
-rw-r--r-- | cpp/install/unix/README.SunOS | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/cpp/install/unix/README.SunOS b/cpp/install/unix/README.SunOS index 906f8214b79..7cce5f4c368 100644 --- a/cpp/install/unix/README.SunOS +++ b/cpp/install/unix/README.SunOS @@ -24,8 +24,8 @@ About this distribution This distribution is a binary release of Ice @ver@ for Solaris 10 on SPARC and includes the following components: -- The Ice runtime, including executables for the Ice services, HTML - documentation and Slice files. +- The Ice runtime, including executables for the Ice services and + Slice files. - Run time libraries for C++ and Java. These libraries enable you to execute Ice applications. @@ -181,7 +181,7 @@ $ java -jar IceGridGUI.jar ====================================================================== -Demos and documentation +Demos ====================================================================== Sample programs are provided in the Ice-@ver@-demos.tar.gz package, @@ -192,20 +192,15 @@ which can be downloaded from the ZeroC web site at Please refer to the README.DEMOS file included in that package for more information. -See doc/index.html for information on the documentation included with -this distribution. - ====================================================================== Binary compatibility ====================================================================== -Patch releases of Ice are binary compatible. For example, version -<x>.<y>.1 is compatible with <x>.<y>.0, so you can run applications -compiled with <x>.<y>.0 with the <x>.<y>.1 runtime without having to -recompile. +Ice patch releases are binary compatible. For example, Ice version +<x>.<y>.1 is compatible with <x>.<y>.0: you can run an application +built against Ice <x>.<y>.0 with Ice <x>.<y>.1 (or later) without +having to recompile or relink this application. -With the binary installers, simply uninstall the previous version of -Ice and install the new one. Already deployed applications that were -compiled against the <x>.<y>.0 runtime will automatically use the -<x>.<y>.1 runtime. +Please refer to the RELEASE_NOTES.txt file included in this +distribution for detailed upgrade instructions. |