diff options
Diffstat (limited to 'py/CHANGES')
-rw-r--r-- | py/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/py/CHANGES b/py/CHANGES index 2f3854a20d9..3e8220a30c1 100644 --- a/py/CHANGES +++ b/py/CHANGES @@ -3,6 +3,12 @@ NOTE: Please keep changes in the appropriate section for HEAD or 3.1. 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. + - Added Communicator::propertyToProxy() which creates a proxy from a set of properties. This function allows you to set various local proxy settings, such as the Locator cache timeout, which cannot be |