diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-03-31 23:58:16 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-03-31 23:58:16 +0000 |
commit | 455e25b73131a9975e18aab75350d0cbf3177c05 (patch) | |
tree | 9c08e1af4a3d7bafd784d8c214236ee4e46bf3d8 /cpp | |
parent | adding IceSSL test (diff) | |
download | ice-455e25b73131a9975e18aab75350d0cbf3177c05.tar.bz2 ice-455e25b73131a9975e18aab75350d0cbf3177c05.tar.xz ice-455e25b73131a9975e18aab75350d0cbf3177c05.zip |
minor fixes; new IceSSL plugin
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 2de713ee27b..8e691f77679 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,9 +1,15 @@ Changes since version 3.0.1 --------------------------- -- Added support for the "cpp:type:wstring" slice metadata. When used - generated code will use std::wstring instead of std::string. See - manual for more details. +- Replaced the IceSSL plugin. The new plugin no longer uses an XML + configuration file but rather relies solely on properties. A Python + script is provided in config/convertssl.py to convert old XML files + to the new properties. See the Ice manual for more information on + the plugin. + +- Added support for new Slice metadata ("cpp:type:wstring") that + generates code to use std::wstring instead of std::string. See the + Ice manual for more details. - The ice_timeout and ice_compress proxy methods now correctly override the timeout and compress flag of indirect proxy endpoints. |