summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2c665248ec7..a1f7cec05ed 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -12,7 +12,8 @@ Tue Aug 27 12:40:12 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderb
basically releases the mutex before calling actual close () on
the adapter objects. Further, made sure that
destroy_interceptors () and the shutdown () calls dont propagate
- exceptions to the caller.
+ exceptions to the caller. Thanks to Carlos O' Ryan
+ <coryan@atdesk.com> for the patch.
Please see the discussions in BUG 1265 and chapter 2 of
"Exceptional C++" by Herb Sutter for details on why this is a