diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-02-14 15:37:06 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-02-14 15:37:06 +0000 |
commit | 1996ef1327f6841ce93260abdbf976cf77d63898 (patch) | |
tree | f4c3759befc8f7270c496e59db3308dbb4bbe247 /cpp | |
parent | missing file (diff) | |
download | ice-1996ef1327f6841ce93260abdbf976cf77d63898.tar.bz2 ice-1996ef1327f6841ce93260abdbf976cf77d63898.tar.xz ice-1996ef1327f6841ce93260abdbf976cf77d63898.zip |
IcePack db env names fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index c60745424dc..8e9b74e2939 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,12 @@ Changes since version 2.0.0 --------------------------- +- Fixed IcePack node and registry database environment names. They + have been changed to be the name of the node for IcePack nodes and + 'Registry' for the IcePack registry. This means that you can now + configure the database environment using the properties prefixed + with Freeze.DbEnv.<node name> or Freeze.DbEnv.Registry. + - Fixed a bug where the endpoint cache for indirect proxies wasn't always cleared upon a communication failure with an object. |