diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 174de79b38e..b563a40f837 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -65,6 +65,10 @@ Changes since version 3.2.X (binary incompatible) Changes since version 3.2.0 --------------------------- +- Fixed object adapter activation deadlock. The deadlock could occur + when the adapter register its endpoints with the locator registry + and if another thread invokes concurrently on the locator. + - If the glacier2router can not contact the permissions verifier or session manager on startup it now prints a warning and continues rather than exiting. These warnings are disabled if the router is |