diff options
Diffstat (limited to 'cpp/CHANGES')
-rw-r--r-- | cpp/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index f7345630180..679fdf50e39 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,12 @@ Changes since version 3.1.1 --------------------------- +- Object adapter properties are now prefixed by "Ice.OA.". For example, + "Ice.OA.<Adpater name>.Endpoints" instead of "<Adpater name>.Endpoints". + The new properties can be set from the command line. The old style + property names have been deprecated and support will be removed in a + future release. + - The communcator object adapter now throw an InitializationException if the adapter has no configuration. It is possible to explicitly create a adapter with no configuration, useful for use with |