diff options
-rw-r--r-- | cpp/CHANGES | 6 | ||||
-rw-r--r-- | cs/CHANGES | 6 | ||||
-rw-r--r-- | java/CHANGES | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 132e0cec35d..eb8e1561812 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,10 @@ Changes since version 3.2.X (binary incompatible) ------------------------------------------------- +- It is now possible to specify properties in a config file with + space, '#' or '=' in either the key or value string. It is necessary + to escape '#' and '=' as '\#' and '\='. + - The following APIs were deprecated in Ice 3.1 and have been removed: @@ -30,7 +34,7 @@ Changes since version 3.2.X (binary incompatible) - It is now possible for IceBox services to recursively start/stop other IceBox services from within service start/stop method. The Ice.Admin.ThreadPool.Size property much be set to a high enough - value to have enough threads to handle all the number of recursive + value to have enough threads to handle the number of recursive calls to startService/stopService. - Added a new object adapter property, <adapter>.ProxyOptions, which diff --git a/cs/CHANGES b/cs/CHANGES index aaec8dd9270..0b534c99966 100644 --- a/cs/CHANGES +++ b/cs/CHANGES @@ -1,6 +1,10 @@ Changes since version 3.2.1 (binary incompatible) ------------------------------------------------- +- It is now possible to specify properties in a config file with + space, '#' or '=' in either the key or value string. It is necessary + to escape '#' and '=' as '\#' and '\='. + - The following APIs were deprecated in Ice 3.1 and have been removed: @@ -26,7 +30,7 @@ Changes since version 3.2.1 (binary incompatible) - It is now possible for IceBox services to recursively start/stop other IceBox services from within service start/stop method. The Ice.Admin.ThreadPool.Size property much be set to a high enough - value to have enough threads to handle all the number of recursive + value to have enough threads to handle the number of recursive calls to startService/stopService. - Improved marshaling performance for Ice for .NET. diff --git a/java/CHANGES b/java/CHANGES index 6b0f12be2e5..1f0efde42df 100644 --- a/java/CHANGES +++ b/java/CHANGES @@ -1,6 +1,10 @@ Changes since version 3.2.X (binary incompatible) ------------------------------------------------- +- It is now possible to specify properties in a config file with + space, '#' or '=' in either the key or value string. It is necessary + to escape '#' and '=' as '\#' and '\='. + - The following APIs were deprecated in Ice 3.1 and have been removed: @@ -25,7 +29,7 @@ Changes since version 3.2.X (binary incompatible) - It is now possible for IceBox services to recursively start/stop other IceBox services from within service start/stop method. The Ice.Admin.ThreadPool.Size property much be set to a high enough - value to have enough threads to handle all the number of recursive + value to have enough threads to handle the number of recursive calls to startService/stopService. - It is now possible to use Ice builtin sequences in Slice data |